summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-04-15 03:11:44 +1200
committerKent Fredric <kentnl@gentoo.org>2020-04-15 21:51:22 +1200
commita009107c61725bf52911e14b04a7a881fcd0165f (patch)
treeadc287e0acda36a1cd46752e1f14473f14269e2f /dev-perl/Module-Runtime-Conflicts
parentdev-perl/Modern-Perl: Remove old 1.201.701.170 (diff)
downloadgentoo-a009107c61725bf52911e14b04a7a881fcd0165f.tar.gz
gentoo-a009107c61725bf52911e14b04a7a881fcd0165f.tar.bz2
gentoo-a009107c61725bf52911e14b04a7a881fcd0165f.zip
dev-perl/Module-Runtime-Conflicts: Remove old 0.2.0
Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Module-Runtime-Conflicts')
-rw-r--r--dev-perl/Module-Runtime-Conflicts/Manifest1
-rw-r--r--dev-perl/Module-Runtime-Conflicts/Module-Runtime-Conflicts-0.2.0.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-perl/Module-Runtime-Conflicts/Manifest b/dev-perl/Module-Runtime-Conflicts/Manifest
index 607c7721f0b2..6bb0e857d593 100644
--- a/dev-perl/Module-Runtime-Conflicts/Manifest
+++ b/dev-perl/Module-Runtime-Conflicts/Manifest
@@ -1,2 +1 @@
-DIST Module-Runtime-Conflicts-0.002.tar.gz 24802 BLAKE2B 5b401a4489e0a60e8dc1ef84f91f3cc970d668501446f1b58226f900b5c5335d1d8ed6bec5e6bb4fe841700e58f58ca3f1846db3509acc80e907163a1df53f72 SHA512 e07ee4e7707b6c8ee52afc01f7fb7e8a04fc9ab3f3e4624fa7f4011bb314aa77aa0e060c58592e3bc21d9fb6d9d83190bb655b43940e79a4d95557ce720530af
DIST Module-Runtime-Conflicts-0.003.tar.gz 24935 BLAKE2B f67a6647ef8a55e2de845f9cfc004f12bb2a813843f70d1aa0cc53912f385d6dae884ae0a12f81d69039d810d0ea306cbfab6bfba913c4eb2583c77d4a075aa6 SHA512 1b72ea7cc9516721290d5ea433169697b4134b5fc77872d6822e4c395a154bf956d469ab5da2802d587d60dfb13b9784014fe492988cf3f8b5820da2d63e8ca1
diff --git a/dev-perl/Module-Runtime-Conflicts/Module-Runtime-Conflicts-0.2.0.ebuild b/dev-perl/Module-Runtime-Conflicts/Module-Runtime-Conflicts-0.2.0.ebuild
deleted file mode 100644
index c32f153b7611..000000000000
--- a/dev-perl/Module-Runtime-Conflicts/Module-Runtime-Conflicts-0.2.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=ETHER
-MODULE_VERSION=0.002
-inherit perl-module
-
-DESCRIPTION="Provide information on conflicts for Module::Runtime"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-perl/Dist-CheckConflicts
- dev-perl/Module-Runtime
-"
-DEPEND="${RDEPEND}
- >=dev-perl/Module-Build-Tiny-0.39.0
- test? (
- virtual/perl-ExtUtils-MakeMaker
- virtual/perl-File-Spec
- >=virtual/perl-Test-Simple-0.880.0
- virtual/perl-if
- )
-"
-
-SRC_TEST="do parallel"