diff options
author | Nicholas Wourms <dragon@gentoo.org> | 2003-02-24 22:34:59 +0000 |
---|---|---|
committer | Nicholas Wourms <dragon@gentoo.org> | 2003-02-24 22:34:59 +0000 |
commit | a63b58964cdaf8ab2c3b7c14edba1937b9a7538d (patch) | |
tree | 7d91fbe0af0fc3768946be87c3d187f003cee16f /sys-apps/acl | |
parent | add arm keyword (diff) | |
download | historical-a63b58964cdaf8ab2c3b7c14edba1937b9a7538d.tar.gz historical-a63b58964cdaf8ab2c3b7c14edba1937b9a7538d.tar.bz2 historical-a63b58964cdaf8ab2c3b7c14edba1937b9a7538d.zip |
Mips keywordage additions and changes...
Diffstat (limited to 'sys-apps/acl')
-rw-r--r-- | sys-apps/acl/ChangeLog | 15 | ||||
-rw-r--r-- | sys-apps/acl/acl-2.1.1-r1.ebuild | 4 |
2 files changed, 11 insertions, 8 deletions
diff --git a/sys-apps/acl/ChangeLog b/sys-apps/acl/ChangeLog index 42e3b8a24d93..978dda33f952 100644 --- a/sys-apps/acl/ChangeLog +++ b/sys-apps/acl/ChangeLog @@ -1,25 +1,28 @@ # 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.11 2003/02/12 08:54:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.12 2003/02/24 22:34:58 dragon Exp $ 21 Dec 2002; Daniel Robbins <drobbins@gentoo.org>: 20020330 -> 2.0.5_p20020330 version rename to fix policy violation for naming of CVS ebuilds. -*acl-2.1.1-r1.ebuild (16 Dec 2002) +*acl-2.1.1-r1 (16 Dec 2002) + + 24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> acl-2.1.1-r1.ebuild : + Marked as testing for mips. Made ChangeLog compatible with echangelog. 16 Dec 2002; Brad Cowan <bcowan@gentoo.org> acl-2.1.1-r1.ebuild, files/digest-acl-2.1.1-r1: Changed symlinks. -*acl-2.1.1.ebuild (09 Dec 2002) +*acl-2.1.1 (09 Dec 2002) 09 Dec 2002; Donny Davies <woodchip@gentoo.org> : Chase latest release. 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords -*acl-2.0.18.ebuild (27 Sep 2002) +*acl-2.0.18 (27 Sep 2002) 27 Sep 2002; Brad Cowan <bcowan@gentoo.org> acl-2.0.18.ebuild files/digest-acl-2.0.18 : version bump thanks to <hanno@gentoo.org> @@ -27,7 +30,7 @@ 05 Oct 2002; Brad Cowan <bcowan@gentoo.org> acl-2.0.18.ebuild : Fixed symlinks and "modernized" ebuild. -*acl-20020330.ebuild (14 July 2002) +*acl-20020330 (14 July 2002) 21 Jul 2002; Mark Guertin <gerk@gentoo.org>: updated keywords (ppc) @@ -35,7 +38,7 @@ 14 Jul 2002; phoen][x <phoenix@gentoo.org> acl-20020330.ebuild : Added KEYWORDS, SLOT. -*acl-1.1.3.ebuild (14 July 2002) +*acl-1.1.3 (14 July 2002) 14 Jul 2002; phoen][x <phoenix@gentoo.org> acl-1.1.3.ebuild : Added KEYWORDS, SLOT. diff --git a/sys-apps/acl/acl-2.1.1-r1.ebuild b/sys-apps/acl/acl-2.1.1-r1.ebuild index c9bfd6f46cbb..051c9fded602 100644 --- a/sys-apps/acl/acl-2.1.1-r1.ebuild +++ b/sys-apps/acl/acl-2.1.1-r1.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.1.1-r1.ebuild,v 1.3 2003/02/13 15:47:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.1.1-r1.ebuild,v 1.4 2003/02/24 22:34:58 dragon Exp $ S=${WORKDIR}/${P} @@ -9,7 +9,7 @@ DESCRIPTION="XFS dump/restore utilities" SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz" HOMEPAGE="http://oss.sgi.com/projects/xfs" -KEYWORDS="x86" +KEYWORDS="x86 ~mips" SLOT="0" LICENSE="LGPL-2.1" |