diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-08-02 13:18:42 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-08-02 13:18:42 +0000 |
commit | bfb512dd6387e003bd67b2631b92828f79860869 (patch) | |
tree | d54cbd698094e3ca87be4aeb52852c31289845ae /sys-apps | |
parent | Add metadata.xml and "fix" the ChangeLog (diff) | |
download | gentoo-2-bfb512dd6387e003bd67b2631b92828f79860869.tar.gz gentoo-2-bfb512dd6387e003bd67b2631b92828f79860869.tar.bz2 gentoo-2-bfb512dd6387e003bd67b2631b92828f79860869.zip |
disable sandbox for coreutils
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/coreutils/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/coreutils/Manifest | 6 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-5.0-r1.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-5.0.ebuild | 5 |
4 files changed, 17 insertions, 6 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog index 5c4da38f6d1e..dca2057a4f02 100644 --- a/sys-apps/coreutils/ChangeLog +++ b/sys-apps/coreutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/coreutils # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.17 2003/08/01 16:46:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.18 2003/08/02 13:18:38 seemant Exp $ + + 02 Aug 2003; Seemant Kulleen <seemant@gentoo.org> coreutils-5.0-r1.ebuild, + coreutils-5.0.ebuild: + Azarah's brilliance again :) sandbox is disabled for coreutils while + portage-2.0.49 has not come out 01 Aug 2003; Aron Griffis <agriffis@gentoo.org> coreutils-5.0-r1.ebuild, files/coreutils-5.0-confdir3.patch: diff --git a/sys-apps/coreutils/Manifest b/sys-apps/coreutils/Manifest index e6ae5309de1b..67a7f58ef4b3 100644 --- a/sys-apps/coreutils/Manifest +++ b/sys-apps/coreutils/Manifest @@ -1,7 +1,7 @@ MD5 3ba942f3d52e41ae12fc683369efaf04 coreutils-4.5.11-r1.ebuild 2512 -MD5 71b71aaf5afb706c69ed2a8b036fd031 coreutils-5.0-r1.ebuild 2749 -MD5 610a79f61b5abdac79641dbcf3a5577a ChangeLog 2822 -MD5 1c6a1be812010048403c6e96ab21c749 coreutils-5.0.ebuild 2471 +MD5 e07e18805c36651c5ae470c80829bbda coreutils-5.0-r1.ebuild 2830 +MD5 60128ba6a06582d6ce5ea9f46ffed7ab ChangeLog 3028 +MD5 cf58c95eb842711b33871a0f0287e134 coreutils-5.0.ebuild 2537 MD5 76dc0283e4ab80294d556234c0a2c5cb files/coreutils-5.0-confdir3.patch 326 MD5 0ff5f66b1d04c85d2434fa73547e67f3 files/digest-coreutils-4.5.11-r1 207 MD5 7a78fa60b41fcc662f817573cffbebbb files/digest-coreutils-5.0-r1 213 diff --git a/sys-apps/coreutils/coreutils-5.0-r1.ebuild b/sys-apps/coreutils/coreutils-5.0-r1.ebuild index 25bb436b12d6..fd998b2c9132 100644 --- a/sys-apps/coreutils/coreutils-5.0-r1.ebuild +++ b/sys-apps/coreutils/coreutils-5.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.0-r1.ebuild,v 1.2 2003/08/01 16:46:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.0-r1.ebuild,v 1.3 2003/08/02 13:18:38 seemant Exp $ inherit eutils @@ -22,6 +22,9 @@ DEPEND=">=sys-apps/portage-2.0.48-r3 nls? ( sys-devel/gettext ) selinux? ( >=sys-apps/selinux-small-2003011510-r2 )" +# the sandbox code in portage-2.0.48 causes breakage +export SANDBOX_DISABLED="1" + src_unpack() { unpack ${A} cd ${S} diff --git a/sys-apps/coreutils/coreutils-5.0.ebuild b/sys-apps/coreutils/coreutils-5.0.ebuild index ff096de2dbdd..ce08a26f6070 100644 --- a/sys-apps/coreutils/coreutils-5.0.ebuild +++ b/sys-apps/coreutils/coreutils-5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.0.ebuild,v 1.4 2003/07/20 07:39:17 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.0.ebuild,v 1.5 2003/08/02 13:18:38 seemant Exp $ inherit eutils @@ -22,6 +22,9 @@ DEPEND=">=sys-apps/portage-2.0.48-r3 nls? ( sys-devel/gettext ) selinux? ( >=sys-apps/selinux-small-2003011510-r2 )" +# for portage 2.0.48, sandbox breaks +export SANDBOX_DISABLED="1" + src_unpack() { unpack ${A} cd ${S} |