[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/

2023-06-17 Thread Sam James
commit: 6e77e506acb44c11949fa7da305f910a30fbe7c7
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 18 02:55:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 18 03:12:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e77e506

dev-perl/Text-Template: add 1.610.0

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Text-Template/Manifest|  1 +
 .../Text-Template/Text-Template-1.610.0.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-perl/Text-Template/Manifest b/dev-perl/Text-Template/Manifest
index 969e044d8f4b..c4e5fd276196 100644
--- a/dev-perl/Text-Template/Manifest
+++ b/dev-perl/Text-Template/Manifest
@@ -1 +1,2 @@
 DIST Text-Template-1.60.tar.gz 50312 BLAKE2B 
fd3de1229a39d5315ef8ad02e8480e776329aa09d2208003b6370ba3a160cfc27a4bf494ac66abbc3cfe2d234fcad3b42c41176e2a1ac200c4bf36d036da97a1
 SHA512 
14dbaa5075691bc83d8f9ea58b6f86d6444948f9cbd7c27b0aac041c833d078940db7554268d3ff45f711a5646181ddb010f31894de23dc7226e79a103492e60
+DIST Text-Template-1.61.tar.gz 50421 BLAKE2B 
c7be5f1eb6b732c3080997c9c100465538f6557426ce4f98e9266398b5bb5fd0fc927b27f1a5b49c5a3ac2893f7b35a60186b523b5cadf763139831d02464e41
 SHA512 
b527f587fc3fee48fed495b7dcbb1da0db1e423873ab99f9360f4b1a2727d85aa9b06ef8ab59a90d575d9731821e1a0263db8d0d357b01965633c58257c556b4

diff --git a/dev-perl/Text-Template/Text-Template-1.610.0.ebuild 
b/dev-perl/Text-Template/Text-Template-1.610.0.ebuild
new file mode 100644
index ..63e65061bdef
--- /dev/null
+++ b/dev-perl/Text-Template/Text-Template-1.610.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MSCHOUT
+DIST_VERSION=1.61
+
+inherit perl-module
+
+DESCRIPTION="Expand template text with embedded Perl"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-Encode
+   virtual/perl-Exporter
+"
+BDEPEND="
+   ${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" )



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/

2022-03-09 Thread Yixun Lan
commit: d13d55cbde55ac96922a21d1d34fd1011398f7c0
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Mar  9 03:58:44 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Mar  9 12:58:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d13d55cb

dev-perl/Text-Template: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 dev-perl/Text-Template/Text-Template-1.600.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Text-Template/Text-Template-1.600.0.ebuild 
b/dev-perl/Text-Template/Text-Template-1.600.0.ebuild
index 76cc46e4d77f..9e17a8d35e5f 100644
--- a/dev-perl/Text-Template/Text-Template-1.600.0.ebuild
+++ b/dev-perl/Text-Template/Text-Template-1.600.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Expand template text with embedded Perl"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ~ppc64 ~riscv x86"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/

2021-12-10 Thread Andreas K. Hüttel
commit: 5d6e9dbc775e624b36e5bb86473bf3015e17a133
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Dec 11 00:06:27 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Dec 11 00:10:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6e9dbc

dev-perl/Text-Template: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Text-Template/Manifest|  1 -
 .../Text-Template/Text-Template-1.530.0.ebuild | 32 --
 2 files changed, 33 deletions(-)

diff --git a/dev-perl/Text-Template/Manifest b/dev-perl/Text-Template/Manifest
index f8fcf1bb51f0..969e044d8f4b 100644
--- a/dev-perl/Text-Template/Manifest
+++ b/dev-perl/Text-Template/Manifest
@@ -1,2 +1 @@
-DIST Text-Template-1.53.tar.gz 48863 BLAKE2B 
1b054122fb9b17e36304f51888b8c284a2cc83db0d416827ebafdf65d45c683840c89588936f5ccf3ad26ed37bf894bb76c30fb07cb86b8e188df3a9654413be
 SHA512 
136860f16f5100b7a672ae798be1e8d2bd1d6091e63248e9dca3bea42566e8289809d863576c7dcd734865eadb79f8d8f6443457cd14012f486ef14c98732228
 DIST Text-Template-1.60.tar.gz 50312 BLAKE2B 
fd3de1229a39d5315ef8ad02e8480e776329aa09d2208003b6370ba3a160cfc27a4bf494ac66abbc3cfe2d234fcad3b42c41176e2a1ac200c4bf36d036da97a1
 SHA512 
14dbaa5075691bc83d8f9ea58b6f86d6444948f9cbd7c27b0aac041c833d078940db7554268d3ff45f711a5646181ddb010f31894de23dc7226e79a103492e60

diff --git a/dev-perl/Text-Template/Text-Template-1.530.0.ebuild 
b/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
deleted file mode 100644
index 61b112f6f8a5..
--- a/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 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="~alpha amd64 ~arm64 ~hppa ppc ~ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( 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" )



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/

2021-12-04 Thread Sam James
commit: 977dcafb32719d71b1b684a2a04b7a4c2d004730
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  5 04:36:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  5 04:36:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=977dcafb

dev-perl/Text-Template: Stabilize 1.600.0 ppc, #828218

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Text-Template/Text-Template-1.600.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-Template/Text-Template-1.600.0.ebuild 
b/dev-perl/Text-Template/Text-Template-1.600.0.ebuild
index 9633f18ef5e4..76cc46e4d77f 100644
--- a/dev-perl/Text-Template/Text-Template-1.600.0.ebuild
+++ b/dev-perl/Text-Template/Text-Template-1.600.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Expand template text with embedded Perl"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ~ppc64 x86"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/

2021-12-04 Thread Sam James
commit: b8952a53e2fa8878ecd1cbef87200ed2bca1752e
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  5 04:15:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  5 04:15:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8952a53

dev-perl/Text-Template: Stabilize 1.600.0 x86, #828218

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Text-Template/Text-Template-1.600.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-Template/Text-Template-1.600.0.ebuild 
b/dev-perl/Text-Template/Text-Template-1.600.0.ebuild
index 619ea49af13c..9633f18ef5e4 100644
--- a/dev-perl/Text-Template/Text-Template-1.600.0.ebuild
+++ b/dev-perl/Text-Template/Text-Template-1.600.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Expand template text with embedded Perl"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ppc ~ppc64 x86"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/

2021-12-04 Thread Sam James
commit: 46d34bbd8a517cb35fd0869eeae4b4bd3a492d30
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  5 03:02:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  5 03:02:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d34bbd

dev-perl/Text-Template: Stabilize 1.600.0 amd64, #828218

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Text-Template/Text-Template-1.600.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-Template/Text-Template-1.600.0.ebuild 
b/dev-perl/Text-Template/Text-Template-1.600.0.ebuild
index 647d06b1bc58..619ea49af13c 100644
--- a/dev-perl/Text-Template/Text-Template-1.600.0.ebuild
+++ b/dev-perl/Text-Template/Text-Template-1.600.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Expand template text with embedded Perl"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/

2021-09-26 Thread Andreas K. Hüttel
commit: f2576bac56cf2027d1c76b9276eb0d508d8fca4b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Sep 26 11:18:30 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Sep 26 11:24:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2576bac

dev-perl/Text-Template: Version bump 1.60

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

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

diff --git a/dev-perl/Text-Template/Manifest b/dev-perl/Text-Template/Manifest
index 2ece4352ffd..f8fcf1bb51f 100644
--- a/dev-perl/Text-Template/Manifest
+++ b/dev-perl/Text-Template/Manifest
@@ -1 +1,2 @@
 DIST Text-Template-1.53.tar.gz 48863 BLAKE2B 
1b054122fb9b17e36304f51888b8c284a2cc83db0d416827ebafdf65d45c683840c89588936f5ccf3ad26ed37bf894bb76c30fb07cb86b8e188df3a9654413be
 SHA512 
136860f16f5100b7a672ae798be1e8d2bd1d6091e63248e9dca3bea42566e8289809d863576c7dcd734865eadb79f8d8f6443457cd14012f486ef14c98732228
+DIST Text-Template-1.60.tar.gz 50312 BLAKE2B 
fd3de1229a39d5315ef8ad02e8480e776329aa09d2208003b6370ba3a160cfc27a4bf494ac66abbc3cfe2d234fcad3b42c41176e2a1ac200c4bf36d036da97a1
 SHA512 
14dbaa5075691bc83d8f9ea58b6f86d6444948f9cbd7c27b0aac041c833d078940db7554268d3ff45f711a5646181ddb010f31894de23dc7226e79a103492e60

diff --git a/dev-perl/Text-Template/Text-Template-1.600.0.ebuild 
b/dev-perl/Text-Template/Text-Template-1.600.0.ebuild
new file mode 100644
index 000..647d06b1bc5
--- /dev/null
+++ b/dev-perl/Text-Template/Text-Template-1.600.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MSCHOUT
+DIST_VERSION=1.60
+
+inherit perl-module
+
+DESCRIPTION="Expand template text with embedded Perl"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-Encode
+   virtual/perl-Exporter
+"
+BDEPEND="${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" )



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/

2021-09-26 Thread Andreas K. Hüttel
commit: cf6c1a01e5d0d21d418e5c28fd2b9ea6c57a3bf2
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Sep 26 11:16:27 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Sep 26 11:24:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf6c1a01

dev-perl/Text-Template: Remove old

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Text-Template/Manifest|  1 -
 .../Text-Template/Text-Template-1.510.0.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-perl/Text-Template/Manifest b/dev-perl/Text-Template/Manifest
index e19f9a84fb5..2ece4352ffd 100644
--- a/dev-perl/Text-Template/Manifest
+++ b/dev-perl/Text-Template/Manifest
@@ -1,2 +1 @@
-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.510.0.ebuild 
b/dev-perl/Text-Template/Text-Template-1.510.0.ebuild
deleted file mode 100644
index 79c0ca6c8c6..000
--- a/dev-perl/Text-Template/Text-Template-1.510.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MSCHOUT
-DIST_VERSION=1.51
-inherit perl-module
-
-DESCRIPTION="Expand template text with embedded Perl"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   virtual/perl-Carp
-   virtual/perl-Exporter
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   virtual/perl-File-Temp
-   virtual/perl-Safe
-   virtual/perl-Test-Simple
-   dev-perl/Test-Warnings
-   )
-"
-PERL_RM_FILES=( "t/author-pod-syntax.t" "t/author-signature.t" )



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/

2021-02-09 Thread Sam James
commit: b62dca72abad3bc36eeccce9bb7e76a515e0302e
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  9 21:34:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  9 21:34:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b62dca72

dev-perl/Text-Template: Keyword 1.530.0 ppc64, #768423

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Text-Template/Text-Template-1.530.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Text-Template/Text-Template-1.530.0.ebuild 
b/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
index 2165c219c3b..61b112f6f8a 100644
--- a/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
+++ b/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Expand template text with embedded Perl"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/

2020-09-11 Thread Kent Fredric
commit: cb4ecb1e5765f805900d4c4a0d8fbe1861c30809
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Sep 12 03:43:52 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Sep 12 03:55:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb4ecb1e

dev-perl/Text-Template: keyword ~arm64

Required by newer dev-perl/Finance-Quote

Tested on packet-at aarch64

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Text-Template/Text-Template-1.530.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-Template/Text-Template-1.530.0.ebuild 
b/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
index b058aba803b..e02ef754416 100644
--- a/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
+++ b/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Expand template text with embedded Perl"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ppc x86"
+KEYWORDS="~alpha amd64 ~arm64 hppa ppc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/

2020-07-18 Thread Kent Fredric
commit: 31c85cc433a125f0cce7ee341dff2dff50a218dd
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Jul 18 10:41:23 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Jul 18 10:52:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31c85cc4

dev-perl/Text-Template: Drop ~ppc-macos re bug #673504

Depends:
- dev-perl/Test-More-UTF8

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Text-Template/Text-Template-1.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-Template/Text-Template-1.510.0.ebuild 
b/dev-perl/Text-Template/Text-Template-1.510.0.ebuild
index 35536e8a0aa..0b1a857d29d 100644
--- a/dev-perl/Text-Template/Text-Template-1.510.0.ebuild
+++ b/dev-perl/Text-Template/Text-Template-1.510.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Expand template text with embedded Perl"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ppc x86 ~ppc-macos"
+KEYWORDS="~alpha amd64 hppa ppc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/

2020-07-05 Thread Matt Turner
commit: 58cbae075cc6620c9e224f7cb5d5ad47681afb64
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jul  6 02:48:09 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jul  6 02:48:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58cbae07

dev-perl/Text-Template: Stabilize 1.530.0 ppc, #717060

Signed-off-by: Matt Turner  gentoo.org>

 dev-perl/Text-Template/Text-Template-1.530.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-Template/Text-Template-1.530.0.ebuild 
b/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
index dc293483953..b058aba803b 100644
--- a/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
+++ b/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Expand template text with embedded Perl"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ppc x86"
+KEYWORDS="~alpha amd64 hppa ppc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/

2020-04-14 Thread Agostino Sarubbo
commit: 6d39be4ab7f7d9e136d571954b8d84cda8c4b123
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Apr 14 14:03:15 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Apr 14 14:03:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d39be4a

dev-perl/Text-Template: x86 stable wrt bug #717060

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Text-Template/Text-Template-1.530.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-Template/Text-Template-1.530.0.ebuild 
b/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
index 86d508b418b..dc293483953 100644
--- a/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
+++ b/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Expand template text with embedded Perl"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ppc ~x86"
+KEYWORDS="~alpha amd64 hppa ~ppc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/

2020-04-14 Thread Agostino Sarubbo
commit: 526c793cbad646ce00c5e63935c0e583dbb5021d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Apr 14 12:58:33 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Apr 14 12:59:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=526c793c

dev-perl/Text-Template: amd64 stable wrt bug #717060

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Text-Template/Text-Template-1.530.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-Template/Text-Template-1.530.0.ebuild 
b/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
index e14e91ff3b1..86d508b418b 100644
--- a/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
+++ b/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Expand template text with embedded Perl"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ppc ~x86"
+KEYWORDS="~alpha amd64 hppa ~ppc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/

2020-04-12 Thread Sergei Trofimovich
commit: 171d24ef439e50c52937b17def54f8d8434dfd7a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 14:30:35 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:27:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=171d24ef

dev-perl/Text-Template: stable 1.530.0 for hppa, bug #717060

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/Text-Template/Text-Template-1.530.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Text-Template/Text-Template-1.530.0.ebuild 
b/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
index 63889554cc7..e14e91ff3b1 100644
--- a/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
+++ b/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Expand template text with embedded Perl"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ppc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/

2019-07-25 Thread Kent Fredric
commit: bd0bd6bf0ef8d7dd6b5c96b50d872a089a63ec00
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Jul 25 02:06:04 2019 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Jul 25 06:47:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd0bd6bf

dev-perl/Text-Template: Cleanup old versions

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Text-Template/Manifest|  2 --
 .../Text-Template/Text-Template-1.460.0-r1.ebuild  | 17 --
 .../Text-Template/Text-Template-1.470.0.ebuild | 26 --
 3 files changed, 45 deletions(-)

diff --git a/dev-perl/Text-Template/Manifest b/dev-perl/Text-Template/Manifest
index 1bcf5b866a3..e19f9a84fb5 100644
--- a/dev-perl/Text-Template/Manifest
+++ b/dev-perl/Text-Template/Manifest
@@ -1,4 +1,2 @@
-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.460.0-r1.ebuild 
b/dev-perl/Text-Template/Text-Template-1.460.0-r1.ebuild
deleted file mode 100644
index 366ca8a38e8..000
--- a/dev-perl/Text-Template/Text-Template-1.460.0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MJD
-MODULE_VERSION=1.46
-inherit perl-module
-
-DESCRIPTION="Expand template text with embedded Perl"
-
-LICENSE="|| ( Artistic GPL-2 GPL-3 )" # Artistic or GPL-2+
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc x86 ~ppc-macos"
-IUSE=""
-
-SRC_TEST=do

diff --git a/dev-perl/Text-Template/Text-Template-1.470.0.ebuild 
b/dev-perl/Text-Template/Text-Template-1.470.0.ebuild
deleted file mode 100644
index 5a2fd8bad25..000
--- a/dev-perl/Text-Template/Text-Template-1.470.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MSCHOUT
-DIST_VERSION=1.47
-inherit perl-module
-
-DESCRIPTION="Expand template text with embedded Perl"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86 ~ppc-macos"
-IUSE=""
-
-RDEPEND="
-   virtual/perl-Carp
-   virtual/perl-Exporter
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-"
-src_test() {
-   perl_rm_files t/author-*.t
-   perl-module_src_test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/

2019-07-18 Thread Kent Fredric
commit: 0f1d161572d3ec4078e6510bcb2e98fb9e0a6957
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Jul 18 08:10:50 2019 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Jul 18 08:11:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1d1615

dev-perl/Text-Template: Restore ~hppa

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Text-Template/Text-Template-1.530.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-Template/Text-Template-1.530.0.ebuild 
b/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
index 6a9bfdea8ed..c37c7a55408 100644
--- a/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
+++ b/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Expand template text with embedded Perl"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86"
 IUSE="test"
 
 RDEPEND="virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/

2019-01-03 Thread Kent Fredric
commit: c1a383ef974321733a952c15023edeb3d884290f
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Jan  4 02:49:48 2019 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Jan  4 02:49:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a383ef

dev-perl/Text-Template: Restore ~alpha and ~ppc

Deps are now keyworded

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Text-Template/Text-Template-1.530.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Text-Template/Text-Template-1.530.0.ebuild 
b/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
index e55f695eb9b..6a9bfdea8ed 100644
--- a/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
+++ b/dev-perl/Text-Template/Text-Template-1.530.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Expand template text with embedded Perl"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
 IUSE="test"
 
 RDEPEND="virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/

2018-12-08 Thread Kent Fredric
commit: 943812f354380af566fdcecfa0aa3bb723f89bce
Author: Ervin Peters  ervnet  de>
AuthorDate: Tue Dec  4 15:43:49 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Dec  9 07:37:26 2018 +
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  ervnet.de>
Signed-off-by: Kent Fredric  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 000..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" )



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/

2018-08-25 Thread Sergei Trofimovich
commit: 9a562d4d34af44754d79b17710bab949db49aecd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Aug 25 18:07:48 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 25 18:08:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a562d4d

dev-perl/Text-Template: stable 1.510.0 for hppa, bug #663934

Package-Manager: Portage-2.3.48, Repoman-2.3.10
RepoMan-Options: --include-arches="hppa"

 dev-perl/Text-Template/Text-Template-1.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-Template/Text-Template-1.510.0.ebuild 
b/dev-perl/Text-Template/Text-Template-1.510.0.ebuild
index 994e913a336..5af2df674b3 100644
--- a/dev-perl/Text-Template/Text-Template-1.510.0.ebuild
+++ b/dev-perl/Text-Template/Text-Template-1.510.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Expand template text with embedded Perl"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ppc x86 ~ppc-macos"
+KEYWORDS="alpha amd64 hppa ppc x86 ~ppc-macos"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/

2018-08-19 Thread Matt Turner
commit: 57094882ae5c0b2fcb0171496ae86baaa2bdd357
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Aug 20 04:12:48 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug 20 04:12:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57094882

dev-perl/Text-Template-1.510.0: alpha stable, bug 663934

 dev-perl/Text-Template/Text-Template-1.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-Template/Text-Template-1.510.0.ebuild 
b/dev-perl/Text-Template/Text-Template-1.510.0.ebuild
index ff3b459c660..994e913a336 100644
--- a/dev-perl/Text-Template/Text-Template-1.510.0.ebuild
+++ b/dev-perl/Text-Template/Text-Template-1.510.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Expand template text with embedded Perl"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc x86 ~ppc-macos"
+KEYWORDS="alpha amd64 ~hppa ppc x86 ~ppc-macos"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/

2018-08-19 Thread Mikle Kolyada
commit: 0919ed1a6128cfcfe79c97629f04170a33dc71e5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Aug 20 02:36:39 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Aug 20 02:36:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0919ed1a

dev-perl/Text-Template: amd64 stable wrt bug #663934

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Text-Template/Text-Template-1.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-Template/Text-Template-1.510.0.ebuild 
b/dev-perl/Text-Template/Text-Template-1.510.0.ebuild
index 70183441e90..ff3b459c660 100644
--- a/dev-perl/Text-Template/Text-Template-1.510.0.ebuild
+++ b/dev-perl/Text-Template/Text-Template-1.510.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Expand template text with embedded Perl"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ppc x86 ~ppc-macos"
+KEYWORDS="~alpha amd64 ~hppa ppc x86 ~ppc-macos"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/

2018-08-19 Thread Matt Turner
commit: a3ecce5a2c3b3198b1ffb3a46d2491f8715d22b5
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Aug 19 18:45:10 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Aug 19 18:45:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3ecce5a

dev-perl/Text-Template-1.510.0: ppc stable, bug 663934

 dev-perl/Text-Template/Text-Template-1.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-Template/Text-Template-1.510.0.ebuild 
b/dev-perl/Text-Template/Text-Template-1.510.0.ebuild
index 131cb03b633..70183441e90 100644
--- a/dev-perl/Text-Template/Text-Template-1.510.0.ebuild
+++ b/dev-perl/Text-Template/Text-Template-1.510.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Expand template text with embedded Perl"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc x86 ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~hppa ppc x86 ~ppc-macos"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/

2018-03-13 Thread Kent Fredric
commit: 4e2334287749245d9e170c7e09c7578981a330fc
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Mar 13 07:22:39 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Mar 13 07:22:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e233428

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

Upstream:
- Allow precompiled templates to work with preprocessing
- Add "strict" option to fill_in
- Fix templates with inline comments without newline after comment
- Fix BROKEN behaviour to return accumulated text so far
- Fix FILENAME parameter to fill_in

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Text-Template/Manifest|  1 +
 .../Text-Template/Text-Template-1.510.0.ebuild | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-perl/Text-Template/Manifest b/dev-perl/Text-Template/Manifest
index e60ae89d9f1..73bd27df4f4 100644
--- a/dev-perl/Text-Template/Manifest
+++ b/dev-perl/Text-Template/Manifest
@@ -1,2 +1,3 @@
 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

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



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/

2017-03-21 Thread Kent Fredric
commit: ea162eac92f8426d0214e04d18dd61c107be74bf
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Mar 21 08:27:00 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Mar 21 08:27:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea162eac

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

- EAPI6
- Parallel Tests

Upstream:
- Fix memory leak in _scrubpkg

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/Text-Template/Manifest|  1 +
 .../Text-Template/Text-Template-1.470.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-perl/Text-Template/Manifest b/dev-perl/Text-Template/Manifest
index f80ecd749a4..db026ce863b 100644
--- a/dev-perl/Text-Template/Manifest
+++ b/dev-perl/Text-Template/Manifest
@@ -1 +1,2 @@
 DIST Text-Template-1.46.tar.gz 43952 SHA256 
77d812cb86e48091bcd59aa8522ef887b33a0ff758f8a269da8c2b733889d580 SHA512 
406c218d5d59dc74419749fb5151d011fb4d629e6de79378be1290db23a602a9f7897f04ac80080b8ec2661d997f9e05bed7861e480130750471166da0a94592
 WHIRLPOOL 
9515d1fdc4e2cc44198d7ea0b278f5fa0fb34b5bd267eda91d8ef9da7bbed38415bbc3b723a2293d94b756482b247e839a9748d668e31b7ba0c7913e68474f34
+DIST Text-Template-1.47.tar.gz 48988 SHA256 
50d742c74482478aa01008d468290fcfbc0b9a1219cfe1284076f1f31f0be8fc SHA512 
af5ad3fc8191d2dd8609735b6a7d6221e4f7ec668c6bc35650081fee248cdc9676984302d420ac227baf8d2de6f6eb023e01f54290b90508e294ba4309b0e68e
 WHIRLPOOL 
869b0e22b814908099b5c55f43df01ffc99aeb40bfd0f9e8b54972c97fb62fbb2d5326659909e12e6c48a64b3c42856cbccc88e1171327c507ccd4f02dd1fd26

diff --git a/dev-perl/Text-Template/Text-Template-1.470.0.ebuild 
b/dev-perl/Text-Template/Text-Template-1.470.0.ebuild
new file mode 100644
index 000..5a2fd8bad25
--- /dev/null
+++ b/dev-perl/Text-Template/Text-Template-1.470.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MSCHOUT
+DIST_VERSION=1.47
+inherit perl-module
+
+DESCRIPTION="Expand template text with embedded Perl"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86 ~ppc-macos"
+IUSE=""
+
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-Exporter
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"
+src_test() {
+   perl_rm_files t/author-*.t
+   perl-module_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Template/

2016-04-26 Thread Andreas Hüttel
commit: 0ffc3425377181859211c9aa1ea94216a09a11bc
Author: Kent Fredric  gmail  com>
AuthorDate: Mon Apr 25 06:19:54 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Tue Apr 26 20:02:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ffc3425

dev-perl/Text-Template: Copy from dev-perl/text-template

Beginning migration to have PN match UPSTREAM

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/Text-Template/Manifest|  1 +
 dev-perl/Text-Template/Text-Template-1.460.0-r1.ebuild | 18 ++
 dev-perl/Text-Template/metadata.xml| 13 +
 3 files changed, 32 insertions(+)

diff --git a/dev-perl/Text-Template/Manifest b/dev-perl/Text-Template/Manifest
new file mode 100644
index 000..f80ecd7
--- /dev/null
+++ b/dev-perl/Text-Template/Manifest
@@ -0,0 +1 @@
+DIST Text-Template-1.46.tar.gz 43952 SHA256 
77d812cb86e48091bcd59aa8522ef887b33a0ff758f8a269da8c2b733889d580 SHA512 
406c218d5d59dc74419749fb5151d011fb4d629e6de79378be1290db23a602a9f7897f04ac80080b8ec2661d997f9e05bed7861e480130750471166da0a94592
 WHIRLPOOL 
9515d1fdc4e2cc44198d7ea0b278f5fa0fb34b5bd267eda91d8ef9da7bbed38415bbc3b723a2293d94b756482b247e839a9748d668e31b7ba0c7913e68474f34

diff --git a/dev-perl/Text-Template/Text-Template-1.460.0-r1.ebuild 
b/dev-perl/Text-Template/Text-Template-1.460.0-r1.ebuild
new file mode 100644
index 000..6b63502
--- /dev/null
+++ b/dev-perl/Text-Template/Text-Template-1.460.0-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=MJD
+MODULE_VERSION=1.46
+inherit perl-module
+
+DESCRIPTION="Expand template text with embedded Perl"
+
+LICENSE="|| ( Artistic GPL-2 GPL-3 )" # Artistic or GPL-2+
+SLOT="0"
+KEYWORDS="alpha amd64 hppa ppc x86 ~ppc-macos"
+IUSE=""
+
+SRC_TEST=do

diff --git a/dev-perl/Text-Template/metadata.xml 
b/dev-perl/Text-Template/metadata.xml
new file mode 100644
index 000..2265cbf
--- /dev/null
+++ b/dev-perl/Text-Template/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Text-Template
+Text::Template
+Text::Template::Preprocess
+  
+



[gentoo-commits] repo/gentoo:master commit in: dev-perl/text-template/

2016-04-26 Thread Andreas Hüttel
commit: 55980dcf829e3e9f5ddabfa67d57710bdbe7e6cb
Author: Kent Fredric  gmail  com>
AuthorDate: Mon Apr 25 06:36:20 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Tue Apr 26 20:02:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55980dcf

dev-perl/text-template: Removed, gone to dev-perl/Text-Template

 dev-perl/text-template/Manifest   |  1 -
 dev-perl/text-template/metadata.xml   | 13 -
 .../text-template/text-template-1.460.0-r1.ebuild | 19 ---
 3 files changed, 33 deletions(-)

diff --git a/dev-perl/text-template/Manifest b/dev-perl/text-template/Manifest
deleted file mode 100644
index f80ecd7..000
--- a/dev-perl/text-template/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Text-Template-1.46.tar.gz 43952 SHA256 
77d812cb86e48091bcd59aa8522ef887b33a0ff758f8a269da8c2b733889d580 SHA512 
406c218d5d59dc74419749fb5151d011fb4d629e6de79378be1290db23a602a9f7897f04ac80080b8ec2661d997f9e05bed7861e480130750471166da0a94592
 WHIRLPOOL 
9515d1fdc4e2cc44198d7ea0b278f5fa0fb34b5bd267eda91d8ef9da7bbed38415bbc3b723a2293d94b756482b247e839a9748d668e31b7ba0c7913e68474f34

diff --git a/dev-perl/text-template/metadata.xml 
b/dev-perl/text-template/metadata.xml
deleted file mode 100644
index 2265cbf..000
--- a/dev-perl/text-template/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-p...@gentoo.org
-Gentoo Perl Project
-  
-  
-Text-Template
-Text::Template
-Text::Template::Preprocess
-  
-

diff --git a/dev-perl/text-template/text-template-1.460.0-r1.ebuild 
b/dev-perl/text-template/text-template-1.460.0-r1.ebuild
deleted file mode 100644
index fafc6b3..000
--- a/dev-perl/text-template/text-template-1.460.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_PN=Text-Template
-MODULE_AUTHOR=MJD
-MODULE_VERSION=1.46
-inherit perl-module
-
-DESCRIPTION="Expand template text with embedded Perl"
-
-LICENSE="|| ( Artistic GPL-2 GPL-3 )" # Artistic or GPL-2+
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc x86 ~ppc-macos"
-IUSE=""
-
-SRC_TEST=do