summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2017-08-07 15:16:48 +0900
committerBenda Xu <heroxbd@gentoo.org>2017-08-07 15:16:48 +0900
commit0437c729b942358e7e3e877f2e240750fe2a0a72 (patch)
tree6d59577c1b9436658147833627468f87138de68f
parenttoolchain.eclass: merged to gentoo main. (diff)
downloadandroid-0437c729b942358e7e3e877f2e240750fe2a0a72.tar.gz
android-0437c729b942358e7e3e877f2e240750fe2a0a72.tar.bz2
android-0437c729b942358e7e3e877f2e240750fe2a0a72.zip
profiles: remove the deprecated rap profiles.
They are implemented as linux-standalone.
-rw-r--r--profiles/bootstrap/glibc/make.defaults4
-rw-r--r--profiles/bootstrap/glibc/make.defaults.in4
-rw-r--r--profiles/bootstrap/glibc/parent1
-rw-r--r--profiles/bootstrap/glibc/profile.bashrc9
-rw-r--r--profiles/bootstrap/make.defaults9
-rw-r--r--profiles/bootstrap/package.use9
-rw-r--r--profiles/bootstrap/parent1
-rw-r--r--profiles/bootstrap/use.mask15
-rw-r--r--profiles/default/linux/arm/13.0/armv5te/rap/make.defaults3
-rw-r--r--profiles/default/linux/arm/13.0/armv5te/rap/parent2
-rw-r--r--profiles/default/linux/arm/13.0/armv7a/rap/make.defaults3
-rw-r--r--profiles/default/linux/arm/13.0/armv7a/rap/parent2
-rw-r--r--profiles/features/rap/make.defaults2
-rw-r--r--profiles/features/rap/packages19
-rw-r--r--profiles/features/rap/profile.bashrc9
-rw-r--r--profiles/features/rap/use.force5
-rw-r--r--profiles/features/rap/use.mask8
-rw-r--r--profiles/profiles.desc1
18 files changed, 0 insertions, 106 deletions
diff --git a/profiles/bootstrap/glibc/make.defaults b/profiles/bootstrap/glibc/make.defaults
deleted file mode 100644
index 6d9b6b7..0000000
--- a/profiles/bootstrap/glibc/make.defaults
+++ /dev/null
@@ -1,4 +0,0 @@
-# Set correct PYTHONPATH for Portage, since our Python lives in
-# $EPREFIX/tmp, bug #407573
-
-PYTHONPATH=/opt/gentoo/usr/lib/portage/pym
diff --git a/profiles/bootstrap/glibc/make.defaults.in b/profiles/bootstrap/glibc/make.defaults.in
deleted file mode 100644
index 4ee3272..0000000
--- a/profiles/bootstrap/glibc/make.defaults.in
+++ /dev/null
@@ -1,4 +0,0 @@
-# Set correct PYTHONPATH for Portage, since our Python lives in
-# $EPREFIX/tmp, bug #407573
-
-PYTHONPATH=@GENTOO_PORTAGE_EPREFIX@/usr/lib/portage/pym
diff --git a/profiles/bootstrap/glibc/parent b/profiles/bootstrap/glibc/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/bootstrap/glibc/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/bootstrap/glibc/profile.bashrc b/profiles/bootstrap/glibc/profile.bashrc
deleted file mode 100644
index 37d3907..0000000
--- a/profiles/bootstrap/glibc/profile.bashrc
+++ /dev/null
@@ -1,9 +0,0 @@
-# Hack for bash because curses is not always available (linux).
-[[ ${PN} == "bash" ]] && EXTRA_ECONF="--without-curses"
-
-if [[ ${PN} == gcc ]]; then
- CPPFLAGS="-I\"${EPREFIX}\"/usr/include"
- local dlprefix=$(realpath ${EPREFIX}/lib/$(gcc -print-multi-os-directory))
- local libprefix=$(realpath ${EPREFIX}/usr/lib/$(gcc -print-multi-os-directory))
- LDFLAGS="-L\"${libprefix}\" -Wl,--dynamic-linker=\"$(echo ${dlprefix}/ld-linux*.so.*)\""
-fi
diff --git a/profiles/bootstrap/make.defaults b/profiles/bootstrap/make.defaults
deleted file mode 100644
index ecbd1e6..0000000
--- a/profiles/bootstrap/make.defaults
+++ /dev/null
@@ -1,9 +0,0 @@
-# and we don't need to spam the user about news until after a --sync
-# because the tools aren't available to read the news item yet anyway.
-
-FEATURES="${FEATURES} -news"
-
-# Disable the STALE warning because the snapshot frequently gets stale.
-# DON'T REMOVE this one, stage3's tree check relies on this one
-
-PORTAGE_SYNC_STALE=0
diff --git a/profiles/bootstrap/package.use b/profiles/bootstrap/package.use
deleted file mode 100644
index 45aa99c..0000000
--- a/profiles/bootstrap/package.use
+++ /dev/null
@@ -1,9 +0,0 @@
-# Most binary Linux distributions seem to fancy toolchains that do not
-# do c++ support (need to install a separate package). Since we don't
-# check for g++, just make sure binutils won't try to build gold
-# (needs c++), it will get there once we built our own GCC with c++
-# support. For that reason we cannot globally mask cxx, because then
-# GCC will be built without c++ support too.
-
-sys-devel/binutils -cxx
-dev-libs/gmp -cxx
diff --git a/profiles/bootstrap/parent b/profiles/bootstrap/parent
deleted file mode 100644
index 291864c..0000000
--- a/profiles/bootstrap/parent
+++ /dev/null
@@ -1 +0,0 @@
-../default/linux/amd64/13.0/rap
diff --git a/profiles/bootstrap/use.mask b/profiles/bootstrap/use.mask
deleted file mode 100644
index 7edafc8..0000000
--- a/profiles/bootstrap/use.mask
+++ /dev/null
@@ -1,15 +0,0 @@
-# The default profiles (and IUSE defaults) introduce circular deps. By
-# shoving this USE line here, we can ensure that the
-# end-user always avoids circular deps while bootstrapping.
-
-berkdb
-fortran
-gdbm
-git
-nls
-pcre
-ssl
-python
-readline
-acl
-
diff --git a/profiles/default/linux/arm/13.0/armv5te/rap/make.defaults b/profiles/default/linux/arm/13.0/armv5te/rap/make.defaults
deleted file mode 100644
index 61ca581..0000000
--- a/profiles/default/linux/arm/13.0/armv5te/rap/make.defaults
+++ /dev/null
@@ -1,3 +0,0 @@
-# accept unstable keyword before RAP matures
-# accept Prefix keyword to use Prefix overlay for transition
-ACCEPT_KEYWORDS="~arm ~arm-linux"
diff --git a/profiles/default/linux/arm/13.0/armv5te/rap/parent b/profiles/default/linux/arm/13.0/armv5te/rap/parent
deleted file mode 100644
index a67a6e3..0000000
--- a/profiles/default/linux/arm/13.0/armv5te/rap/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-gentoo_prefix:default/linux/arm/13.0/armv5te
-../../../../../../features/rap
diff --git a/profiles/default/linux/arm/13.0/armv7a/rap/make.defaults b/profiles/default/linux/arm/13.0/armv7a/rap/make.defaults
deleted file mode 100644
index 61ca581..0000000
--- a/profiles/default/linux/arm/13.0/armv7a/rap/make.defaults
+++ /dev/null
@@ -1,3 +0,0 @@
-# accept unstable keyword before RAP matures
-# accept Prefix keyword to use Prefix overlay for transition
-ACCEPT_KEYWORDS="~arm ~arm-linux"
diff --git a/profiles/default/linux/arm/13.0/armv7a/rap/parent b/profiles/default/linux/arm/13.0/armv7a/rap/parent
deleted file mode 100644
index b105425..0000000
--- a/profiles/default/linux/arm/13.0/armv7a/rap/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-gentoo_prefix:default/linux/arm/13.0/armv7a
-../../../../../../features/rap
diff --git a/profiles/features/rap/make.defaults b/profiles/features/rap/make.defaults
deleted file mode 100644
index ed808e9..0000000
--- a/profiles/features/rap/make.defaults
+++ /dev/null
@@ -1,2 +0,0 @@
-# sandbox not prefixified yet.
-FEATURES="-sandbox"
diff --git a/profiles/features/rap/packages b/profiles/features/rap/packages
deleted file mode 100644
index fd7c294..0000000
--- a/profiles/features/rap/packages
+++ /dev/null
@@ -1,19 +0,0 @@
-# kmod has not been prefixified
--*virtual/modutils
-
-# shadow has not been prefixified
--*virtual/shadow
-
-# don't need in rap
--*virtual/dev-manager
-
-# permission is not handled by portage for normal users
--*net-misc/iputils
--*sys-apps/iproute2
-
-# not a must
--*sys-fs/e2fsprogs
--*sys-apps/busybox
-
-# draws in baselayout-prefix
--*virtual/service-manager
diff --git a/profiles/features/rap/profile.bashrc b/profiles/features/rap/profile.bashrc
deleted file mode 100644
index 5f7a4a4..0000000
--- a/profiles/features/rap/profile.bashrc
+++ /dev/null
@@ -1,9 +0,0 @@
-# use sysroot of toolchain to get include and library at compile time work
-# Benda Xu <heroxbd@gentoo.org> (17 Jun, 2013)
-
-if [[ ${CATEGORY} == sys-devel ]] && [[ ${PN} == binutils || ${PN} == libtool ]] \
- && [[ ${EBUILD_PHASE} == unpack ]]; then
- elog "append --with-sysroot=${EPREFIX} to configure for Prefix libc"
- EXTRA_ECONF+="--with-sysroot=${EPREFIX}"
-fi
-
diff --git a/profiles/features/rap/use.force b/profiles/features/rap/use.force
deleted file mode 100644
index 193e6d8..0000000
--- a/profiles/features/rap/use.force
+++ /dev/null
@@ -1,5 +0,0 @@
-# force Prefix
-prefix
-
-# force rap (Prefix with libc)
-rap
diff --git a/profiles/features/rap/use.mask b/profiles/features/rap/use.mask
deleted file mode 100644
index 4c45f2d..0000000
--- a/profiles/features/rap/use.mask
+++ /dev/null
@@ -1,8 +0,0 @@
-# unmask prefix
--prefix
-
-# sys-libs/gpm has not been prefixified
-gpm
-
-# sys-libs/pam has not been prefixified
-pam
diff --git a/profiles/profiles.desc b/profiles/profiles.desc
deleted file mode 100644
index a7d42e7..0000000
--- a/profiles/profiles.desc
+++ /dev/null
@@ -1 +0,0 @@
-x86 default/linux/x86/13.0/rap stable