From 4ad4a106ba9ef44d80698d3aa0238b808245ae36 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sun, 31 Oct 2021 20:37:32 +0100 Subject: dev-perl/Hook-LexWrap: EAPI=8 bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- .../Hook-LexWrap/Hook-LexWrap-0.260.0-r1.ebuild | 30 ++++++++++++++++++++ dev-perl/Hook-LexWrap/Hook-LexWrap-0.260.0.ebuild | 32 ---------------------- 2 files changed, 30 insertions(+), 32 deletions(-) create mode 100644 dev-perl/Hook-LexWrap/Hook-LexWrap-0.260.0-r1.ebuild delete mode 100644 dev-perl/Hook-LexWrap/Hook-LexWrap-0.260.0.ebuild (limited to 'dev-perl/Hook-LexWrap') diff --git a/dev-perl/Hook-LexWrap/Hook-LexWrap-0.260.0-r1.ebuild b/dev-perl/Hook-LexWrap/Hook-LexWrap-0.260.0-r1.ebuild new file mode 100644 index 000000000000..0cb3a4655bd2 --- /dev/null +++ b/dev-perl/Hook-LexWrap/Hook-LexWrap-0.260.0-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=ETHER +DIST_VERSION=0.26 +DIST_EXAMPLES=("demo/*") +inherit perl-module + +DESCRIPTION="Lexically scoped subroutine wrappers" + +SLOT="0" +KEYWORDS="~alpha amd64 ~arm ppc ~ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris" + +RDEPEND=" + virtual/perl-Carp +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + virtual/perl-Test-Simple + ) +" + +src_test() { + perl_rm_files t/pod.t + perl-module_src_test +} diff --git a/dev-perl/Hook-LexWrap/Hook-LexWrap-0.260.0.ebuild b/dev-perl/Hook-LexWrap/Hook-LexWrap-0.260.0.ebuild deleted file mode 100644 index d62b31db07bb..000000000000 --- a/dev-perl/Hook-LexWrap/Hook-LexWrap-0.260.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=ETHER -DIST_VERSION=0.26 -DIST_EXAMPLES=("demo/*") -inherit perl-module - -DESCRIPTION="Lexically scoped subroutine wrappers" - -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ppc ~ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - virtual/perl-Carp -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-File-Spec - virtual/perl-Test-Simple - ) -" - -src_test() { - perl_rm_files t/pod.t - perl-module_src_test -} -- cgit v1.2.3-65-gdbad