From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Template-Toolkit/
Date: Mon, 17 Apr 2017 03:26:52 +0000 (UTC) [thread overview]
Message-ID: <1492399580.8d75ed6be074b59bf8a1cc28945fb84d8ddd05ea.kentnl@gentoo> (raw)
commit: 8d75ed6be074b59bf8a1cc28945fb84d8ddd05ea
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 03:26:20 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 03:26:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d75ed6b
dev-perl/Template-Toolkit: Bump to version 2.270.0
- EAPI6
- Parallel Testing ( Upstream now has hack to support the needed
non-parallel tests executing serially )
- Purge bad tests
Upstream:
- Fix regex in uri/url filters removing double quotes as per
RFC3986
- Use testrules.yml to run compile*.t sequentially
- Add "empty" vmethods for scalar/list/hash
- Add --envvars option to tpage
- Add Template::Toolkit module (for indexing reasons)
- Fix warnings and typos.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-perl/Template-Toolkit/Manifest | 1 +
.../Template-Toolkit-2.270.0.ebuild | 42 ++++++++++++++++++++++
dev-perl/Template-Toolkit/metadata.xml | 1 +
3 files changed, 44 insertions(+)
diff --git a/dev-perl/Template-Toolkit/Manifest b/dev-perl/Template-Toolkit/Manifest
index 127ca96b833..ad7bfd53e4b 100644
--- a/dev-perl/Template-Toolkit/Manifest
+++ b/dev-perl/Template-Toolkit/Manifest
@@ -1 +1,2 @@
DIST Template-Toolkit-2.26.tar.gz 503055 SHA256 e7e1cf36026f1ef96d8233e18a3fb39e1eafe9109edc639ecf25b20651cd76be SHA512 97e49392542e240840b44f0d78ea601afb26a6675f76faa9765c158820d596308a7f35057bf347d51a86a5f9134dfd4a02ce7a80b47a98b9bdbca68fff9146d6 WHIRLPOOL 692f4dd9dbded5c53f16c839740a9957d898e382fa1e4de90f331c437e47db641a087290a785b6df00dde483984b7c40b76db4c90967139a0b44de15b6dee8ec
+DIST Template-Toolkit-2.27.tar.gz 511172 SHA256 1311a403264d0134c585af0309ff2a9d5074b8ece23ece5660d31ec96bf2c6dc SHA512 17f03a01a3d6ab0ef2247c77da15c46d9bbce3e0158172162da6abe47f53c5e7ca041a7c31506bb3a37f31c476ba747f5111c5b1b1d69614a4ce3352927fd4e6 WHIRLPOOL a663134854f139a34171d769f889f154f25c27f69d22c4cf62e9f718fbf002de7d3067f104fcc561ec172cf988cd45201bfed54eb49e46a5f50e220e2188d41d
diff --git a/dev-perl/Template-Toolkit/Template-Toolkit-2.270.0.ebuild b/dev-perl/Template-Toolkit/Template-Toolkit-2.270.0.ebuild
new file mode 100644
index 00000000000..198da8d18ec
--- /dev/null
+++ b/dev-perl/Template-Toolkit/Template-Toolkit-2.270.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ABW
+DIST_VERSION=2.27
+inherit perl-module
+
+DESCRIPTION="The Template Toolkit"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-aix ~x86-fbsd ~x86-solaris"
+IUSE="xml gd mysql postgres latex vim-syntax test"
+
+RDEPEND="dev-perl/Text-Autoformat
+ mysql? ( dev-perl/DBD-mysql )
+ postgres? ( dev-perl/DBD-Pg )
+ >=dev-perl/AppConfig-1.56"
+DEPEND="${RDEPEND}
+ test? ( dev-perl/CGI )
+"
+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
+)
+
+src_prepare() {
+ # Blame Makefile.PL
+ use test && perl_rm_files t/zz-*.t
+ perl-module_src_prepare
+}
diff --git a/dev-perl/Template-Toolkit/metadata.xml b/dev-perl/Template-Toolkit/metadata.xml
index 8f1be4bec2f..2a00f590df1 100644
--- a/dev-perl/Template-Toolkit/metadata.xml
+++ b/dev-perl/Template-Toolkit/metadata.xml
@@ -55,6 +55,7 @@
<remote-id type="cpan-module">Template::Stash::XS</remote-id>
<remote-id type="cpan-module">Template::Test</remote-id>
<remote-id type="cpan-module">Template::TieString</remote-id>
+ <remote-id type="cpan-module">Template::Toolkit</remote-id>
<remote-id type="cpan-module">Template::VMethods</remote-id>
<remote-id type="cpan-module">Template::View</remote-id>
<remote-id type="cpan-module">bytes</remote-id>
next reply other threads:[~2017-04-17 3:26 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-17 3:26 Kent Fredric [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
2024-07-07 11:02 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
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=1492399580.8d75ed6be074b59bf8a1cc28945fb84d8ddd05ea.kentnl@gentoo \
--to=kentnl@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