From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Term-Table/
Date: Thu, 14 Sep 2023 16:28:53 +0000 (UTC) [thread overview]
Message-ID: <1694708866.caa7c4158298e48f3816e036c0f4add666c71d9a.sam@gentoo> (raw)
commit: caa7c4158298e48f3816e036c0f4add666c71d9a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 07:44:22 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 16:27:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caa7c415
dev-perl/Term-Table: add 0.17.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Term-Table/Manifest | 1 +
dev-perl/Term-Table/Term-Table-0.17.0.ebuild | 31 ++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-perl/Term-Table/Manifest b/dev-perl/Term-Table/Manifest
index e2bc1b512657..7564b1e2a362 100644
--- a/dev-perl/Term-Table/Manifest
+++ b/dev-perl/Term-Table/Manifest
@@ -1,2 +1,3 @@
DIST Term-Table-0.015.tar.gz 28737 BLAKE2B 4cdbb839467989d15e3ee3033efc7eb7081999d24ef7df05dcfce4fe18b03fab644af30cc5b6a28e5a4e8895a95a00f10b547ba98c4570da57ab9531ea04697c SHA512 2f5cbc28d0d0f76a6269892055871c103a65d9fd9836d3a0b7c7320cf1439d27cba596453f1d94bd324bd4d4dffdd0eb672801aa23f9a8609310a28eca15dd87
DIST Term-Table-0.016.tar.gz 28343 BLAKE2B b48ab1d17141a0d1fd5b19a5f7e217c236cb8fff1e9fad11c573a00573bdd9668689af5ab08ac2b91fc3efc119626f2a28490a7dfd5b2d17d692019216b979fd SHA512 b35700fba336f57e479d818ef74fc746979b3acb081a7cde816b39c5fb65bedd5217257426ba22bdcaf8d73292cd98efd23295144a996f7bd117ada775cdfe5b
+DIST Term-Table-0.017.tar.gz 28747 BLAKE2B 3bd9888003463e777259af17def0ccdb0924f21e16dcf11c3e8c9dc0313fe2bd844f25a1da446b54cbc0f1d9cf84dc646382f5979ba1e9839530693b47f62d21 SHA512 ee5b9188c99e9ebc346cb3395b3d36e4ca7e6f4965bd54be43646091a1f7babf2784e0c6ad5e263870ccfbb6d55896ce9a7815a73e1b1e620357885705220f32
diff --git a/dev-perl/Term-Table/Term-Table-0.17.0.ebuild b/dev-perl/Term-Table/Term-Table-0.17.0.ebuild
new file mode 100644
index 000000000000..89acca1b49fb
--- /dev/null
+++ b/dev-perl/Term-Table/Term-Table-0.17.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=EXODIST
+DIST_VERSION=0.017
+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"
+
+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'
+}
next reply other threads:[~2023-09-14 16:28 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-14 16:28 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-23 4:17 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Term-Table/ Sam James
2023-12-29 23:32 Sam James
2023-11-13 4:35 Sam James
2023-11-04 16:13 Arthur Zamarin
2023-11-04 13:35 Sam James
2023-11-04 10:50 Sam James
2023-11-04 10:49 Sam James
2023-11-04 10:49 Sam James
2023-11-04 10:49 Sam James
2023-08-01 18:27 Arthur Zamarin
2023-07-24 7:45 Jakov Smolić
2023-07-24 7:45 Jakov Smolić
2023-06-18 21:53 Sam James
2021-12-09 12:05 Andreas K. Hüttel
2021-10-04 11:01 Agostino Sarubbo
2021-10-03 0:30 Sam James
2021-08-05 11:11 Sergei Trofimovich
2021-07-31 13:04 Agostino Sarubbo
2021-07-28 2:38 Sam James
2021-07-26 2:27 Sam James
2021-07-26 2:14 Sam James
2021-07-26 2:14 Sam James
2021-05-13 14:34 Andreas K. Hüttel
2020-04-15 7:08 Agostino Sarubbo
2020-04-14 15:45 Agostino Sarubbo
2020-04-14 14:06 Agostino Sarubbo
2020-04-12 11:39 Mart Raudsepp
2019-07-19 7:48 Mikle Kolyada
2019-02-23 20:14 Sergei Trofimovich
2019-01-09 10:52 Mikle Kolyada
2019-01-07 0:16 Thomas Deutschmann
2019-01-05 19:45 Sergei Trofimovich
2018-10-27 19:04 Fabian Groffen
2018-06-30 17:44 Mikle Kolyada
2018-02-22 14:43 Michał Górny
2017-12-27 8:35 Markus Meier
2017-12-22 5:20 Markus Meier
2017-11-25 18:51 Sergei Trofimovich
2017-11-23 22:31 Matt Turner
2017-11-13 22:28 Sergei Trofimovich
2017-11-09 0:07 Matt Turner
2017-10-16 20:51 Sergei Trofimovich
2017-10-14 14:46 Sergei Trofimovich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1694708866.caa7c4158298e48f3816e036c0f4add666c71d9a.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox