public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/
Date: Sun,  9 Dec 2018 07:38:15 +0000 (UTC)	[thread overview]
Message-ID: <1544341046.943812f354380af566fdcecfa0aa3bb723f89bce.kentnl@gentoo> (raw)

commit:     943812f354380af566fdcecfa0aa3bb723f89bce
Author:     Ervin Peters <coder <AT> ervnet <DOT> de>
AuthorDate: Tue Dec  4 15:43:49 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Dec  9 07:37:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=943812f3

dev-perl/Text-Template: Bump to version 1.530.0

Upstream:
- Add support for decoding encoded templates via ENCODING arg
- Documentation cleanup

Closes: https://bugs.gentoo.org/654660
Closes: https://github.com/gentoo/gentoo/pull/10564
Signed-off-by: Ervin Peters <ervin.peters <AT> ervnet.de>
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-perl/Text-Template/Manifest                    |  1 +
 .../Text-Template/Text-Template-1.530.0.ebuild     | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-perl/Text-Template/Manifest b/dev-perl/Text-Template/Manifest
index 73bd27df4f4..1bcf5b866a3 100644
--- a/dev-perl/Text-Template/Manifest
+++ b/dev-perl/Text-Template/Manifest
@@ -1,3 +1,4 @@
 DIST Text-Template-1.46.tar.gz 43952 BLAKE2B 6dff627f7924e0a84528687245da5b69ecaba8dbe26fd932e09b4486cc74743ae98e6874a0062566ae2339f6f2f1d7364c7cae292111b1c815c52ceddec30338 SHA512 406c218d5d59dc74419749fb5151d011fb4d629e6de79378be1290db23a602a9f7897f04ac80080b8ec2661d997f9e05bed7861e480130750471166da0a94592
 DIST Text-Template-1.47.tar.gz 48988 BLAKE2B a34bc1b4dc7e29f5171d9aa5da21d9083763701ba19ff9f50ca488f8a3936181fc17f7d8e517743fc77ac7e8f688aea33a802c949edfff3c61b79b7f272ca489 SHA512 af5ad3fc8191d2dd8609735b6a7d6221e4f7ec668c6bc35650081fee248cdc9676984302d420ac227baf8d2de6f6eb023e01f54290b90508e294ba4309b0e68e
 DIST Text-Template-1.51.tar.gz 48054 BLAKE2B ca44e383799624949a5fa05de288a86351422cf7e4efcdb7f1a98b16216443aa3e269f7e69eb134458e889250133aa81dd15922b8a20ab4bf83b92fc16ac82ed SHA512 038a810746684b26cd6a763cfb8adff57a2ed8dc57e44b170b6ba6c8271d513289546294439cfe1c8b77f40153751596a023079ee79bfc6b59fa9393cfcc04f4
+DIST Text-Template-1.53.tar.gz 48863 BLAKE2B 1b054122fb9b17e36304f51888b8c284a2cc83db0d416827ebafdf65d45c683840c89588936f5ccf3ad26ed37bf894bb76c30fb07cb86b8e188df3a9654413be SHA512 136860f16f5100b7a672ae798be1e8d2bd1d6091e63248e9dca3bea42566e8289809d863576c7dcd734865eadb79f8d8f6443457cd14012f486ef14c98732228

diff --git a/dev-perl/Text-Template/Text-Template-1.530.0.ebuild b/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
new file mode 100644
index 00000000000..e55f695eb9b
--- /dev/null
+++ b/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MSCHOUT
+DIST_VERSION=1.53
+
+inherit perl-module
+
+DESCRIPTION="Expand template text with embedded Perl"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="virtual/perl-Carp
+	virtual/perl-Encode
+	virtual/perl-Exporter"
+
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-File-Temp
+		virtual/perl-Safe
+		dev-perl/Test-More-UTF8
+		virtual/perl-Test-Simple
+		dev-perl/Test-Warnings
+	)"
+
+PERL_RM_FILES=( "t/author-pod-syntax.t" "t/author-signature.t" )


             reply	other threads:[~2018-12-09  7:38 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-09  7:38 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-28 19:34 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/ Andreas K. Hüttel
2023-06-18  3:12 Sam James
2022-03-09 13:00 Yixun Lan
2021-12-11  0:10 Andreas K. Hüttel
2021-12-05  4:37 Sam James
2021-12-05  4:16 Sam James
2021-12-05  3:04 Sam James
2021-09-26 11:24 Andreas K. Hüttel
2021-09-26 11:24 Andreas K. Hüttel
2021-02-09 21:36 Sam James
2020-09-12  3:55 Kent Fredric
2020-07-18 10:53 Kent Fredric
2020-07-06  2:51 Matt Turner
2020-04-14 14:03 Agostino Sarubbo
2020-04-14 12:59 Agostino Sarubbo
2020-04-12 18:27 Sergei Trofimovich
2019-07-25  6:48 Kent Fredric
2019-07-18  8:12 Kent Fredric
2019-01-04  2:55 Kent Fredric
2018-08-25 18:08 Sergei Trofimovich
2018-08-20  4:13 Matt Turner
2018-08-20  2:38 Mikle Kolyada
2018-08-19 18:45 Matt Turner
2018-03-13  7:23 Kent Fredric
2017-03-21  8:27 Kent Fredric
2016-04-26 20:03 [gentoo-commits] repo/gentoo:master commit in: dev-perl/text-template/ Andreas Hüttel
2016-04-26 20:03 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/ 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=1544341046.943812f354380af566fdcecfa0aa3bb723f89bce.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