* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Template-Pro/
@ 2022-05-04 23:17 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2022-05-04 23:17 UTC (permalink / raw
To: gentoo-commits
commit: e679439432bc2dfa722d57fd324cb22465a92d5a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 4 23:12:41 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 4 23:17:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6794394
dev-perl/HTML-Template-Pro: add 0.952.400
Closes: https://bugs.gentoo.org/842639
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../HTML-Template-Pro-0.952.400.ebuild | 32 ++++++++++++++++++++++
dev-perl/HTML-Template-Pro/Manifest | 1 +
2 files changed, 33 insertions(+)
diff --git a/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.952.400.ebuild b/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.952.400.ebuild
new file mode 100644
index 000000000000..4ff38b3128b9
--- /dev/null
+++ b/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.952.400.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=VIY
+DIST_VERSION=0.9524
+inherit perl-module
+
+DESCRIPTION='Perl/XS module to use HTML Templates from CGI scripts'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-libs/libpcre2
+ >=virtual/perl-File-Path-2.0.0
+ virtual/perl-File-Spec
+ >=dev-perl/JSON-2.0.0"
+DEPEND="dev-libs/libpcre2"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"
+
+src_configure() {
+ local myconf=(
+ "PCRE2=1"
+ )
+
+ perl-module_src_configure "${myconf[@]}"
+}
diff --git a/dev-perl/HTML-Template-Pro/Manifest b/dev-perl/HTML-Template-Pro/Manifest
index 15670e916e02..0cf7bf586226 100644
--- a/dev-perl/HTML-Template-Pro/Manifest
+++ b/dev-perl/HTML-Template-Pro/Manifest
@@ -1 +1,2 @@
DIST HTML-Template-Pro-0.9510.tar.gz 171562 BLAKE2B 976e5938a4f9a1079028ecaf7b7aa365eb62b78ce016b654093ba8d2b92788966bb6d3eedf42255163be531af96650b0a6b0d263e7f911a7fbd0dfddd77aa25f SHA512 f2530720487e41e05873f450e8070ee350b1ff0f11c7319e23b6e76c8261844337f97236c4fcb468dc328011e5337e395a64dd48aa352046782cb25c780cc60f
+DIST HTML-Template-Pro-0.9524.tar.gz 173369 BLAKE2B 42bf08e58e62f2b1adde559cea1b7bd9ebe61d6eb02b35da93cd4ebbb7e5944e7c315f9ce65e033b1f8b4e23c87102cc60665e8ebf99c89ce21efb01fe095827 SHA512 871a9bc0a3c7d3ac5819eb17cef94d982026792da6f4f87e6fc623fc511c36dbf7a49a5f57f58ee8958032ee4491692ff3d4c28204b69d2a7f97601415f027ce
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Template-Pro/
@ 2021-06-14 23:26 Andreas K. Hüttel
0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2021-06-14 23:26 UTC (permalink / raw
To: gentoo-commits
commit: 44081bba86167f986813875b4ecfcddafefaca8f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 14 23:15:43 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jun 14 23:26:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44081bba
dev-perl/HTML-Template-Pro: EAPI=7 bump
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...ro-0.951.0.ebuild => HTML-Template-Pro-0.951.0-r1.ebuild} | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.951.0.ebuild b/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.951.0-r1.ebuild
similarity index 76%
rename from dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.951.0.ebuild
rename to dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.951.0-r1.ebuild
index 1995f094bc7..56830181cd3 100644
--- a/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.951.0.ebuild
+++ b/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.951.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-MODULE_AUTHOR=VIY
-MODULE_VERSION=0.9510
+EAPI=7
+DIST_AUTHOR=VIY
+DIST_VERSION=0.9510
inherit perl-module
DESCRIPTION='Perl/XS module to use HTML Templates from CGI scripts'
@@ -17,10 +17,8 @@ RDEPEND="
virtual/perl-File-Spec
>=dev-perl/JSON-2.0.0
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
dev-libs/libpcre
test? ( virtual/perl-Test-Simple )
"
-
-SRC_TEST="do parallel"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-05-04 23:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-04 23:17 [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Template-Pro/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2021-06-14 23:26 Andreas K. Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox