summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-12-10 02:56:40 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-12-10 02:56:40 +0000
commitc3ac4eeb772ad35f95853143aed359589a33f75a (patch)
tree4ad5bb28dae463c718e47df2c70c2f46de4e7e0c
parentkill the lousy man pages (diff)
downloadhistorical-c3ac4eeb772ad35f95853143aed359589a33f75a.tar.gz
historical-c3ac4eeb772ad35f95853143aed359589a33f75a.tar.bz2
historical-c3ac4eeb772ad35f95853143aed359589a33f75a.zip
kill the lousy man pages
-rw-r--r--sys-apps/coreutils/Manifest8
-rw-r--r--sys-apps/coreutils/coreutils-5.0-r5.ebuild12
-rw-r--r--sys-apps/coreutils/coreutils-5.0-r6.ebuild10
-rw-r--r--sys-apps/coreutils/coreutils-5.0.91-r2.ebuild8
-rw-r--r--sys-apps/coreutils/files/digest-coreutils-5.0-r52
-rw-r--r--sys-apps/coreutils/files/digest-coreutils-5.0-r62
-rw-r--r--sys-apps/coreutils/files/digest-coreutils-5.0.91-r22
7 files changed, 24 insertions, 20 deletions
diff --git a/sys-apps/coreutils/Manifest b/sys-apps/coreutils/Manifest
index 4162e39ea899..a950a3b56d56 100644
--- a/sys-apps/coreutils/Manifest
+++ b/sys-apps/coreutils/Manifest
@@ -1,7 +1,7 @@
-MD5 5b4d460ed7d3b096a8afefcef8fa688e coreutils-5.0-r6.ebuild 2740
-MD5 b7f602a9cf4a24c1fd3ea94810d5fa38 coreutils-5.0.91-r2.ebuild 3549
-MD5 359288a7748463ddb85c394ff2c5ee0e coreutils-5.0-r5.ebuild 2573
-MD5 dc278883ba34fc0d4f278c5764d6eeba ChangeLog 9885
+MD5 b2df0644916c0e95161fa4decc4a6482 coreutils-5.0-r6.ebuild 2740
+MD5 5fa51f9e91c71f54316b9a0dec75daee coreutils-5.0.91-r2.ebuild 3549
+MD5 019bafd1628bf835a5921a1f0c08b0f5 coreutils-5.0-r5.ebuild 2573
+MD5 31265331c8ae5b2789f7e2dcab4e3ac9 ChangeLog 10371
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 deb8c1338d311e64af3e8625c53e235e files/digest-coreutils-5.0.91-r2 151
MD5 d1eb949ee56a926125ae896f901286ce files/digest-coreutils-5.0-r5 141
diff --git a/sys-apps/coreutils/coreutils-5.0-r5.ebuild b/sys-apps/coreutils/coreutils-5.0-r5.ebuild
index 1b7fe8b8f4af..7c53d717665e 100644
--- a/sys-apps/coreutils/coreutils-5.0-r5.ebuild
+++ b/sys-apps/coreutils/coreutils-5.0-r5.ebuild
@@ -1,14 +1,14 @@
# 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-r5.ebuild,v 1.1 2003/12/08 11:55:12 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.0-r5.ebuild,v 1.2 2003/12/10 02:56:39 seemant Exp $
inherit eutils
IUSE="nls build static"
-PATCH_VER=1.8
+PATCH_VER=1.8.1
-S="${WORKDIR}/${P}"
+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="http://ftp.gnu.org/pub/gnu/coreutils/${P}.tar.bz2
@@ -17,7 +17,7 @@ SRC_URI="http://ftp.gnu.org/pub/gnu/coreutils/${P}.tar.bz2
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 ~amd64 ~ppc sparc alpha hppa ~arm mips"
+KEYWORDS="x86 ~ppc sparc alpha hppa arm mips ~amd64"
DEPEND=">=sys-apps/portage-2.0.49
sys-devel/automake
@@ -48,6 +48,10 @@ src_unpack() {
then
epatch ${PATCHDIR}/${PN}-gentoo-uname.patch
fi
+
+ # Patch to remove installation of man pages for which the man-pages
+ # package provides superior versions
+ epatch ${PATCHDIR}/${PN}-manpages.patch
}
src_compile() {
diff --git a/sys-apps/coreutils/coreutils-5.0-r6.ebuild b/sys-apps/coreutils/coreutils-5.0-r6.ebuild
index 15e0a8e8067a..aa3f49bba15b 100644
--- a/sys-apps/coreutils/coreutils-5.0-r6.ebuild
+++ b/sys-apps/coreutils/coreutils-5.0-r6.ebuild
@@ -1,14 +1,14 @@
# 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-r6.ebuild,v 1.1 2003/12/08 11:55:12 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.0-r6.ebuild,v 1.2 2003/12/10 02:56:39 seemant Exp $
inherit eutils
IUSE="nls build acl static"
-PATCH_VER=1.9
+PATCH_VER=1.9.1
-S="${WORKDIR}/${P}"
+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="http://ftp.gnu.org/pub/gnu/coreutils/${P}.tar.bz2
@@ -17,7 +17,7 @@ SRC_URI="http://ftp.gnu.org/pub/gnu/coreutils/${P}.tar.bz2
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64 ppc ~sparc alpha hppa ~arm ~mips ia64"
+KEYWORDS="~x86 ppc ~sparc alpha hppa ~arm ~mips ~amd64 ia64"
DEPEND=">=sys-apps/portage-2.0.49
sys-devel/automake
@@ -47,7 +47,7 @@ src_unpack() {
if [ -z "`use nls`" ] ; then
mv ${PATCHDIR}/acl/004* ${PATCHDIR}/excluded
fi
- mv ${PATCHDIR}/{001*,002*} ${PATCHDIR}/excluded
+ mv ${PATCHDIR}/{001*,002*,004*} ${PATCHDIR}/excluded
EPATCH_SUFFIX="patch" epatch ${PATCHDIR}/acl
fi
diff --git a/sys-apps/coreutils/coreutils-5.0.91-r2.ebuild b/sys-apps/coreutils/coreutils-5.0.91-r2.ebuild
index b82dd2f914cf..a6130601ea61 100644
--- a/sys-apps/coreutils/coreutils-5.0.91-r2.ebuild
+++ b/sys-apps/coreutils/coreutils-5.0.91-r2.ebuild
@@ -1,12 +1,12 @@
# 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-r2.ebuild,v 1.4 2003/12/09 10:05:07 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.0.91-r2.ebuild,v 1.5 2003/12/10 02:56:39 seemant Exp $
inherit eutils flag-o-matic
IUSE="nls build acl selinux static"
-PATCH_VER="1.4"
+PATCH_VER=1.4.1
PATCHDIR=${WORKDIR}/patch
S=${WORKDIR}/${P}
@@ -27,7 +27,7 @@ DEPEND="virtual/glibc
sys-devel/autoconf
sys-apps/help2man
nls? ( sys-devel/gettext )
- acl? ( sys-apps/acl )
+ acl? ( !hppa? ( sys-apps/acl ) )
selinux? ( sys-libs/libselinux )"
RDEPEND="selinux? ( sys-libs/libselinux )"
@@ -66,7 +66,7 @@ src_unpack() {
# can just verify please ...
mv ${PATCHDIR}/acl/006* ${PATCHDIR}/excluded
- use selinux || mv ${PATCHDIR}/{001*,002*} ${PATCHDIR}/excluded
+ use selinux || mv ${PATCHDIR}/{001*,002*,004*} ${PATCHDIR}/excluded
use selinux || EPATCH_SUFFIX="patch" epatch ${PATCHDIR}/acl
fi
diff --git a/sys-apps/coreutils/files/digest-coreutils-5.0-r5 b/sys-apps/coreutils/files/digest-coreutils-5.0-r5
index 02dc16130853..affadc6ad2cf 100644
--- a/sys-apps/coreutils/files/digest-coreutils-5.0-r5
+++ b/sys-apps/coreutils/files/digest-coreutils-5.0-r5
@@ -1,2 +1,2 @@
MD5 94e5558ee2a65723d4840bfde2d323f0 coreutils-5.0.tar.bz2 3952653
-MD5 99f8e8d93efcec1a4355d533ea376f3b coreutils-gentoo-1.8.tar.bz2 14940
+MD5 51460778ff3df1ba66946ce326a6c7f8 coreutils-gentoo-1.8.1.tar.bz2 16063
diff --git a/sys-apps/coreutils/files/digest-coreutils-5.0-r6 b/sys-apps/coreutils/files/digest-coreutils-5.0-r6
index 5346bf38102f..85a507947cbd 100644
--- a/sys-apps/coreutils/files/digest-coreutils-5.0-r6
+++ b/sys-apps/coreutils/files/digest-coreutils-5.0-r6
@@ -1,2 +1,2 @@
MD5 94e5558ee2a65723d4840bfde2d323f0 coreutils-5.0.tar.bz2 3952653
-MD5 17e2523e6681c17d7fcb531fee3d03c7 coreutils-gentoo-1.9.tar.bz2 54647
+MD5 fffa185d0465f7c1759775e2396335fa coreutils-gentoo-1.9.1.tar.bz2 56075
diff --git a/sys-apps/coreutils/files/digest-coreutils-5.0.91-r2 b/sys-apps/coreutils/files/digest-coreutils-5.0.91-r2
index 3afaaf8366ed..9e0870966f6c 100644
--- a/sys-apps/coreutils/files/digest-coreutils-5.0.91-r2
+++ b/sys-apps/coreutils/files/digest-coreutils-5.0.91-r2
@@ -1,2 +1,2 @@
MD5 e62c18cde8b254c2512e47dd0c47c332 coreutils-5.0.91.tar.bz2 4183673
-MD5 d2fb7b6ceb64599c9eadb4e3fc6394ad coreutils-5.0.91-gentoo-1.4.tar.bz2 69590
+MD5 23ad171a84f3e51c35e6a04e235f4e3c coreutils-5.0.91-gentoo-1.4.1.tar.bz2 70836