commit:     64fdeaf7b5568f9b54d0497cd16f4678ad1370f3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 11 03:10:06 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 11 03:39:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64fdeaf7

perl-core/Term-Table: add 0.22.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 perl-core/Term-Table/Manifest                 |  1 +
 perl-core/Term-Table/Term-Table-0.22.0.ebuild | 31 +++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/perl-core/Term-Table/Manifest b/perl-core/Term-Table/Manifest
index 6d6adc786652..e0ae46c700d8 100644
--- a/perl-core/Term-Table/Manifest
+++ b/perl-core/Term-Table/Manifest
@@ -1 +1,2 @@
 DIST Term-Table-0.018.tar.gz 28833 BLAKE2B 
aa7b5c472cd377c8abc4ec1c0d579832eeb4c80cff28ce486da7c6370cc658ffc32d5f4ab7a5bb5405b36bc0438da8a9e047aef8fc02383a1fffc1547f880696
 SHA512 
99670976b884482697d667cf5db3cc3ff60e511270eab7e0df0cd922cfcc38297d143f03579df153a62db201db8d9e81e5f8bdaa94015d0b9ee9a5c033470621
+DIST Term-Table-0.022.tar.gz 29116 BLAKE2B 
f82592b8de9f439d13ce90ed62ade66d13394c84c70c2656f0d2f187ca574c83e3c16f32f2d28bb2aa85f7a18eab7b1915f65e18c8058e55d7e36122e029abb8
 SHA512 
5e942104eb11ee1344ce97a33db4559584f94140516b31f53464be07b274cc7ffe9340cd63f3aff5a1d1af2f0701ed7e75179eedfb1611a5c3dc9b281f10c35d

diff --git a/perl-core/Term-Table/Term-Table-0.22.0.ebuild 
b/perl-core/Term-Table/Term-Table-0.22.0.ebuild
new file mode 100644
index 000000000000..720c28f8e2dd
--- /dev/null
+++ b/perl-core/Term-Table/Term-Table-0.22.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=EXODIST
+DIST_VERSION=0.022
+inherit perl-module optfeature
+
+DESCRIPTION="Format a header and rows into a table"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+
+RDEPEND="
+       virtual/perl-Carp
+       virtual/perl-Scalar-List-Utils
+"
+DEPEND="
+       ${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+       test? (
+               >=virtual/perl-Test-Simple-1.302.97
+       )
+"
+
+pkg_postinst() {
+       # optfeature "Improved Automatic detection of terminal width" 
Term::Size::Any
+       optfeature "Improved rendering of UTF8 Characters" 
'>=dev-perl/Unicode-LineBreak-2013.100.0'
+       optfeature "Automatic detection of terminal width" 
'dev-perl/TermReadKey'
+}

Reply via email to