summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuud Koolen <redlizard@gentoo.org>2014-12-15 20:52:04 +0000
committerRuud Koolen <redlizard@gentoo.org>2014-12-15 20:52:04 +0000
commit1f151ab0cd3cf0554c28981ca64f5a2d74bcaafc (patch)
tree26a3ff9108ed4566ee5f9bf44ab79e38d7e4452c /profiles/prefix
parentAdd missing dep on dev-qt/designer (bug 530686). (diff)
downloadhistorical-1f151ab0cd3cf0554c28981ca64f5a2d74bcaafc.tar.gz
historical-1f151ab0cd3cf0554c28981ca64f5a2d74bcaafc.tar.bz2
historical-1f151ab0cd3cf0554c28981ca64f5a2d74bcaafc.zip
Moved several nonlinux-specific clauses from /profiles/features/prefix to /profiles/prefix.
Diffstat (limited to 'profiles/prefix')
-rw-r--r--profiles/prefix/ChangeLog7
-rw-r--r--profiles/prefix/linux/package.use.mask11
-rw-r--r--profiles/prefix/linux/packages7
-rw-r--r--profiles/prefix/linux/use.force7
-rw-r--r--profiles/prefix/linux/use.mask11
-rw-r--r--profiles/prefix/package.use.mask8
-rw-r--r--profiles/prefix/packages10
7 files changed, 24 insertions, 37 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog
index 67055a1801c2..51d06b5c71fd 100644
--- a/profiles/prefix/ChangeLog
+++ b/profiles/prefix/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for profiles/prefix
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.439 2014/12/15 18:34:40 redlizard Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.440 2014/12/15 20:52:04 redlizard Exp $
+
+ 15 Dec 2014; Ruud Koolen <redlizard@gentoo.org> package.use.mask, packages,
+ linux/package.use.mask, linux/packages, linux/use.force, linux/use.mask:
+ Moved several nonlinux-specific clauses from /profiles/features/prefix
+ to /profiles/prefix.
15 Dec 2014; Ruud Koolen <redlizard@gentoo.org> linux/amd64/package.use.mask,
linux/amd64/use.force, linux/x86/package.use.mask, linux/x86/use.force:
diff --git a/profiles/prefix/linux/package.use.mask b/profiles/prefix/linux/package.use.mask
deleted file mode 100644
index 3b442e22a82a..000000000000
--- a/profiles/prefix/linux/package.use.mask
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/package.use.mask,v 1.5 2014/01/16 17:45:58 jer Exp $
-
-# Fabian Groffen <grobian@gentoo.org> (23 Oct 2010)
-# IPC on Linux is well tested, since it's developed on that platform.
-sys-apps/portage -ipc
-
-# Michael Haubenwallner <haubi@gentoo.org> (30 Sep 2009)
-# linux can have a uuid implementation (#230981).
-x11-libs/libSM -uuid
diff --git a/profiles/prefix/linux/packages b/profiles/prefix/linux/packages
index f6aef1fca1a0..9ea066f2bffc 100644
--- a/profiles/prefix/linux/packages
+++ b/profiles/prefix/linux/packages
@@ -1,11 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/packages,v 1.2 2010/04/21 16:29:06 darkside Exp $
-
-# Add back what the parent removes.
-*sys-devel/binutils
-*sys-process/procps
-*sys-process/psmisc
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/packages,v 1.3 2014/12/15 20:52:04 redlizard Exp $
# Here we remove packages that default/linux/packages pulls in and have no
# business being in Gentoo Prefix
diff --git a/profiles/prefix/linux/use.force b/profiles/prefix/linux/use.force
deleted file mode 100644
index f5867fce05ee..000000000000
--- a/profiles/prefix/linux/use.force
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/use.force,v 1.1 2009/06/06 03:54:55 solar Exp $
-
-# Re-add Linux OS
-kernel_linux
-elibc_glibc
diff --git a/profiles/prefix/linux/use.mask b/profiles/prefix/linux/use.mask
deleted file mode 100644
index cb058976b970..000000000000
--- a/profiles/prefix/linux/use.mask
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/use.mask,v 1.4 2011/03/29 01:58:48 flameeyes Exp $
-
-# Re-add linux stuff that is masked in base/
--elibc_glibc
--kernel_linux
-#
-
-# Re-add acl, as it does work in prefixed Linux (if the host kernel supports it)
--acl
diff --git a/profiles/prefix/package.use.mask b/profiles/prefix/package.use.mask
index 72ce3321979c..502acf7faa35 100644
--- a/profiles/prefix/package.use.mask
+++ b/profiles/prefix/package.use.mask
@@ -1,11 +1,17 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/package.use.mask,v 1.23 2014/11/29 13:08:08 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/package.use.mask,v 1.24 2014/12/15 20:52:04 redlizard Exp $
# Mikle Kolyada <zlogene@gentoo.org> (29 Nov 2014)
# Masked because of lack of manpower/time (bug #497068)
dev-vcs/git mediawiki
+# Fabian Groffen <grobian@gentoo.org> (23 Oct 2010)
+# IPC relies on pipes, selects, polls, and more stuff that Python is
+# very bad with, that really causes way more issues than it is worth to
+# have some boundary bugs solved and more robust subshell die support
+sys-apps/portage ipc
+
# Michael Haubenwallner <haubi@gentoo.org> (17 Sep 2010)
# sys-apps/keyutils is a linux only package
app-crypt/mit-krb5 keyutils
diff --git a/profiles/prefix/packages b/profiles/prefix/packages
new file mode 100644
index 000000000000..e334bbc7bc80
--- /dev/null
+++ b/profiles/prefix/packages
@@ -0,0 +1,10 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/packages,v 1.10 2014/12/15 20:52:04 redlizard Exp $
+
+# we don't want binutils everywhere, only in linux and solaris
+-*sys-devel/binutils
+
+# linux only
+-*sys-process/procps
+-*sys-process/psmisc