diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-17 08:11:00 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-17 08:11:00 +0000 |
commit | 3118a4809dd3a6fc99da84bdc5d6322459270ae0 (patch) | |
tree | 236efa0beba356bf6078f3c29ae3fe2afa95acb6 /perl-core/ExtUtils-MakeMaker | |
parent | Cleanup (diff) | |
download | gentoo-2-3118a4809dd3a6fc99da84bdc5d6322459270ae0.tar.gz gentoo-2-3118a4809dd3a6fc99da84bdc5d6322459270ae0.tar.bz2 gentoo-2-3118a4809dd3a6fc99da84bdc5d6322459270ae0.zip |
Cleanup
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/ExtUtils-MakeMaker')
-rw-r--r-- | perl-core/ExtUtils-MakeMaker/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.56.ebuild | 25 |
2 files changed, 6 insertions, 27 deletions
diff --git a/perl-core/ExtUtils-MakeMaker/ChangeLog b/perl-core/ExtUtils-MakeMaker/ChangeLog index f88514f3f3d9..b8fdc4700262 100644 --- a/perl-core/ExtUtils-MakeMaker/ChangeLog +++ b/perl-core/ExtUtils-MakeMaker/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/ExtUtils-MakeMaker -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog,v 1.21 2010/09/13 14:41:47 josejx Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog,v 1.22 2011/01/17 08:11:00 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> + -ExtUtils-MakeMaker-6.56.ebuild: + Cleanup 13 Sep 2010; Joseph Jezak <josejx@gentoo.org> ExtUtils-MakeMaker-6.56-r1.ebuild: diff --git a/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.56.ebuild b/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.56.ebuild deleted file mode 100644 index 3dc63d6b1648..000000000000 --- a/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.56.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.56.ebuild,v 1.5 2010/05/14 15:49:18 jer Exp $ - -EAPI=2 - -MODULE_AUTHOR=MSCHWERN -inherit perl-module - -DESCRIPTION="Create a module Makefile" -HOMEPAGE="http://makemaker.org ${HOMEPAGE}" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -PATCHES=( "${FILESDIR}/RUNPATH-6.54.patch" ) - -DEPEND=">=virtual/perl-ExtUtils-Manifest-1.56 - >=virtual/perl-ExtUtils-Command-1.16 - >=virtual/perl-ExtUtils-Install-1.52" -RDEPEND="${DEPEND} - !!<dev-lang/perl-5.8.8-r7" - -SRC_TEST=do |