* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Template-JIT/
@ 2017-10-26 0:59 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2017-10-26 0:59 UTC (permalink / raw
To: gentoo-commits
commit: 36af3e644bfec5a69f5adbbf9bf7e9a59a81b0ca
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 00:57:02 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 00:57:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36af3e64
dev-perl/HTML-Template-JIT: Fix missing RDEP on Inline-C
Package-Manager: Portage-2.3.8, Repoman-2.3.3
...mplate-JIT-0.50.0-r2.ebuild => HTML-Template-JIT-0.50.0-r3.ebuild} | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r2.ebuild b/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild
similarity index 91%
rename from dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r2.ebuild
rename to dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild
index 48f3e10a3e4..f0852417630 100644
--- a/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r2.ebuild
+++ b/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild
@@ -15,6 +15,8 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-perl/HTML-Template-2.8
- dev-perl/Inline"
+ dev-perl/Inline
+ dev-perl/Inline-C
+"
DEPEND="${RDEPEND}"
PATCHES=("${FILESDIR}/${P}-no-dot-inc.patch")
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Template-JIT/
@ 2018-01-05 19:56 Mikle Kolyada
0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2018-01-05 19:56 UTC (permalink / raw
To: gentoo-commits
commit: adc71bb4da5343f138eadc93e66d82206597f4ac
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 5 19:55:51 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jan 5 19:55:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc71bb4
dev-perl/HTML-Template-JIT: Mark stable wrt bug #643246
Package-Manager: Portage-2.3.13, Repoman-2.3.3
dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild b/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild
index f0852417630..6f0a705cd2c 100644
--- a/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild
+++ b/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="a just-in-time compiler for HTML::Template"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=">=dev-perl/HTML-Template-2.8
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Template-JIT/
@ 2018-01-05 19:58 Mikle Kolyada
0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2018-01-05 19:58 UTC (permalink / raw
To: gentoo-commits
commit: 218c2e99e36cf2f54ce4622848e666406b7ea29f
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 5 19:57:56 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jan 5 19:57:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=218c2e99
dev-perl/HTML-Template-JIT: Drop old
Closes: https://bugs.gentoo.org/635464
Package-Manager: Portage-2.3.13, Repoman-2.3.3
.../HTML-Template-JIT-0.50.0-r1.ebuild | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r1.ebuild b/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r1.ebuild
deleted file mode 100644
index 12149d4ec28..00000000000
--- a/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=SAMTREGAR
-MODULE_VERSION=0.05
-inherit perl-module
-
-DESCRIPTION="a just-in-time compiler for HTML::Template"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-perl/HTML-Template-2.8
- dev-perl/Inline"
-DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Template-JIT/
@ 2021-05-22 15:06 Andreas K. Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-05-22 15:06 UTC (permalink / raw
To: gentoo-commits
commit: eeb707e27969fc44590bcd3d147505ce6b6afde8
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 22 14:56:54 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 22 15:05:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb707e2
dev-perl/HTML-Template-JIT: Fix example path
Closes: https://bugs.gentoo.org/703300
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild b/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild
index 6f0a705cd2c..5b7f49b3b86 100644
--- a/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild
+++ b/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
DIST_AUTHOR=SAMTREGAR
DIST_VERSION=0.05
-DIST_EXAMPLES=("script/benchmark.pl")
+DIST_EXAMPLES=("scripts/benchmark.pl")
inherit perl-module
DESCRIPTION="a just-in-time compiler for HTML::Template"
@@ -14,9 +14,11 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
-RDEPEND=">=dev-perl/HTML-Template-2.8
+RDEPEND="
+ >=dev-perl/HTML-Template-2.8
dev-perl/Inline
dev-perl/Inline-C
"
-DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
+
PATCHES=("${FILESDIR}/${P}-no-dot-inc.patch")
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Template-JIT/
@ 2023-06-21 4:11 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-06-21 4:11 UTC (permalink / raw
To: gentoo-commits
commit: a3dadba8215e8681e68342a571ca3bdfab2db233
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 03:51:16 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 04:10:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3dadba8
dev-perl/HTML-Template-JIT: update DESCRIPTION
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild b/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild
index 5b7f49b3b86e..54ea822417a9 100644
--- a/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild
+++ b/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,7 +8,7 @@ DIST_VERSION=0.05
DIST_EXAMPLES=("scripts/benchmark.pl")
inherit perl-module
-DESCRIPTION="a just-in-time compiler for HTML::Template"
+DESCRIPTION="Just-in-time compiler for HTML::Template"
SLOT="0"
KEYWORDS="amd64 x86"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-06-21 4:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-26 0:59 [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Template-JIT/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2018-01-05 19:56 Mikle Kolyada
2018-01-05 19:58 Mikle Kolyada
2021-05-22 15:06 Andreas K. Hüttel
2023-06-21 4:11 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox