diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-01-28 21:11:52 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-01-28 21:11:52 +0000 |
commit | a291cbae4aa9ee6ce5358c2ee05a5c08bf1b924f (patch) | |
tree | 9d81adb00a0f2ae556f75beb087cf7953363ea48 | |
parent | Stable on x86; bug #120490 (diff) | |
download | historical-a291cbae4aa9ee6ce5358c2ee05a5c08bf1b924f.tar.gz historical-a291cbae4aa9ee6ce5358c2ee05a5c08bf1b924f.tar.bz2 historical-a291cbae4aa9ee6ce5358c2ee05a5c08bf1b924f.zip |
Stable on x86; bug #120489
Package-Manager: portage-2.1_pre3-r1
-rw-r--r-- | sys-apps/acl/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/acl/Manifest | 10 | ||||
-rw-r--r-- | sys-apps/acl/acl-2.2.32.ebuild | 4 |
3 files changed, 16 insertions, 3 deletions
diff --git a/sys-apps/acl/ChangeLog b/sys-apps/acl/ChangeLog index 01b0e78a416c..94c6d4761fd6 100644 --- a/sys-apps/acl/ChangeLog +++ b/sys-apps/acl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/acl # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.49 2006/01/28 19:24:08 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.50 2006/01/28 21:11:52 halcy0n Exp $ + + 28 Jan 2006; Mark Loeser <halcy0n@gentoo.org> acl-2.2.32.ebuild: + Stable on x86; bug #120489 28 Jan 2006; Markus Rothe <corsair@gentoo.org> acl-2.2.32.ebuild: Stable on ppc64; bug #120489 diff --git a/sys-apps/acl/Manifest b/sys-apps/acl/Manifest index fdd664f3b082..aa2de13ba975 100644 --- a/sys-apps/acl/Manifest +++ b/sys-apps/acl/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 7e83f2bc7b4e1275a7b7f51204699ca5 ChangeLog 6682 MD5 3fb8481acda7e25fc113503048270918 acl-2.2.27.ebuild 1472 MD5 89190d1927c01dcf4ab26d7c9cae87d4 acl-2.2.31.ebuild 1280 @@ -10,3 +13,10 @@ MD5 089e5cae0e2e085a622fd209e91b0cec files/digest-acl-2.2.31 66 MD5 5a8e5304211611af91eef52c2594b2e2 files/digest-acl-2.2.32 66 MD5 7a54beb9c998c284ec8c5725eb4512cf files/digest-acl-2.2.34 66 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFD294hCRZPokWLroQRAvHpAJ4ob2eqvPhgvNsgOIltgr2YZUojlACfeqsi +LmPt86p26NpU8BHXGJj7Nrc= +=3Ssr +-----END PGP SIGNATURE----- diff --git a/sys-apps/acl/acl-2.2.32.ebuild b/sys-apps/acl/acl-2.2.32.ebuild index 681c8b1de1f9..35c13568d5fe 100644 --- a/sys-apps/acl/acl-2.2.32.ebuild +++ b/sys-apps/acl/acl-2.2.32.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.32.ebuild,v 1.6 2006/01/28 19:24:08 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.32.ebuild,v 1.7 2006/01/28 21:11:52 halcy0n Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~x86" +KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="nls debug" RDEPEND=">=sys-apps/attr-2.4 |