diff options
author | 2004-01-25 00:29:08 +0000 | |
---|---|---|
committer | 2004-01-25 00:29:08 +0000 | |
commit | 40a55eadf8c1cc09bf10b6ba1e654c53a0e10fa7 (patch) | |
tree | 15db085763da1d08304d5df394137e085157fa68 /sys-apps | |
parent | add libxml2 to deps, fixes 39281, also version bumped while I was here (diff) | |
download | historical-40a55eadf8c1cc09bf10b6ba1e654c53a0e10fa7.tar.gz historical-40a55eadf8c1cc09bf10b6ba1e654c53a0e10fa7.tar.bz2 historical-40a55eadf8c1cc09bf10b6ba1e654c53a0e10fa7.zip |
need eutils for non-broken epatch
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/attr/attr-2.4.1.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/attr/attr-2.4.7-r1.ebuild | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/sys-apps/attr/attr-2.4.1.ebuild b/sys-apps/attr/attr-2.4.1.ebuild index 5c76b817a0f5..75a254833447 100644 --- a/sys-apps/attr/attr-2.4.1.ebuild +++ b/sys-apps/attr/attr-2.4.1.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.1.ebuild,v 1.8 2003/12/10 04:34:59 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.1.ebuild,v 1.9 2004/01/25 00:29:08 vapier Exp $ + +inherit eutils -S=${WORKDIR}/${P} DESCRIPTION="xfs extended attributes tools" HOMEPAGE="http://oss.sgi.com/projects/xfs" SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz diff --git a/sys-apps/attr/attr-2.4.7-r1.ebuild b/sys-apps/attr/attr-2.4.7-r1.ebuild index 60ffda2ef584..0d057eff447a 100644 --- a/sys-apps/attr/attr-2.4.7-r1.ebuild +++ b/sys-apps/attr/attr-2.4.7-r1.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.7-r1.ebuild,v 1.10 2004/01/10 18:47:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.7-r1.ebuild,v 1.11 2004/01/25 00:29:08 vapier Exp $ -IUSE="nls debug" +inherit eutils -S=${WORKDIR}/${P} DESCRIPTION="xfs extended attributes tools" HOMEPAGE="http://oss.sgi.com/projects/xfs" SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz http://acl.bestbits.at/current/tar/${P}.src.tar.gz" -SLOT="0" LICENSE="LGPL-2.1" +SLOT="0" KEYWORDS="x86 ppc sparc alpha ~hppa mips ~amd64 ia64" +IUSE="nls debug" DEPEND=">=sys-apps/portage-2.0.47-r10 >=sys-apps/sed-4.0.5 |