summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-05-26 22:27:07 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-05-26 22:43:39 +0200
commit1ec2aa89091d2a028333a3db80d0065af666de9f (patch)
treefb3953e96467d9fedced7c52c9b611b3aaae89be /virtual
parentapp-doc/s6-man-pages: drop 2.12.0.3.1 (diff)
downloadgentoo-1ec2aa89091d2a028333a3db80d0065af666de9f.tar.gz
gentoo-1ec2aa89091d2a028333a3db80d0065af666de9f.tar.bz2
gentoo-1ec2aa89091d2a028333a3db80d0065af666de9f.zip
virtual/perl-Term-Table: new package, add 0.18.0
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r--virtual/perl-Term-Table/metadata.xml9
-rw-r--r--virtual/perl-Term-Table/perl-Term-Table-0.18.0.ebuild15
2 files changed, 24 insertions, 0 deletions
diff --git a/virtual/perl-Term-Table/metadata.xml b/virtual/perl-Term-Table/metadata.xml
new file mode 100644
index 000000000000..1a0d0fb9a80e
--- /dev/null
+++ b/virtual/perl-Term-Table/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-Term-Table/perl-Term-Table-0.18.0.ebuild b/virtual/perl-Term-Table/perl-Term-Table-0.18.0.ebuild
new file mode 100644
index 000000000000..1616fde47f7d
--- /dev/null
+++ b/virtual/perl-Term-Table/perl-Term-Table-0.18.0.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/Term-Table-${PV}
+ !>perl-core/Term-Table-${PV}-r999
+"