diff options
author | Tom Gall <tgall@gentoo.org> | 2004-02-25 18:53:32 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-02-25 18:53:32 +0000 |
commit | 0fcd8d05bfbf58bd8c08c02a11d8d862bc8eb54d (patch) | |
tree | 7a0d5bd60f77b6b4e8e668b06d278d54218665e5 | |
parent | Stable on sparc. (diff) | |
download | historical-0fcd8d05bfbf58bd8c08c02a11d8d862bc8eb54d.tar.gz historical-0fcd8d05bfbf58bd8c08c02a11d8d862bc8eb54d.tar.bz2 historical-0fcd8d05bfbf58bd8c08c02a11d8d862bc8eb54d.zip |
2.2.13-r2 stable on ppc64
-rw-r--r-- | sys-apps/acl/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/acl/Manifest | 8 | ||||
-rw-r--r-- | sys-apps/acl/acl-2.2.13-r2.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/sys-apps/acl/ChangeLog b/sys-apps/acl/ChangeLog index 7ec9d2c63019..d0c55f29f00b 100644 --- a/sys-apps/acl/ChangeLog +++ b/sys-apps/acl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/acl # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.22 2004/02/21 23:26:09 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.23 2004/02/25 18:53:24 tgall Exp $ + + 25 Feb 2004; Tom Gall <tgall@gentoo.org> acl-2.2.13-r2.ebuild + Stable on ppc64 21 Feb 2004; Jason Wever <weeve@gentoo.org> acl-2.2.13-r2.ebuild: Changed sparc fix so now it's an actual fix rather than a workaround. diff --git a/sys-apps/acl/Manifest b/sys-apps/acl/Manifest index cd162c4ea350..b9ee4f3a06de 100644 --- a/sys-apps/acl/Manifest +++ b/sys-apps/acl/Manifest @@ -1,10 +1,10 @@ -MD5 4f9db4eb19e7b5ce22fd80d992705ae9 acl-2.2.13-r1.ebuild 1463 +MD5 f83a682ccc25b0533e00eac355c9eb8a ChangeLog 3688 MD5 8b5dd7d494d2ab7436fcb2853314a6c1 acl-2.1.1-r1.ebuild 1282 +MD5 4f9db4eb19e7b5ce22fd80d992705ae9 acl-2.2.13-r1.ebuild 1463 +MD5 106c420b6b5ece8626eec3f8444b8737 acl-2.2.13-r2.ebuild 1483 MD5 75b39f308d9c1e4546fa7907c7b76f75 acl-2.2.13.ebuild 1398 -MD5 a06feec32fea980f679b5d3d99eab9f2 ChangeLog 3605 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 b08c1b7d731ee021cb63310e7dd80a95 acl-2.2.13-r2.ebuild 1480 MD5 9241e1ad126b0fe64c7d1c5cff51fd02 files/digest-acl-2.1.1-r1 65 +MD5 ebb544ef383bcd9ab77497e414a31528 files/digest-acl-2.2.13 66 MD5 ebb544ef383bcd9ab77497e414a31528 files/digest-acl-2.2.13-r1 66 MD5 ebb544ef383bcd9ab77497e414a31528 files/digest-acl-2.2.13-r2 66 -MD5 ebb544ef383bcd9ab77497e414a31528 files/digest-acl-2.2.13 66 diff --git a/sys-apps/acl/acl-2.2.13-r2.ebuild b/sys-apps/acl/acl-2.2.13-r2.ebuild index dc5ecb68c0e7..389751d27ef1 100644 --- a/sys-apps/acl/acl-2.2.13-r2.ebuild +++ b/sys-apps/acl/acl-2.2.13-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.13-r2.ebuild,v 1.5 2004/02/23 00:36:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.13-r2.ebuild,v 1.6 2004/02/25 18:53:24 tgall Exp $ S=${WORKDIR}/${P} DESCRIPTION="Access control list utilities, libraries and headers" @@ -9,7 +9,7 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~x86 ~amd64 ~ppc sparc alpha ~hppa ~mips ia64" +KEYWORDS="~x86 ~amd64 ~ppc sparc alpha ~hppa ~mips ia64 ppc64" RDEPEND=">=sys-apps/attr-2.4 nls? ( sys-devel/gettext )" |