summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2018-12-14 09:47:41 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2018-12-14 09:51:33 +0000
commitf72a6aa7f8fb1bba39a702f1639e395d691262fe (patch)
treeb66fc602a2866aaa9a56d96a5946bf68a607efde /profiles/default/linux/amd64
parentapp-admin/rasdaemon: fix multiple issues with initscripts (diff)
downloadgentoo-f72a6aa7f8fb1bba39a702f1639e395d691262fe.tar.gz
gentoo-f72a6aa7f8fb1bba39a702f1639e395d691262fe.tar.bz2
gentoo-f72a6aa7f8fb1bba39a702f1639e395d691262fe.zip
profiles: drop default/linux/amd64/dev/* profiles
'dev' profiles were intended to be used only for emul packages. These are long gone from ::gentoo in favour of multilib. The change removes the following: default/linux/amd64/dev default/linux/amd64/dev/32bit-userland None of these profiles are in profiles.desc. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'profiles/default/linux/amd64')
-rw-r--r--profiles/default/linux/amd64/dev/32bit-userland/README17
-rw-r--r--profiles/default/linux/amd64/dev/32bit-userland/eapi1
-rw-r--r--profiles/default/linux/amd64/dev/32bit-userland/make.defaults12
-rw-r--r--profiles/default/linux/amd64/dev/32bit-userland/parent1
-rw-r--r--profiles/default/linux/amd64/dev/eapi1
-rw-r--r--profiles/default/linux/amd64/dev/parent2
6 files changed, 0 insertions, 34 deletions
diff --git a/profiles/default/linux/amd64/dev/32bit-userland/README b/profiles/default/linux/amd64/dev/32bit-userland/README
deleted file mode 100644
index f4de3d032949..000000000000
--- a/profiles/default/linux/amd64/dev/32bit-userland/README
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-IMPORTANT
-=========
-
-Here's how to use this profile. Any other use will probably break your installation, so you better follow it closely.
-
-1. Download the latest amd64 stage2 tarball
-2. Unpack it to your chroot location and do all the bind mounts
-3. Chroot in
-4. run `find /usr/lib64 /lib64 -exec touch {} \;'
-5. remove the "CHOST=" line from /etc/make.conf
-6. change the /etc/make.profile link to this profile
-7. run `emerge -e world'
-
-Dependencies might not always be quite correct. Don't use this profile for anything else then creating emul-libs.
diff --git a/profiles/default/linux/amd64/dev/32bit-userland/eapi b/profiles/default/linux/amd64/dev/32bit-userland/eapi
deleted file mode 100644
index 7ed6ff82de6b..000000000000
--- a/profiles/default/linux/amd64/dev/32bit-userland/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/default/linux/amd64/dev/32bit-userland/make.defaults b/profiles/default/linux/amd64/dev/32bit-userland/make.defaults
deleted file mode 100644
index 00af93eb7f4c..000000000000
--- a/profiles/default/linux/amd64/dev/32bit-userland/make.defaults
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DEFAULT_ABI="x86"
-ABI="x86"
-
-CHOST="i686-pc-linux-gnu"
-
-FEATURES="collision-protect multilib-strict"
-
-CFLAGS_x86="-m32 -L/emul/linux/x86/lib -L/emul/linux/x86/usr/lib"
-LDFLAGS_x86="-m elf_i386 -L/emul/linux/x86/lib -L/emul/linux/x86/usr/lib"
diff --git a/profiles/default/linux/amd64/dev/32bit-userland/parent b/profiles/default/linux/amd64/dev/32bit-userland/parent
deleted file mode 100644
index f3229c5b9876..000000000000
--- a/profiles/default/linux/amd64/dev/32bit-userland/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/default/linux/amd64/dev/eapi b/profiles/default/linux/amd64/dev/eapi
deleted file mode 100644
index 7ed6ff82de6b..000000000000
--- a/profiles/default/linux/amd64/dev/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/default/linux/amd64/dev/parent b/profiles/default/linux/amd64/dev/parent
deleted file mode 100644
index 36c90bd12373..000000000000
--- a/profiles/default/linux/amd64/dev/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../arch/amd64/lib32