From 6e27affdd490267ce12e6c48696d83078758dee2 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sun, 17 Oct 2021 21:09:34 +0200 Subject: dev-perl/Data-Section: 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 --- .../Data-Section/Data-Section-0.200.7-r1.ebuild | 26 +++++++++++++++++++++ dev-perl/Data-Section/Data-Section-0.200.7.ebuild | 27 ---------------------- 2 files changed, 26 insertions(+), 27 deletions(-) create mode 100644 dev-perl/Data-Section/Data-Section-0.200.7-r1.ebuild delete mode 100644 dev-perl/Data-Section/Data-Section-0.200.7.ebuild (limited to 'dev-perl/Data-Section') diff --git a/dev-perl/Data-Section/Data-Section-0.200.7-r1.ebuild b/dev-perl/Data-Section/Data-Section-0.200.7-r1.ebuild new file mode 100644 index 000000000000..3c9ceeba6855 --- /dev/null +++ b/dev-perl/Data-Section/Data-Section-0.200.7-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=RJBS +DIST_VERSION=0.200007 +inherit perl-module + +DESCRIPTION="read multiple hunks of data out of your DATA section" +SLOT="0" +KEYWORDS="amd64 x86" + +RDEPEND=" + virtual/perl-Encode + >=dev-perl/MRO-Compat-0.90.0 + >=dev-perl/Sub-Exporter-0.979.0 +" + +BDEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.300.0 + test? ( + dev-perl/Test-FailWarnings + >=virtual/perl-Test-Simple-0.960.0 + ) +" diff --git a/dev-perl/Data-Section/Data-Section-0.200.7.ebuild b/dev-perl/Data-Section/Data-Section-0.200.7.ebuild deleted file mode 100644 index 825703a2081e..000000000000 --- a/dev-perl/Data-Section/Data-Section-0.200.7.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -DIST_AUTHOR=RJBS -DIST_VERSION=0.200007 -inherit perl-module - -DESCRIPTION="read multiple hunks of data out of your DATA section" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" -RESTRICT="!test? ( test )" -# r: strict, warnings -> perl -RDEPEND=" - virtual/perl-Encode - >=dev-perl/MRO-Compat-0.90.0 - >=dev-perl/Sub-Exporter-0.979.0 -" -# t: base, lib, utf8 -> perl -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.300.0 - test? ( - dev-perl/Test-FailWarnings - >=virtual/perl-Test-Simple-0.960.0 - ) -" -- cgit v1.2.3-65-gdbad