summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad House <brad_mssw@gentoo.org>2003-12-30 18:56:08 +0000
committerBrad House <brad_mssw@gentoo.org>2003-12-30 18:56:08 +0000
commitc08db74a380bbf09af5bfebd1db9968b87642e4a (patch)
tree1378ebe67549a6c0c1ea54c1e7fd9b91e5bd9680 /sys-apps/coreutils
parentpin down the version of swig that subversion wants (diff)
downloadhistorical-c08db74a380bbf09af5bfebd1db9968b87642e4a.tar.gz
historical-c08db74a380bbf09af5bfebd1db9968b87642e4a.tar.bz2
historical-c08db74a380bbf09af5bfebd1db9968b87642e4a.zip
-r3 is broken dudes
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r--sys-apps/coreutils/ChangeLog5
-rw-r--r--sys-apps/coreutils/Manifest10
-rw-r--r--sys-apps/coreutils/coreutils-5.0.91-r3.ebuild13
3 files changed, 20 insertions, 8 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog
index 77593f551089..c9972c54cdf2 100644
--- a/sys-apps/coreutils/ChangeLog
+++ b/sys-apps/coreutils/ChangeLog
@@ -1,6 +1,9 @@
# 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.59 2003/12/30 06:36:45 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.60 2003/12/30 18:56:00 brad_mssw Exp $
+
+ 30 Dec 2003; Brad House <brad_mssw@gentoo.org> coreutils-5.0.91-r3.ebuild:
+ coreutils -r3 is broken bad! See note above KEYWORDS=, marking -*
29 Dec 2003; Seemant Kulleen <seemant@gentoo.org>
coreutils-5.0.91-r3.ebuild:
diff --git a/sys-apps/coreutils/Manifest b/sys-apps/coreutils/Manifest
index b7007cb11c22..7e4870750645 100644
--- a/sys-apps/coreutils/Manifest
+++ b/sys-apps/coreutils/Manifest
@@ -1,10 +1,10 @@
-MD5 1a73ab75565dc442ee4c4e9c1a1d3a7c coreutils-5.0.91-r3.ebuild 3825
+MD5 d546e823568c6cb00512d519c45a1838 ChangeLog 12104
+MD5 abdfeb9b44e6951ae6ed1229d436ffca coreutils-5.0-r5.ebuild 2573
MD5 fb0112dcad7f6d1ee0531fa66426a261 coreutils-5.0-r6.ebuild 2741
MD5 0e94e0dc62c3ccba5d6e080a7a822d0f coreutils-5.0.91-r2.ebuild 3595
-MD5 abdfeb9b44e6951ae6ed1229d436ffca coreutils-5.0-r5.ebuild 2573
-MD5 d20b51808bf0e8af471eb9556d2a0634 ChangeLog 11956
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
-MD5 4638c50e0ea024536055d69519cd5fad files/digest-coreutils-5.0.91-r2 151
-MD5 a56b66f95289815e386f537689ef29a0 files/digest-coreutils-5.0.91-r3 229
+MD5 383c901b2e2840ab52019d37852f335a coreutils-5.0.91-r3.ebuild 4174
MD5 d1eb949ee56a926125ae896f901286ce files/digest-coreutils-5.0-r5 141
MD5 e80d3d87cfbe40bc56636167ae5b4768 files/digest-coreutils-5.0-r6 141
+MD5 4638c50e0ea024536055d69519cd5fad files/digest-coreutils-5.0.91-r2 151
+MD5 a56b66f95289815e386f537689ef29a0 files/digest-coreutils-5.0.91-r3 229
diff --git a/sys-apps/coreutils/coreutils-5.0.91-r3.ebuild b/sys-apps/coreutils/coreutils-5.0.91-r3.ebuild
index 95d63bb3684a..c42333c93eac 100644
--- a/sys-apps/coreutils/coreutils-5.0.91-r3.ebuild
+++ b/sys-apps/coreutils/coreutils-5.0.91-r3.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.91-r3.ebuild,v 1.2 2003/12/30 06:36:45 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.0.91-r3.ebuild,v 1.3 2003/12/30 18:56:00 brad_mssw Exp $
inherit eutils flag-o-matic
@@ -21,7 +21,16 @@ SRC_URI="mirror://gnu/coreutils/${P}.tar.bz2
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~arm ~mips ~ia64 ~amd64 ~ppc64"
+
+# Error!!!
+# Doing an ls /usr/bin or ls /usr/lib causes ls to segfault
+# with this version of coreutils. Reverting back to coreutils -r2
+# solves it. ls works on _most_ directories, but not /usr/bin and /usr/lib
+# I expect more problems with it and other utils too, marking -* !!!
+# Brad House <brad_mssw@gentoo.org> 12/30/03
+KEYWORDS="-*"
+
+#KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~arm ~mips ~ia64 ~amd64 ~ppc64"
DEPEND="virtual/glibc
>=sys-apps/portage-2.0.49