diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-05-26 22:54:54 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-05-26 23:37:41 +0200 |
commit | a62b66146e12dede92a0e12081ff082f5e4bb9db (patch) | |
tree | 80f0a87dcc2e4243ec621293cca03be2cf69741a /virtual | |
parent | dev-lang/smlnj: bump to 110.99.5 (diff) | |
download | gentoo-a62b66146e12dede92a0e12081ff082f5e4bb9db.tar.gz gentoo-a62b66146e12dede92a0e12081ff082f5e4bb9db.tar.bz2 gentoo-a62b66146e12dede92a0e12081ff082f5e4bb9db.zip |
virtual/perl-Test2-Suite: new
Test2::Suite 0.000162 has been added to the Perl core in 5.40
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-Test2-Suite/metadata.xml | 9 | ||||
-rw-r--r-- | virtual/perl-Test2-Suite/perl-Test2-Suite-0.0.159.ebuild | 15 | ||||
-rw-r--r-- | virtual/perl-Test2-Suite/perl-Test2-Suite-0.0.162.ebuild | 15 |
3 files changed, 39 insertions, 0 deletions
diff --git a/virtual/perl-Test2-Suite/metadata.xml b/virtual/perl-Test2-Suite/metadata.xml new file mode 100644 index 000000000000..1a0d0fb9a80e --- /dev/null +++ b/virtual/perl-Test2-Suite/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>perl@gentoo.org</email> + <name>Gentoo Perl Project</name> + </maintainer> + <stabilize-allarches/> +</pkgmetadata> diff --git a/virtual/perl-Test2-Suite/perl-Test2-Suite-0.0.159.ebuild b/virtual/perl-Test2-Suite/perl-Test2-Suite-0.0.159.ebuild new file mode 100644 index 000000000000..bbed017abdb5 --- /dev/null +++ b/virtual/perl-Test2-Suite/perl-Test2-Suite-0.0.159.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual for ${PN#perl-}" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + +RDEPEND=" + ~perl-core/${PN#perl-}-${PV} + dev-lang/perl:= + !<perl-core/Test2-Suite-${PV} + !>perl-core/Test2-Suite-${PV}-r999 +" diff --git a/virtual/perl-Test2-Suite/perl-Test2-Suite-0.0.162.ebuild b/virtual/perl-Test2-Suite/perl-Test2-Suite-0.0.162.ebuild new file mode 100644 index 000000000000..084ec6babf2e --- /dev/null +++ b/virtual/perl-Test2-Suite/perl-Test2-Suite-0.0.162.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual for ${PN#perl-}" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + +RDEPEND=" + || ( =dev-lang/perl-5.40* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !<perl-core/Test2-Suite-${PV} + !>perl-core/Test2-Suite-${PV}-r999 +" |