From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 23A8B15807B for ; Fri, 11 Oct 2024 03:39:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AA06E29BA; Fri, 11 Oct 2024 03:39:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14EB2E29BA for ; Fri, 11 Oct 2024 03:39:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E682335C52 for ; Fri, 11 Oct 2024 03:39:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0E7C227B for ; Fri, 11 Oct 2024 03:39:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1728617951.64fdeaf7b5568f9b54d0497cd16f4678ad1370f3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: perl-core/Term-Table/ X-VCS-Repository: repo/gentoo X-VCS-Files: perl-core/Term-Table/Manifest perl-core/Term-Table/Term-Table-0.22.0.ebuild X-VCS-Directories: perl-core/Term-Table/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 64fdeaf7b5568f9b54d0497cd16f4678ad1370f3 X-VCS-Branch: master Date: Fri, 11 Oct 2024 03:39:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 17c5b721-7287-47c3-b86f-550620eda4c3 X-Archives-Hash: 6a776e31edc08d588100bb77eea91957 commit: 64fdeaf7b5568f9b54d0497cd16f4678ad1370f3 Author: Sam James gentoo org> AuthorDate: Fri Oct 11 03:10:06 2024 +0000 Commit: Sam James gentoo 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 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' +}