diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 17:42:54 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 17:42:54 +0000 |
commit | ece897340f22abc7352618821b10b1877c7218ca (patch) | |
tree | a5287f3a5c4eac0b900f1cd4417dc43d67ac1386 /dev-perl/ExtUtils-AutoInstall | |
parent | Ebuild maintenance (diff) | |
download | gentoo-2-ece897340f22abc7352618821b10b1877c7218ca.tar.gz gentoo-2-ece897340f22abc7352618821b10b1877c7218ca.tar.bz2 gentoo-2-ece897340f22abc7352618821b10b1877c7218ca.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/ExtUtils-AutoInstall')
-rw-r--r-- | dev-perl/ExtUtils-AutoInstall/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.63.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-perl/ExtUtils-AutoInstall/ChangeLog b/dev-perl/ExtUtils-AutoInstall/ChangeLog index b76beb4e95a5..721dd4b61d59 100644 --- a/dev-perl/ExtUtils-AutoInstall/ChangeLog +++ b/dev-perl/ExtUtils-AutoInstall/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/ExtUtils-AutoInstall # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ChangeLog,v 1.31 2007/01/14 22:54:54 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ChangeLog,v 1.32 2007/01/15 17:42:54 mcummings Exp $ + + 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> + -ExtUtils-AutoInstall-0.56.ebuild, -ExtUtils-AutoInstall-0.61.ebuild, + ExtUtils-AutoInstall-0.63.ebuild: + Ebuild maintenance 14 Jan 2007; Michael Cummings <mcummings@gentoo.org> ExtUtils-AutoInstall-0.63.ebuild: diff --git a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.63.ebuild b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.63.ebuild index 671a9c6bb328..785d80a74587 100644 --- a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.63.ebuild +++ b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.63.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2007 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.63.ebuild,v 1.10 2007/01/14 22:54:54 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.63.ebuild,v 1.11 2007/01/15 17:42:54 mcummings Exp $ inherit perl-module DESCRIPTION="Allows module writers to specify a more sophisticated form of dependency information" SRC_URI="mirror://cpan/authors/id/A/AU/AUTRIJUS/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~autrijus/${P}/" +HOMEPAGE="http://search.cpan.org/~autrijus/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" @@ -18,7 +18,6 @@ IUSE="" DEPEND="dev-perl/Sort-Versions dev-lang/perl" -RDEPEND="${DEPEND}" src_compile() { echo "n" | perl-module_src_compile |