dev-perl/Term-Table: add 0.16.0

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-06-18 22:22:24 +01:00
parent 39e19754cb
commit cac4e00a4a
2 changed files with 33 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST Term-Table-0.015.tar.gz 28737 BLAKE2B 4cdbb839467989d15e3ee3033efc7eb7081999d24ef7df05dcfce4fe18b03fab644af30cc5b6a28e5a4e8895a95a00f10b547ba98c4570da57ab9531ea04697c SHA512 2f5cbc28d0d0f76a6269892055871c103a65d9fd9836d3a0b7c7320cf1439d27cba596453f1d94bd324bd4d4dffdd0eb672801aa23f9a8609310a28eca15dd87
DIST Term-Table-0.016.tar.gz 28343 BLAKE2B b48ab1d17141a0d1fd5b19a5f7e217c236cb8fff1e9fad11c573a00573bdd9668689af5ab08ac2b91fc3efc119626f2a28490a7dfd5b2d17d692019216b979fd SHA512 b35700fba336f57e479d818ef74fc746979b3acb081a7cde816b39c5fb65bedd5217257426ba22bdcaf8d73292cd98efd23295144a996f7bd117ada775cdfe5b

View File

@@ -0,0 +1,32 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=EXODIST
DIST_VERSION=0.016
inherit perl-module optfeature
DESCRIPTION="Format a header and rows into a table"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Carp
>=dev-perl/Importer-0.24.0
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'
}