diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-10-05 05:39:23 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-10-05 05:39:23 +0000 |
commit | 1e086b3052e38037b24a243663d308a8b6ab9324 (patch) | |
tree | 279bbb4d81f64dfdfecc12cb099913686eb24c19 /net-misc/aria | |
parent | big IUSE commit (diff) | |
download | historical-1e086b3052e38037b24a243663d308a8b6ab9324.tar.gz historical-1e086b3052e38037b24a243663d308a8b6ab9324.tar.bz2 historical-1e086b3052e38037b24a243663d308a8b6ab9324.zip |
big IUSE commit
Diffstat (limited to 'net-misc/aria')
-rw-r--r-- | net-misc/aria/aria-0.10.0.ebuild | 4 | ||||
-rw-r--r-- | net-misc/aria/aria-0.10.2_beta7.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-misc/aria/aria-0.10.0.ebuild b/net-misc/aria/aria-0.10.0.ebuild index f433232de807..5e575a0e2fc8 100644 --- a/net-misc/aria/aria-0.10.0.ebuild +++ b/net-misc/aria/aria-0.10.0.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aria/aria-0.10.0.ebuild,v 1.4 2002/08/14 12:08:07 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aria/aria-0.10.0.ebuild,v 1.5 2002/10/05 05:39:23 drobbins Exp $ + +IUSE="nls" S=${WORKDIR}/${P} diff --git a/net-misc/aria/aria-0.10.2_beta7.ebuild b/net-misc/aria/aria-0.10.2_beta7.ebuild index 3af53ce50df9..51e387fdf9c7 100644 --- a/net-misc/aria/aria-0.10.2_beta7.ebuild +++ b/net-misc/aria/aria-0.10.2_beta7.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aria/aria-0.10.2_beta7.ebuild,v 1.1 2002/10/02 05:12:35 jhhudso Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aria/aria-0.10.2_beta7.ebuild,v 1.2 2002/10/05 05:39:23 drobbins Exp $ + +IUSE="nls" P=`echo ${P} | sed s/_beta/test/g` S=${WORKDIR}/${P} |