From b5d2454ba56764d664d5a0baa0f28fb75627af61 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Mon, 15 Sep 2003 05:10:29 +0000 Subject: acl + selinux fix0rs --- sys-apps/coreutils/ChangeLog | 6 +++++- sys-apps/coreutils/Manifest | 4 ++-- sys-apps/coreutils/coreutils-5.0-r4.ebuild | 6 ++---- 3 files changed, 9 insertions(+), 7 deletions(-) (limited to 'sys-apps') 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 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 coreutils-5.0-r4.ebuild: Luca Barbato 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 -- cgit v1.2.3-65-gdbad