From 18873b8686d5e9a29264e3f303834833f6e7e82f Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sun, 26 May 2024 23:22:07 +0200 Subject: dev-perl/Shell-Config-Generate: Test2::Suite is now in core perl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- .../Shell-Config-Generate-0.340.0-r1.ebuild | 24 ++++++++++++++++++++++ .../Shell-Config-Generate-0.340.0.ebuild | 24 ---------------------- 2 files changed, 24 insertions(+), 24 deletions(-) create mode 100644 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0-r1.ebuild delete mode 100644 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild (limited to 'dev-perl/Shell-Config-Generate') diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0-r1.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0-r1.ebuild new file mode 100644 index 000000000000..bb1699541f15 --- /dev/null +++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=PLICEASE +DIST_VERSION=0.34 +inherit perl-module + +DESCRIPTION="Portably generate config for any shell" + +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" + +RDEPEND=" + dev-perl/Shell-Guess +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-Test2-Suite-0.0.60 + >=virtual/perl-Test-Simple-1.302.15 + ) +" diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild deleted file mode 100644 index cd5e91c78802..000000000000 --- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR=PLICEASE -DIST_VERSION=0.34 -inherit perl-module - -DESCRIPTION="Portably generate config for any shell" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" - -RDEPEND=" - dev-perl/Shell-Guess -" -BDEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - >=dev-perl/Test2-Suite-0.0.60 - >=virtual/perl-Test-Simple-1.302.15 - ) -" -- cgit v1.2.3-65-gdbad