diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-12-04 22:18:19 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-12-04 22:18:19 +0000 |
commit | d6b124059da7179b2b2523c2c465083f5f2620e6 (patch) | |
tree | 93f32d9bfb3c373f40bf0d545733fe9cc643d6a5 /sys-apps/acl | |
parent | Fix and make the ChangeLog user-readable... (diff) | |
download | historical-d6b124059da7179b2b2523c2c465083f5f2620e6.tar.gz historical-d6b124059da7179b2b2523c2c465083f5f2620e6.tar.bz2 historical-d6b124059da7179b2b2523c2c465083f5f2620e6.zip |
Stable on alpha, sparc, ia64 to support vim-6.2-r5
Diffstat (limited to 'sys-apps/acl')
-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.13-r2.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/sys-apps/acl/ChangeLog b/sys-apps/acl/ChangeLog index 4d94116f24cc..6297a3493b6e 100644 --- a/sys-apps/acl/ChangeLog +++ b/sys-apps/acl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/acl # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.20 2003/11/28 18:26:20 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.21 2003/12/04 22:18:16 agriffis Exp $ + + 04 Dec 2003; <agriffis@gentoo.org> acl-2.2.13-r2.ebuild: + Stable on alpha, sparc, ia64 to support vim-6.2-r5 28 Nov 2003; Jason Wever <weeve@gentoo.org> acl-2.1.1-r1.ebuild, acl-2.2.13-r1.ebuild, acl-2.2.13-r2.ebuild, acl-2.2.13.ebuild: diff --git a/sys-apps/acl/Manifest b/sys-apps/acl/Manifest index a1a555926e18..817e7592550d 100644 --- a/sys-apps/acl/Manifest +++ b/sys-apps/acl/Manifest @@ -1,10 +1,10 @@ -MD5 45a62ca249021c9c4973d6618c0b7093 acl-2.2.13-r1.ebuild 1464 +MD5 e7668734e2ce0b1f68e23e2cd209d53d ChangeLog 3467 MD5 bbee4650b4076fa20648b2c8c39aa404 acl-2.1.1-r1.ebuild 1283 +MD5 45a62ca249021c9c4973d6618c0b7093 acl-2.2.13-r1.ebuild 1464 +MD5 028c85cd1947375a3292ef026f13c4df acl-2.2.13-r2.ebuild 1590 MD5 0bbe2e5eaeb03fdc9906643294eef3f0 acl-2.2.13.ebuild 1399 -MD5 221079d696cbc077619b7a39570af456 ChangeLog 3351 -MD5 8b38aca4e779e11e0569c860f8f851a4 metadata.xml 204 -MD5 69156720337533b5e0a2b893f2285059 acl-2.2.13-r2.ebuild 1584 +MD5 e6543624c262cae90cc830cde90ad3ae metadata.xml 165 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 88649e9a3c42..090d006bfc78 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-2003 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.2 2003/11/28 18:26:20 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.13-r2.ebuild,v 1.3 2003/12/04 22:18:16 agriffis 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 ~arm" +KEYWORDS="~x86 ~amd64 ~ppc sparc alpha ~hppa ~mips ~arm ia64" RDEPEND=">=sys-apps/attr-2.4 nls? ( sys-devel/gettext )" |