diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2013-12-31 13:46:28 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2013-12-31 13:46:28 +0000 |
commit | cc4297e57b5149ee51afdd333c60e1a47a833222 (patch) | |
tree | de48f4d4cbfb2fe769c6f9385a81314cffa001e3 /perl-core | |
parent | Drop old (diff) | |
download | gentoo-2-cc4297e57b5149ee51afdd333c60e1a47a833222.tar.gz gentoo-2-cc4297e57b5149ee51afdd333c60e1a47a833222.tar.bz2 gentoo-2-cc4297e57b5149ee51afdd333c60e1a47a833222.zip |
Drop old
(Portage version: 2.2.7/cvs/Linux i686, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Module-Build/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/Module-Build/Module-Build-0.34.0201.ebuild | 28 |
2 files changed, 5 insertions, 29 deletions
diff --git a/perl-core/Module-Build/ChangeLog b/perl-core/Module-Build/ChangeLog index 7b2a5fa15081..2d03989889fd 100644 --- a/perl-core/Module-Build/ChangeLog +++ b/perl-core/Module-Build/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Module-Build # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.78 2013/08/14 07:50:30 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.79 2013/12/31 13:46:28 zlogene Exp $ + + 31 Dec 2013; Mikle Kolyada <zlogene@gentoo.org> + -Module-Build-0.34.0201.ebuild: + Drop old *Module-Build-0.400.700 (14 Aug 2013) diff --git a/perl-core/Module-Build/Module-Build-0.34.0201.ebuild b/perl-core/Module-Build/Module-Build-0.34.0201.ebuild deleted file mode 100644 index c76ec24578cb..000000000000 --- a/perl-core/Module-Build/Module-Build-0.34.0201.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.34.0201.ebuild,v 1.11 2013/01/06 23:41:51 vapier Exp $ - -inherit versionator -MODULE_AUTHOR=DAGOLDEN -MY_P=${PN}-$(delete_version_separator 2) -S=${WORKDIR}/${MY_P} -inherit perl-module - -DESCRIPTION="Build and install Perl modules" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -# Removing these as hard deps. They are listed as recommended in the Build.PL, -# but end up causing a dep loop since they require module-build to be built. -# ~mcummings 06.16.06 -PDEPEND=">=virtual/perl-ExtUtils-CBuilder-0.15 - >=virtual/perl-ExtUtils-ParseXS-1.02" - -DEPEND="dev-lang/perl - dev-perl/yaml - >=virtual/perl-Archive-Tar-1.09 - >=virtual/perl-Test-Harness-3.16" - -SRC_TEST="do" |