diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-03-27 19:14:13 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-03-27 19:22:04 +0200 |
commit | f2afe8bc77dd24d873454732b18417d0e950b3d6 (patch) | |
tree | 672b119408fc7df57f26b44dda117401dbdf071b /dev-perl/Module-Info | |
parent | dev-python/monotonic: fix depgraph (diff) | |
download | gentoo-f2afe8bc77dd24d873454732b18417d0e950b3d6.tar.gz gentoo-f2afe8bc77dd24d873454732b18417d0e950b3d6.tar.bz2 gentoo-f2afe8bc77dd24d873454732b18417d0e950b3d6.zip |
dev-perl/Module-Info: Remove old
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-perl/Module-Info')
-rw-r--r-- | dev-perl/Module-Info/Module-Info-0.370.0.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-perl/Module-Info/Module-Info-0.370.0.ebuild b/dev-perl/Module-Info/Module-Info-0.370.0.ebuild deleted file mode 100644 index efe57561e2a6..000000000000 --- a/dev-perl/Module-Info/Module-Info-0.370.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MY_PN=Module-Info -MODULE_AUTHOR=NEILB -MODULE_VERSION=0.37 -inherit perl-module - -DESCRIPTION="Information about Perl modules" - -SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc ~x86" -IUSE="test" - -RDEPEND=" - >=dev-perl/B-Utils-0.270.0 - virtual/perl-Carp - >=virtual/perl-File-Spec-0.800.0 -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage - ) -" - -SRC_TEST="do parallel" |