summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-03 21:48:46 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-03 21:56:23 +0100
commite82383310c4e070d83b435acd628672881605e20 (patch)
treee8a2783175dd82c2a2cd5dc2a2b15b0e5c6989cb /dev-perl/Import-Into/Import-Into-1.2.5.ebuild
parentdev-perl/Importer: Remove old (diff)
downloadgentoo-e82383310c4e070d83b435acd628672881605e20.tar.gz
gentoo-e82383310c4e070d83b435acd628672881605e20.tar.bz2
gentoo-e82383310c4e070d83b435acd628672881605e20.zip
dev-perl/Import-Into: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Import-Into/Import-Into-1.2.5.ebuild')
-rw-r--r--dev-perl/Import-Into/Import-Into-1.2.5.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-perl/Import-Into/Import-Into-1.2.5.ebuild b/dev-perl/Import-Into/Import-Into-1.2.5.ebuild
deleted file mode 100644
index 34d347f8cf0d..000000000000
--- a/dev-perl/Import-Into/Import-Into-1.2.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=HAARG
-DIST_VERSION=1.002005
-inherit perl-module
-
-DESCRIPTION="Import packages into other packages"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~riscv x86 ~x64-macos ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-perl/Module-Runtime
-"
-DEPEND="
- ${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-Exporter
- virtual/perl-Test-Simple
- )
-"