diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 17:45:00 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 17:45:00 +0000 |
commit | bcdfbc2af41df7439a0cc279c36410dc4ba1e4d3 (patch) | |
tree | df7f2503d9f5b26806e4090f9dc565429498c51c /dev-perl/ExtUtils-AutoInstall | |
parent | Cleanup. (diff) | |
download | historical-bcdfbc2af41df7439a0cc279c36410dc4ba1e4d3.tar.gz historical-bcdfbc2af41df7439a0cc279c36410dc4ba1e4d3.tar.bz2 historical-bcdfbc2af41df7439a0cc279c36410dc4ba1e4d3.zip |
Ebuild maintenance
Package-Manager: portage-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 |