summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-09-24 21:39:54 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-09-24 21:39:54 +0000
commitc660e3fc6d9bc9ce94148e21d6db125cb1dd8578 (patch)
treee64f6726204fdedd39e8e591e9b03c756242e9c1 /sys-apps
parentia64 unmask (diff)
downloadhistorical-c660e3fc6d9bc9ce94148e21d6db125cb1dd8578.tar.gz
historical-c660e3fc6d9bc9ce94148e21d6db125cb1dd8578.tar.bz2
historical-c660e3fc6d9bc9ce94148e21d6db125cb1dd8578.zip
IUSE fix0r
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/coreutils/ChangeLog10
-rw-r--r--sys-apps/coreutils/Manifest12
-rw-r--r--sys-apps/coreutils/coreutils-4.5.11-r1.ebuild99
-rw-r--r--sys-apps/coreutils/coreutils-5.0-r1.ebuild4
-rw-r--r--sys-apps/coreutils/coreutils-5.0-r2.ebuild4
-rw-r--r--sys-apps/coreutils/coreutils-5.0-r3.ebuild4
-rw-r--r--sys-apps/coreutils/coreutils-5.0-r4.ebuild4
-rw-r--r--sys-apps/coreutils/files/digest-coreutils-4.5.11-r13
8 files changed, 22 insertions, 118 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog
index 3be3ccc86a85..3b2aa3ae365e 100644
--- a/sys-apps/coreutils/ChangeLog
+++ b/sys-apps/coreutils/ChangeLog
@@ -1,6 +1,14 @@
# 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.36 2003/09/24 20:38:42 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.37 2003/09/24 21:39:52 seemant Exp $
+
+*coreutils-4.5.11-r1 (24 Sep 2003)
+
+ 24 Sep 2003; Seemant Kulleen <seemant@gentoo.org>
+ coreutils-4.5.11-r1.ebuild, coreutils-5.0-r1.ebuild,
+ coreutils-5.0-r2.ebuild, coreutils-5.0-r3.ebuild, coreutils-5.0-r4.ebuild:
+ added static to IUSE, closing bug #29186 by Sascha Silbe
+ <sascha-gentoo-bugzilla@silbe.org>
24 Sep 2003; Seemant Kulleen <seemant@gentoo.org> coreutils-5.0-r1.ebuild,
coreutils-5.0-r2.ebuild, coreutils-5.0-r3.ebuild, coreutils-5.0-r4.ebuild:
diff --git a/sys-apps/coreutils/Manifest b/sys-apps/coreutils/Manifest
index 756f3a978b68..46ce0d049e61 100644
--- a/sys-apps/coreutils/Manifest
+++ b/sys-apps/coreutils/Manifest
@@ -1,10 +1,8 @@
-MD5 81aee4964c34d6d2c265ad36c9e34241 coreutils-4.5.11-r1.ebuild 2509
-MD5 b4ae196113ab8d37e015d35ddb59c91c coreutils-5.0-r4.ebuild 3473
-MD5 dfd67794708aaf6e943d72d0429c95f6 coreutils-5.0-r1.ebuild 2752
-MD5 b255a31e378a83cc875f2803744443d3 coreutils-5.0-r3.ebuild 2903
-MD5 b6cda7f664e95d406edcda8a3f2355e4 ChangeLog 6694
-MD5 831479575823952ac33f50db34d8fc83 coreutils-5.0-r2.ebuild 2789
-MD5 0ff5f66b1d04c85d2434fa73547e67f3 files/digest-coreutils-4.5.11-r1 207
+MD5 842851aa73d0cfad4eb66912c8645140 coreutils-5.0-r4.ebuild 3480
+MD5 0f25ad4219809353fcc8e75a11ab7e5d coreutils-5.0-r1.ebuild 2760
+MD5 67ed5e2884a18acb0f0be3468372c96a coreutils-5.0-r3.ebuild 2910
+MD5 3d9894daf1828c694141161fbe4f7572 ChangeLog 7011
+MD5 39c38c9fcae4d968c7a4237b89ab0bd8 coreutils-5.0-r2.ebuild 2796
MD5 d0d4edd45d2bebd31947fec9818be33e files/digest-coreutils-5.0-r1 213
MD5 4f881af0d43d43da188e159999bc5f56 files/digest-coreutils-5.0-r2 216
MD5 174f99d91c509210fda44c172686864d files/digest-coreutils-5.0-r3 216
diff --git a/sys-apps/coreutils/coreutils-4.5.11-r1.ebuild b/sys-apps/coreutils/coreutils-4.5.11-r1.ebuild
deleted file mode 100644
index e1a52675a0d4..000000000000
--- a/sys-apps/coreutils/coreutils-4.5.11-r1.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# 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-4.5.11-r1.ebuild,v 1.3 2003/09/07 01:16:18 msterret Exp $
-
-inherit eutils
-
-IUSE="nls build selinux"
-
-S="${WORKDIR}/${P}"
-DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls...), text utilities (sort, tr, head, wc..), and shell utilities (whoami, who,...)"
-HOMEPAGE="http://www.gnu.org/software/coreutils/"
-SRC_URI="ftp://alpha.gnu.org/gnu/coreutils/${P}.tar.bz2
- mirror://gentoo/${PN}-gentoo.tar.bz2"
-# selinux? mirror://gentoo/${P}-selinux.patch.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 amd64 ~ppc sparc ~alpha ~hppa arm"
-
-DEPEND="virtual/glibc
- nls? ( sys-devel/gettext )"
-# selinux? ( >=sys-apps/selinux-small-2003011510-r2 )"
-
-PROVIDE="sys-apps/sh-utils
- sys-apps/fileutils
- sys-apps/textutils"
-
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
-# use selinux && epatch ${DISTDIR}/${P}-selinux.patch.bz2
-
- # patch to remove Stallman's su/wheel group rant (which doesn't apply,
- # since Gentoo's su is not GNU/su, but that from shadow.
- epatch ${WORKDIR}/${PN}-gentoo-patches/${PN}-gentoo-rms.patch
-
- # Patch to add processor specific info to the uname output
- if [ -z "`use hppa`" ] && [ -z "`use arm`" ]
- then
- epatch ${WORKDIR}/${PN}-gentoo-patches/${PN}-gentoo-uname.patch
- fi
-}
-
-src_compile() {
- local myconf=""
- use nls || myconf="--disable-nls"
-
- econf \
- --bindir=/bin \
- ${myconf} || die
-
- if [ "`use static`" ]
- then
- emake LDFLAGS=-static || die
- else
- emake || die
- fi
-}
-
-src_install() {
- einstall \
- bindir=${D}/bin || die
-
- # hostname comes from net-base
- # hostname does not work with the -f switch, which breaks gnome2
- # amongst other things
- rm -f ${D}/{bin,usr/bin}/hostname ${D}/usr/share/man/man1/hostname.*
-
- # /bin/su comes from sys-apps/shadow
- rm -f ${D}/{bin,usr/bin}/su ${D}/usr/share/man/man1/su.*
-
- # /usr/bin/uptime comes from the sys-apps/procps packaga
- rm -f ${D}/{bin,usr/bin}/uptime ${D}/usr/share/man/man1/uptime*
-
- cd ${D}
- dodir /usr/bin
- rm -rf usr/lib
- cd usr/bin
- ln -s ../../bin/* .
-
- if [ -z "`use build`" ]
- then
- cd ${S}
- dodoc AUTHORS ChangeLog* COPYING NEWS README* THANKS TODO
- else
- rm -rf ${D}/usr/share
- fi
-}
-
-pkg_postinst() {
- # hostname does not get removed as it is included with older stage1
- # tarballs, and net-tools installs to /bin
- if [ -e ${ROOT}/usr/bin/hostname ] && [ ! -L ${ROOT}/usr/bin/hostname ]
- then
- rm -f ${ROOT}/usr/bin/hostname
- fi
-}
diff --git a/sys-apps/coreutils/coreutils-5.0-r1.ebuild b/sys-apps/coreutils/coreutils-5.0-r1.ebuild
index 0fe17d8fc62c..4b8fc5cb8a77 100644
--- a/sys-apps/coreutils/coreutils-5.0-r1.ebuild
+++ b/sys-apps/coreutils/coreutils-5.0-r1.ebuild
@@ -1,10 +1,10 @@
# 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.9 2003/09/24 20:38:42 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.0-r1.ebuild,v 1.10 2003/09/24 21:39:52 seemant Exp $
inherit eutils
-IUSE="nls build selinux"
+IUSE="nls build selinux static"
S="${WORKDIR}/${P}"
DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls...), text utilities (sort, tr, head, wc..), and shell utilities (whoami, who,...)"
diff --git a/sys-apps/coreutils/coreutils-5.0-r2.ebuild b/sys-apps/coreutils/coreutils-5.0-r2.ebuild
index 867d9bace8cc..753e6e1c380e 100644
--- a/sys-apps/coreutils/coreutils-5.0-r2.ebuild
+++ b/sys-apps/coreutils/coreutils-5.0-r2.ebuild
@@ -1,10 +1,10 @@
# 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-r2.ebuild,v 1.4 2003/09/24 20:38:42 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.0-r2.ebuild,v 1.5 2003/09/24 21:39:52 seemant Exp $
inherit eutils
-IUSE="nls build selinux"
+IUSE="nls build selinux static"
S="${WORKDIR}/${P}"
DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls...), text utilities (sort, tr, head, wc..), and shell utilities (whoami, who,...)"
diff --git a/sys-apps/coreutils/coreutils-5.0-r3.ebuild b/sys-apps/coreutils/coreutils-5.0-r3.ebuild
index 31abc8c8f22f..a4f1078d5d59 100644
--- a/sys-apps/coreutils/coreutils-5.0-r3.ebuild
+++ b/sys-apps/coreutils/coreutils-5.0-r3.ebuild
@@ -1,10 +1,10 @@
# 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-r3.ebuild,v 1.8 2003/09/24 20:38:42 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.0-r3.ebuild,v 1.9 2003/09/24 21:39:52 seemant Exp $
inherit eutils
-IUSE="nls build selinux"
+IUSE="nls build selinux static"
S="${WORKDIR}/${P}"
DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls...), text utilities (sort, tr, head, wc..), and shell utilities (whoami, who,...)"
diff --git a/sys-apps/coreutils/coreutils-5.0-r4.ebuild b/sys-apps/coreutils/coreutils-5.0-r4.ebuild
index 326e0b722f81..5a27289fe3bf 100644
--- a/sys-apps/coreutils/coreutils-5.0-r4.ebuild
+++ b/sys-apps/coreutils/coreutils-5.0-r4.ebuild
@@ -1,10 +1,10 @@
# 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-r4.ebuild,v 1.10 2003/09/24 20:38:42 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.0-r4.ebuild,v 1.11 2003/09/24 21:39:52 seemant Exp $
inherit eutils
-IUSE="nls build acl selinux"
+IUSE="nls build acl selinux static"
PATCH_VER=1.7
diff --git a/sys-apps/coreutils/files/digest-coreutils-4.5.11-r1 b/sys-apps/coreutils/files/digest-coreutils-4.5.11-r1
deleted file mode 100644
index ca8a9d80f0d1..000000000000
--- a/sys-apps/coreutils/files/digest-coreutils-4.5.11-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 6c5f99ff3dedd33ad6c534dfa4c9ef25 /coreutils-4.5.11-r1.ebuild 2502
-MD5 ff2fa98e7e3d92a4fbffda675eff6295 coreutils-4.5.11.tar.bz2 3981264
-MD5 756b3fae8ad0eb7a6d3c573a659216dd coreutils-gentoo.tar.bz2 2335