public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Template-Toolkit/
Date: Sun,  7 Jul 2024 11:02:26 +0000 (UTC)	[thread overview]
Message-ID: <1720350079.b007904ea7b64e167ab783b6fdeebc0a8f2fe783.sam@gentoo> (raw)

commit:     b007904ea7b64e167ab783b6fdeebc0a8f2fe783
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  7 10:44:14 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul  7 11:01:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b007904e

dev-perl/Template-Toolkit: add 3.102.0

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

 dev-perl/Template-Toolkit/Manifest                 |  1 +
 .../Template-Toolkit-3.102.0.ebuild                | 50 ++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/dev-perl/Template-Toolkit/Manifest b/dev-perl/Template-Toolkit/Manifest
index e1c208e5da4d..4c4731fb9209 100644
--- a/dev-perl/Template-Toolkit/Manifest
+++ b/dev-perl/Template-Toolkit/Manifest
@@ -1 +1,2 @@
 DIST Template-Toolkit-3.101.tar.gz 515947 BLAKE2B 67890339ce6f87ade96d19fa9c1e610495d8ba95605d355ea9bdba12d720b91eb3befa5a4482fbfdf2a53cf8106d1df1ecef5d93a818d9ff7209fd363905b4c0 SHA512 7e74b1317a7fc113161999c9eeb63bdbee9ed8ff843bd4388039a683976eb71cd4ee2af7fecab639f3be7ef17386a45a6065a4eac6b599b5a0cc2f235d34962f
+DIST Template-Toolkit-3.102.tar.gz 522811 BLAKE2B 4accc1f960baf3da0d42f0b6160ed36677f7cd5bb2eaed2376c74fb274d1b48f03db1ac9514822e2c3899799b71e0afa8489095117bd761e1857516a7b1d7b1c SHA512 5fe2e265c54f0d1c21c9e0e7e1b124ebb94d7c584bfdada4dfc89c17f1a80b6c23fad68246aa69d8548a8adc6cdea5ef27024627016ebff17817a7d4cf6d060c

diff --git a/dev-perl/Template-Toolkit/Template-Toolkit-3.102.0.ebuild b/dev-perl/Template-Toolkit/Template-Toolkit-3.102.0.ebuild
new file mode 100644
index 000000000000..3cbd354af7f9
--- /dev/null
+++ b/dev-perl/Template-Toolkit/Template-Toolkit-3.102.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=TODDR
+DIST_VERSION=3.102
+inherit perl-module
+
+DESCRIPTION="The Template Toolkit"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="gd mysql postgres latex vim-syntax test xml"
+
+RDEPEND="
+	dev-perl/Text-Autoformat
+	mysql? ( dev-perl/DBD-mysql )
+	postgres? ( dev-perl/DBD-Pg )
+	>=dev-perl/AppConfig-1.560.0
+"
+BDEPEND="
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+"
+PDEPEND="
+	dev-perl/Text-Autoformat
+	vim-syntax? ( app-vim/tt2-syntax )
+	xml? ( dev-perl/Template-XML )
+	gd? ( dev-perl/Template-GD )
+	mysql? ( dev-perl/Template-DBI )
+	latex? ( dev-perl/Template-Plugin-Latex )
+	postgres? ( dev-perl/Template-DBI )
+"
+
+myconf=(
+	TT_XS_ENABLE=y
+	TT_XS_DEFAULT=y
+	TT_QUIET=y
+	TT_ACCEPT=y
+)
+
+PERL_RM_FILES=(
+	t/zz-plugin-leak.t
+	t/zz-pmv.t
+	t/zz-pod-coverage.t
+	t/zz-pod-kwalitee.t
+	t/zz-stash-xs-leak.t
+	t/zz-url2.t
+)


             reply	other threads:[~2024-07-07 11:02 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-07 11:02 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-23 17:30 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Template-Toolkit/ Arthur Zamarin
2024-09-23 17:30 Arthur Zamarin
2024-09-23 12:50 Sam James
2024-09-23 12:40 Sam James
2023-08-02  7:24 Sam James
2023-06-18 21:53 Sam James
2022-12-21 22:47 Sam James
2022-12-18 20:26 Arthur Zamarin
2022-12-18 12:00 Sam James
2022-08-04  2:27 Sam James
2021-12-08 21:18 Andreas K. Hüttel
2021-12-07  6:26 Agostino Sarubbo
2021-12-05  3:46 Sam James
2021-12-05  3:33 Sam James
2021-12-05  3:15 Sam James
2021-09-17  7:51 Yixun Lan
2021-08-29 14:19 Fabian Groffen
2021-08-13 19:17 Andreas K. Hüttel
2021-01-08 16:18 Fabian Groffen
2020-07-23  8:04 Kent Fredric
2020-07-18 10:53 Kent Fredric
2020-07-18  7:04 Kent Fredric
2019-07-28 17:02 Aaron Bauman
2019-04-13 17:27 Aaron Bauman
2018-10-21  8:39 Fabian Groffen
2018-04-20  7:14 Kent Fredric
2018-04-07  5:17 Matt Turner
2018-04-07  5:17 Matt Turner
2018-03-04  6:51 Thomas Deutschmann
2018-02-26 14:25 Jason Zaman
2017-04-17  3:26 Kent Fredric
2016-06-07 21:14 Andreas Hüttel
2016-06-07 21:14 Andreas Hüttel
2016-06-06 14:53 Agostino Sarubbo
2015-09-11 22:29 Andreas Hüttel
2015-09-11 22:29 Andreas Hüttel

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=1720350079.b007904ea7b64e167ab783b6fdeebc0a8f2fe783.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