summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-09-15 05:10:29 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-09-15 05:10:29 +0000
commitb5d2454ba56764d664d5a0baa0f28fb75627af61 (patch)
tree846504251cf62fdf7d1db6632d9e8cc7463de4f6 /sys-apps
parentrepoman violations fix (diff)
downloadhistorical-b5d2454ba56764d664d5a0baa0f28fb75627af61.tar.gz
historical-b5d2454ba56764d664d5a0baa0f28fb75627af61.tar.bz2
historical-b5d2454ba56764d664d5a0baa0f28fb75627af61.zip
acl + selinux fix0rs
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/coreutils/ChangeLog6
-rw-r--r--sys-apps/coreutils/Manifest4
-rw-r--r--sys-apps/coreutils/coreutils-5.0-r4.ebuild6
3 files changed, 9 insertions, 7 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog
index ab7bb29cd23f..ff7e5d792877 100644
--- a/sys-apps/coreutils/ChangeLog
+++ b/sys-apps/coreutils/ChangeLog
@@ -1,6 +1,10 @@
# 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.30 2003/09/13 17:47:31 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.31 2003/09/15 05:10:27 seemant Exp $
+
+ 14 Sep 2003; Seemant Kulleen <seemant@gentoo.org> coreutils-5.0-r4.ebuild:
+ I'm an idiot sometimes. The progress bar patch was being moved out of the way.
+ Thanks pebenito, and sorry :(
13 Sep 2003; Seemant Kulleen <seemant@gentoo.org> coreutils-5.0-r4.ebuild:
Luca Barbato <lu_zero@gentoo.org> fixed the acl patch to compile with NLS
diff --git a/sys-apps/coreutils/Manifest b/sys-apps/coreutils/Manifest
index fb9a15d010c2..ea5b63e81f8e 100644
--- a/sys-apps/coreutils/Manifest
+++ b/sys-apps/coreutils/Manifest
@@ -1,8 +1,8 @@
MD5 81aee4964c34d6d2c265ad36c9e34241 coreutils-4.5.11-r1.ebuild 2509
-MD5 a60b54707861192ebc8abca8fca36559 coreutils-5.0-r4.ebuild 3232
+MD5 17cba459fc8143572329734113ba991b coreutils-5.0-r4.ebuild 3216
MD5 c1a61b5e143228990ad9ace27f5155d3 coreutils-5.0-r1.ebuild 2728
MD5 9564bbeef93e8d3b1ce385e7f7f5977a coreutils-5.0-r3.ebuild 2879
-MD5 1c72b15122d3120ef565863ffb55ff8c ChangeLog 5626
+MD5 557e563b3289578a96188edabdacbd20 ChangeLog 5817
MD5 8f2bc7ec86685c4ae093a5f5c4f59f82 coreutils-5.0-r2.ebuild 2765
MD5 0ff5f66b1d04c85d2434fa73547e67f3 files/digest-coreutils-4.5.11-r1 207
MD5 d0d4edd45d2bebd31947fec9818be33e files/digest-coreutils-5.0-r1 213
diff --git a/sys-apps/coreutils/coreutils-5.0-r4.ebuild b/sys-apps/coreutils/coreutils-5.0-r4.ebuild
index eb0986e9c185..d53e0cb25890 100644
--- a/sys-apps/coreutils/coreutils-5.0-r4.ebuild
+++ b/sys-apps/coreutils/coreutils-5.0-r4.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-r4.ebuild,v 1.3 2003/09/13 17:47:31 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.0-r4.ebuild,v 1.4 2003/09/15 05:10:27 seemant Exp $
inherit eutils
@@ -48,12 +48,10 @@ src_unpack() {
# WARNING: These CONFLICT with the SELINUX patches
if use acl
then
- mv ${PATCHDIR}/001* ${PATCHDIR}/excluded
if [ -z "`use nls`" ] ; then
- ewarn "blah"
mv ${PATCHDIR}/acl/004* ${PATCHDIR}/excluded
- ewarn "heh"
fi
+ use selinux || mv ${PATCHDIR}/001* ${PATCHDIR}/excluded
use selinux || EPATCH_SUFFIX="patch" epatch ${PATCHDIR}/acl
fi