diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-03 21:48:46 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-03 21:56:23 +0100 |
commit | e82383310c4e070d83b435acd628672881605e20 (patch) | |
tree | e8a2783175dd82c2a2cd5dc2a2b15b0e5c6989cb /dev-perl/Import-Into/Import-Into-1.2.5.ebuild | |
parent | dev-perl/Importer: Remove old (diff) | |
download | gentoo-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.ebuild | 27 |
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 - ) -" |