diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:28:42 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:28:42 +0000 |
commit | e17033b4239a0afd9e2afeb0eae412765da66489 (patch) | |
tree | 8399ef6b31ca07961ebc5b1909d9b79bc863b595 /dev-perl/ExtUtils-AutoInstall | |
parent | sync IUSE (missing), trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-e17033b4239a0afd9e2afeb0eae412765da66489.tar.gz gentoo-2-e17033b4239a0afd9e2afeb0eae412765da66489.tar.bz2 gentoo-2-e17033b4239a0afd9e2afeb0eae412765da66489.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-perl/ExtUtils-AutoInstall')
3 files changed, 3 insertions, 6 deletions
diff --git a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.55.ebuild b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.55.ebuild index 6e2c210e413b..9ed818e7208e 100644 --- a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.55.ebuild +++ b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.55.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.55.ebuild,v 1.3 2004/06/25 00:26:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.55.ebuild,v 1.4 2004/07/14 17:27:39 agriffis Exp $ IUSE="" inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="Allows module writers to specify a more sophisticated form of dependency information" SRC_URI="http://search.cpan.org/CPAN/authors/id/A/AU/AUTRIJUS/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/author/AUTRIJUS/${P}/" diff --git a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.56.ebuild b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.56.ebuild index 500965320eae..b48c7cb3687b 100644 --- a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.56.ebuild +++ b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.56.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.56.ebuild,v 1.4 2004/06/25 00:26:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.56.ebuild,v 1.5 2004/07/14 17:27:39 agriffis Exp $ IUSE="" inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="Allows module writers to specify a more sophisticated form of dependency information" SRC_URI="http://search.cpan.org/CPAN/authors/id/A/AU/AUTRIJUS/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/author/AUTRIJUS/${P}/" diff --git a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.59.ebuild b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.59.ebuild index d5813421555e..c9431fc184f1 100644 --- a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.59.ebuild +++ b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.59.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.59.ebuild,v 1.2 2004/06/25 00:26:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.59.ebuild,v 1.3 2004/07/14 17:27:39 agriffis Exp $ IUSE="" inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="Allows module writers to specify a more sophisticated form of dependency information" SRC_URI="http://search.cpan.org/CPAN/authors/id/A/AU/AUTRIJUS/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/author/AUTRIJUS/${P}/" |