diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-10 19:45:21 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-10 20:23:30 +0200 |
commit | 67c0a90436735f3f7e4b46218e246aeda053f34e (patch) | |
tree | 18563122cdeb2779d138316b5a3f10dc6fa69755 /dev-perl/Sub-Identify/Sub-Identify-0.140.0.ebuild | |
parent | dev-perl/Sub-Exporter-Progressive: EAPI=8 bump (diff) | |
download | gentoo-67c0a90436735f3f7e4b46218e246aeda053f34e.tar.gz gentoo-67c0a90436735f3f7e4b46218e246aeda053f34e.tar.bz2 gentoo-67c0a90436735f3f7e4b46218e246aeda053f34e.zip |
dev-perl/Sub-Identify: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Sub-Identify/Sub-Identify-0.140.0.ebuild')
-rw-r--r-- | dev-perl/Sub-Identify/Sub-Identify-0.140.0.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-perl/Sub-Identify/Sub-Identify-0.140.0.ebuild b/dev-perl/Sub-Identify/Sub-Identify-0.140.0.ebuild deleted file mode 100644 index a9b5e6d6269d..000000000000 --- a/dev-perl/Sub-Identify/Sub-Identify-0.140.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=RGARCIA -DIST_VERSION=0.14 -inherit perl-module - -DESCRIPTION="Retrieve names of code references" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - virtual/perl-Exporter - virtual/perl-XSLoader -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-Scalar-List-Utils - virtual/perl-Test-Simple - ) -" -src_test() { - perl_rm_files "t/pod.t" - perl-module_src_test -} |