diff options
author | 2006-02-17 02:34:44 +0000 | |
---|---|---|
committer | 2006-02-17 02:34:44 +0000 | |
commit | e246d1582b99e6cb4d3e8a8c4c42d9971fe076f3 (patch) | |
tree | c22a8b12480b9dceeac1dfe9a8f606b1c5e96482 /sys-apps/coreutils | |
parent | Added amd64 re bug 122885 (diff) | |
download | gentoo-2-e246d1582b99e6cb4d3e8a8c4c42d9971fe076f3.tar.gz gentoo-2-e246d1582b99e6cb4d3e8a8c4c42d9971fe076f3.tar.bz2 gentoo-2-e246d1582b99e6cb4d3e8a8c4c42d9971fe076f3.zip |
fix up selinux patch
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-5.94.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/coreutils/files/digest-coreutils-5.94 | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog index b1097b797a2c..4d9e7e661272 100644 --- a/sys-apps/coreutils/ChangeLog +++ b/sys-apps/coreutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/coreutils # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.154 2006/02/15 04:29:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.155 2006/02/17 02:34:44 pebenito Exp $ + + 17 Feb 2006; Chris PeBenito <pebenito@gentoo.org> coreutils-5.94.ebuild: + Fix up SELinux patch. *coreutils-5.94 (15 Feb 2006) diff --git a/sys-apps/coreutils/coreutils-5.94.ebuild b/sys-apps/coreutils/coreutils-5.94.ebuild index 7e133c8a74fe..27476b6846ab 100644 --- a/sys-apps/coreutils/coreutils-5.94.ebuild +++ b/sys-apps/coreutils/coreutils-5.94.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.94.ebuild,v 1.1 2006/02/15 04:29:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.94.ebuild,v 1.2 2006/02/17 02:34:44 pebenito Exp $ inherit eutils flag-o-matic toolchain-funcs -PATCH_VER=1.0 +PATCH_VER=1.1 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/" diff --git a/sys-apps/coreutils/files/digest-coreutils-5.94 b/sys-apps/coreutils/files/digest-coreutils-5.94 index c416349305dc..c3c72ae18e41 100644 --- a/sys-apps/coreutils/files/digest-coreutils-5.94 +++ b/sys-apps/coreutils/files/digest-coreutils-5.94 @@ -1,6 +1,6 @@ -MD5 b583221c28c53c0e426b79be27a992ea coreutils-5.94-patches-1.0.tar.bz2 61167 -RMD160 69c7e0acd07d112c19238599de6ff7ce26da14d3 coreutils-5.94-patches-1.0.tar.bz2 61167 -SHA256 f6adb3d1444e00d154eaf752bd383d1b0a954578e038a7aa3bc18b087e275999 coreutils-5.94-patches-1.0.tar.bz2 61167 +MD5 7f329edbffc32f8f399cf1fce6caa36b coreutils-5.94-patches-1.1.tar.bz2 61243 +RMD160 daa4e158f5c799378d85c6bb9e17e65f53431175 coreutils-5.94-patches-1.1.tar.bz2 61243 +SHA256 f6e7f83ee6791e0957ec26735fb0408772e40c8fcf16c6c74589a10492e98390 coreutils-5.94-patches-1.1.tar.bz2 61243 MD5 11985c8345371546da8ff13f7efae359 coreutils-5.94.tar.bz2 5047523 RMD160 c3620710beea1b8d604210bdec8fbe0a3da892ab coreutils-5.94.tar.bz2 5047523 SHA256 5942f8ba08e0e2faf425d2c0dc62688b1253166c51b170ca1580db5a0b984d5c coreutils-5.94.tar.bz2 5047523 |