diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-14 07:59:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-14 07:59:39 +0000 |
commit | 5fc8be9b75be674a2449d07020cbaa38bcf56f4d (patch) | |
tree | c0cf9df506cc6d6fbd6f5b1de423310a372df183 /sys-apps/acl | |
parent | clean older ebuilds (Manifest recommit) (diff) | |
download | gentoo-2-5fc8be9b75be674a2449d07020cbaa38bcf56f4d.tar.gz gentoo-2-5fc8be9b75be674a2449d07020cbaa38bcf56f4d.tar.bz2 gentoo-2-5fc8be9b75be674a2449d07020cbaa38bcf56f4d.zip |
IUSE; tidy
Diffstat (limited to 'sys-apps/acl')
-rw-r--r-- | sys-apps/acl/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/acl/acl-2.2.13-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/acl/acl-2.2.13-r2.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/sys-apps/acl/ChangeLog b/sys-apps/acl/ChangeLog index 9826d23996dc..b41d1437412f 100644 --- a/sys-apps/acl/ChangeLog +++ b/sys-apps/acl/ChangeLog @@ -1,6 +1,10 @@ # 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.28 2004/06/14 07:57:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.29 2004/06/14 07:59:39 mr_bones_ Exp $ + + 14 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> acl-2.2.13-r1.ebuild, + acl-2.2.13-r2.ebuild: + IUSE; tidy 14 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> acl-2.1.1-r1.ebuild, acl-2.2.13.ebuild: diff --git a/sys-apps/acl/acl-2.2.13-r1.ebuild b/sys-apps/acl/acl-2.2.13-r1.ebuild index e18af4a94738..4956154129be 100644 --- a/sys-apps/acl/acl-2.2.13-r1.ebuild +++ b/sys-apps/acl/acl-2.2.13-r1.ebuild @@ -1,15 +1,15 @@ # 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-r1.ebuild,v 1.10 2004/04/17 08:01:55 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.13-r1.ebuild,v 1.11 2004/06/14 07:59:39 mr_bones_ Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Access control list utilities, libraries and headers" HOMEPAGE="http://oss.sgi.com/projects/xfs" SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz" -SLOT="0" LICENSE="LGPL-2.1" +SLOT="0" KEYWORDS="x86 amd64 ppc ~sparc ~alpha ~hppa ~mips " +IUSE="" DEPEND=">=sys-apps/attr-2.4 sys-devel/autoconf" diff --git a/sys-apps/acl/acl-2.2.13-r2.ebuild b/sys-apps/acl/acl-2.2.13-r2.ebuild index 986632718aac..44bbe7acfb93 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.12 2004/05/07 01:14:55 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.13-r2.ebuild,v 1.13 2004/06/14 07:59:39 mr_bones_ Exp $ DESCRIPTION="Access control list utilities, libraries and headers" HOMEPAGE="http://oss.sgi.com/projects/xfs" @@ -9,7 +9,7 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86 ppc sparc ~mips alpha arm ~hppa amd64 ia64 ppc64 s390" -IUSE="" +IUSE="nls" RDEPEND=">=sys-apps/attr-2.4 nls? ( sys-devel/gettext )" |