summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2005-05-30 02:56:44 +0000
committerNed Ludd <solar@gentoo.org>2005-05-30 02:56:44 +0000
commitccfe9663553dc3b9c19f6b147e7de79259a8ff3a (patch)
tree64a83f8f3174d8033abed8ed42855a44ae9da753 /sys-apps/coreutils
parent- update baselayout to use libc expanded variable elibc_uclibc vs uclibc so U... (diff)
downloadgentoo-2-ccfe9663553dc3b9c19f6b147e7de79259a8ff3a.tar.gz
gentoo-2-ccfe9663553dc3b9c19f6b147e7de79259a8ff3a.tar.bz2
gentoo-2-ccfe9663553dc3b9c19f6b147e7de79259a8ff3a.zip
- update coreutils to use libc expanded variable elibc_uclibc vs uclibc so USE=-* works
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r--sys-apps/coreutils/ChangeLog7
-rw-r--r--sys-apps/coreutils/Manifest10
-rw-r--r--sys-apps/coreutils/coreutils-5.2.1-r2.ebuild6
-rw-r--r--sys-apps/coreutils/coreutils-5.2.1-r5.ebuild6
-rw-r--r--sys-apps/coreutils/coreutils-5.2.1-r6.ebuild6
5 files changed, 20 insertions, 15 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog
index 15fe6519dc80..0b6137f03c6b 100644
--- a/sys-apps/coreutils/ChangeLog
+++ b/sys-apps/coreutils/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/coreutils
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.131 2005/05/29 08:39:38 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.132 2005/05/30 02:56:44 solar Exp $
+
+ 29 May 2005; <solar@gentoo.org> coreutils-5.2.1-r2.ebuild,
+ coreutils-5.2.1-r5.ebuild, coreutils-5.2.1-r6.ebuild:
+ - update coreutils to use libc expanded variable elibc_uclibc vs uclibc so
+ USE=-* works
29 May 2005; Joseph Jezak <josejx@gentoo.org> coreutils-5.2.1-r6.ebuild:
Marked ppc stable.
diff --git a/sys-apps/coreutils/Manifest b/sys-apps/coreutils/Manifest
index b7753b022c70..5b6b94acfbfd 100644
--- a/sys-apps/coreutils/Manifest
+++ b/sys-apps/coreutils/Manifest
@@ -1,9 +1,9 @@
-MD5 36736ea0e80720b316d2dd523b61a6f1 ChangeLog 21523
+MD5 3d35962a5d652076be050f048a1b1d6d coreutils-5.2.1-r2.ebuild 4368
+MD5 8fb42652bfd05f7906241ca292dbf807 coreutils-5.2.1-r6.ebuild 4371
+MD5 4e5011477d09ebfa7ac40f8f3b2735db coreutils-5.2.1-r5.ebuild 4604
+MD5 e4b5e270016eb57ffbbcbc794a594330 ChangeLog 21733
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
-MD5 e78a4e6a60fd993c219c5c7261e95ff3 coreutils-5.2.1-r6.ebuild 4372
-MD5 cbad462960ef5bb9dbf9a75c173803e9 coreutils-5.2.1-r2.ebuild 4369
-MD5 68c38c01ed7d6fc937e0ab6c6eea937f coreutils-5.2.1-r5.ebuild 4605
MD5 77947b96aaadc6a33d53156b5b5e4630 files/digest-coreutils-5.2.1-r2 225
-MD5 a7f49f56e12b6b16a5c347a666fb9b37 files/digest-coreutils-5.2.1-r6 149
MD5 a35ffb7e8488a498124e0a4c144102bc files/digest-coreutils-5.2.1-r5 227
+MD5 a7f49f56e12b6b16a5c347a666fb9b37 files/digest-coreutils-5.2.1-r6 149
MD5 c63fee729a210ba400b1fb34bbbe76c5 files/DIR_COLORS 4053
diff --git a/sys-apps/coreutils/coreutils-5.2.1-r2.ebuild b/sys-apps/coreutils/coreutils-5.2.1-r2.ebuild
index 10ec52414872..705a4b955978 100644
--- a/sys-apps/coreutils/coreutils-5.2.1-r2.ebuild
+++ b/sys-apps/coreutils/coreutils-5.2.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r2.ebuild,v 1.12 2005/05/21 01:16:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r2.ebuild,v 1.13 2005/05/30 02:56:44 solar Exp $
inherit eutils flag-o-matic
@@ -20,7 +20,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86"
-IUSE="nls build acl selinux static uclibc"
+IUSE="nls build acl selinux static"
RDEPEND="selinux? ( sys-libs/libselinux )
acl? ( sys-apps/acl sys-apps/attr )
@@ -31,7 +31,7 @@ DEPEND="${RDEPEND}
>=sys-devel/automake-1.8.3
>=sys-devel/autoconf-2.58
>=sys-devel/m4-1.4-r1
- !uclibc? ( sys-apps/help2man )"
+ !elibc_uclibc? ( sys-apps/help2man )"
src_unpack() {
unpack ${A}
diff --git a/sys-apps/coreutils/coreutils-5.2.1-r5.ebuild b/sys-apps/coreutils/coreutils-5.2.1-r5.ebuild
index 11c908ac302b..b4634114fd1c 100644
--- a/sys-apps/coreutils/coreutils-5.2.1-r5.ebuild
+++ b/sys-apps/coreutils/coreutils-5.2.1-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r5.ebuild,v 1.10 2005/05/21 01:16:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r5.ebuild,v 1.11 2005/05/30 02:56:44 solar Exp $
inherit eutils flag-o-matic
@@ -21,7 +21,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
-IUSE="nls build acl selinux static uclibc hardened"
+IUSE="nls build acl selinux static hardened"
RDEPEND="selinux? ( sys-libs/libselinux )
acl? ( sys-apps/acl sys-apps/attr )
@@ -32,7 +32,7 @@ DEPEND="${RDEPEND}
=sys-devel/automake-1.8*
>=sys-devel/autoconf-2.58
>=sys-devel/m4-1.4-r1
- !uclibc? ( sys-apps/help2man )"
+ !elibc_uclibc? ( sys-apps/help2man )"
src_unpack() {
unpack ${A}
diff --git a/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild b/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild
index 168efb76e88d..dac0e0d11fa0 100644
--- a/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild
+++ b/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild,v 1.8 2005/05/29 08:39:38 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild,v 1.9 2005/05/30 02:56:44 solar Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -18,7 +18,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh ~sparc x86"
-IUSE="nls build acl selinux static uclibc hardened"
+IUSE="nls build acl selinux static hardened"
RDEPEND="selinux? ( sys-libs/libselinux )
acl? ( sys-apps/acl sys-apps/attr )
@@ -29,7 +29,7 @@ DEPEND="${RDEPEND}
=sys-devel/automake-1.8*
>=sys-devel/autoconf-2.58
>=sys-devel/m4-1.4-r1
- !uclibc? ( sys-apps/help2man )"
+ !elibc_uclibc? ( sys-apps/help2man )"
src_unpack() {
unpack ${A}