public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-RewriteAttributes/
@ 2017-06-27 23:02 Andreas Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Hüttel @ 2017-06-27 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     eacd19ccb92e9c5ff6546b910df5c9712599cc6e
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 27 23:02:42 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jun 27 23:02:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eacd19cc

dev-perl/HTML-RewriteAttributes: Fix build with Perl 5.26, bug 616978

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../HTML-RewriteAttributes-0.50.0-r1.ebuild                  | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-perl/HTML-RewriteAttributes/HTML-RewriteAttributes-0.50.0-r1.ebuild b/dev-perl/HTML-RewriteAttributes/HTML-RewriteAttributes-0.50.0-r1.ebuild
index 0a788498da2..c3485c7d916 100644
--- a/dev-perl/HTML-RewriteAttributes/HTML-RewriteAttributes-0.50.0-r1.ebuild
+++ b/dev-perl/HTML-RewriteAttributes/HTML-RewriteAttributes-0.50.0-r1.ebuild
@@ -1,10 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-MODULE_AUTHOR=TSIBLEY
-MODULE_VERSION=0.05
+DIST_AUTHOR=TSIBLEY
+DIST_VERSION=0.05
 inherit perl-module
 
 DESCRIPTION="Perl module for concise attribute rewriting"
@@ -18,4 +18,8 @@ RDEPEND="dev-perl/URI
 	dev-perl/HTML-Parser"
 DEPEND="${RDEPEND}"
 
-SRC_TEST="do"
+src_prepare() {
+	sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse inc::Module::Install;/' Makefile.PL ||
+		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+	perl-module_src_prepare
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-RewriteAttributes/
@ 2021-11-01 11:25 Andreas K. Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-11-01 11:25 UTC (permalink / raw
  To: gentoo-commits

commit:     5302d0c899cc725111d4a11ed3c2fc37a692f311
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  1 11:20:35 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Nov  1 11:24:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5302d0c8

dev-perl/HTML-RewriteAttributes: EAPI=8 bump

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

 ...0-r1.ebuild => HTML-RewriteAttributes-0.50.0-r2.ebuild} | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/dev-perl/HTML-RewriteAttributes/HTML-RewriteAttributes-0.50.0-r1.ebuild b/dev-perl/HTML-RewriteAttributes/HTML-RewriteAttributes-0.50.0-r2.ebuild
similarity index 78%
rename from dev-perl/HTML-RewriteAttributes/HTML-RewriteAttributes-0.50.0-r1.ebuild
rename to dev-perl/HTML-RewriteAttributes/HTML-RewriteAttributes-0.50.0-r2.ebuild
index c3485c7d916..c6785d43846 100644
--- a/dev-perl/HTML-RewriteAttributes/HTML-RewriteAttributes-0.50.0-r1.ebuild
+++ b/dev-perl/HTML-RewriteAttributes/HTML-RewriteAttributes-0.50.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=TSIBLEY
 DIST_VERSION=0.05
@@ -11,12 +11,14 @@ DESCRIPTION="Perl module for concise attribute rewriting"
 
 SLOT="0"
 KEYWORDS="amd64 ~x86"
-IUSE=""
 
-RDEPEND="dev-perl/URI
+RDEPEND="
+	dev-perl/URI
 	dev-perl/HTML-Tagset
-	dev-perl/HTML-Parser"
-DEPEND="${RDEPEND}"
+	dev-perl/HTML-Parser
+"
+BDEPEND="${RDEPEND}
+"
 
 src_prepare() {
 	sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse inc::Module::Install;/' Makefile.PL ||


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-RewriteAttributes/
@ 2022-11-23 14:08 Jakov Smolić
  0 siblings, 0 replies; 5+ messages in thread
From: Jakov Smolić @ 2022-11-23 14:08 UTC (permalink / raw
  To: gentoo-commits

commit:     c363a7d2c5fe7aa53fb7d9baa5a0ee4ca52f4b6c
Author:     Yu Gu <guyu2876 <AT> gmail <DOT> com>
AuthorDate: Sat Oct 29 11:07:21 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Nov 23 14:02:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c363a7d2

dev-perl/HTML-RewriteAttributes: Keyword 0.50.0-r2 riscv, #878483

Signed-off-by: Yu Gu <guyu2876 <AT> gmail.com>
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 .../HTML-RewriteAttributes/HTML-RewriteAttributes-0.50.0-r2.ebuild    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/HTML-RewriteAttributes/HTML-RewriteAttributes-0.50.0-r2.ebuild b/dev-perl/HTML-RewriteAttributes/HTML-RewriteAttributes-0.50.0-r2.ebuild
index c6785d438467..d4eed8d72fc1 100644
--- a/dev-perl/HTML-RewriteAttributes/HTML-RewriteAttributes-0.50.0-r2.ebuild
+++ b/dev-perl/HTML-RewriteAttributes/HTML-RewriteAttributes-0.50.0-r2.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
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl module for concise attribute rewriting"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 
 RDEPEND="
 	dev-perl/URI


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-RewriteAttributes/
@ 2025-08-11  2:38 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2025-08-11  2:38 UTC (permalink / raw
  To: gentoo-commits

commit:     c4221a5e3edb98bb59a8374e1fe62dcdd940859c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 11 02:30:38 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 11 02:30:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4221a5e

dev-perl/HTML-RewriteAttributes: add 0.60.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../HTML-RewriteAttributes-0.60.0.ebuild             | 20 ++++++++++++++++++++
 dev-perl/HTML-RewriteAttributes/Manifest             |  1 +
 2 files changed, 21 insertions(+)

diff --git a/dev-perl/HTML-RewriteAttributes/HTML-RewriteAttributes-0.60.0.ebuild b/dev-perl/HTML-RewriteAttributes/HTML-RewriteAttributes-0.60.0.ebuild
new file mode 100644
index 000000000000..b79b56e0d6e5
--- /dev/null
+++ b/dev-perl/HTML-RewriteAttributes/HTML-RewriteAttributes-0.60.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=BPS
+DIST_VERSION=0.06
+inherit perl-module
+
+DESCRIPTION="Perl module for concise attribute rewriting"
+
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+RDEPEND="
+	dev-perl/URI
+	dev-perl/HTML-Tagset
+	dev-perl/HTML-Parser
+"
+BDEPEND="${RDEPEND}"

diff --git a/dev-perl/HTML-RewriteAttributes/Manifest b/dev-perl/HTML-RewriteAttributes/Manifest
index d3a34636862e..eb9d2784a67c 100644
--- a/dev-perl/HTML-RewriteAttributes/Manifest
+++ b/dev-perl/HTML-RewriteAttributes/Manifest
@@ -1 +1,2 @@
 DIST HTML-RewriteAttributes-0.05.tar.gz 27696 BLAKE2B 630ae0bcc4b085bdcea716fed4c270eed1d00bda0ffab7379cb8558e8ed6dfb7525a3f18f2b7033f9dd13fddecef38e9fc2b9ef35b8c4a7324d146e0262507b5 SHA512 6a654dd2767010781f7fd145110dda4ebe71ed82aa6fea5932fa301b23f885d928c7dc0cea562ab5c5cd4f0881dadd590c4a4ae052285fcd261ac4ee9d25eb70
+DIST HTML-RewriteAttributes-0.06.tar.gz 26989 BLAKE2B 916f479d560856950a02e95d9e6ae81d7dbd9b8aa72fe5c1ebdf458828f93d9fcecda8175aec76db27cd30c0f2da0079f43fcfefcda9c9f1596181c38f578092 SHA512 a1791c1179475cf6d303c600c50c44e4df30e00fbe0d52e110eef61def7ab5c76f0bf5090e2b628620ceb5ac779affff5c225021793d08b8e662781037e0238f


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-RewriteAttributes/
@ 2025-10-13  3:02 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2025-10-13  3:02 UTC (permalink / raw
  To: gentoo-commits

commit:     f000bc89f8f023b72656f46d0bd86f4c461df602
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 13 02:53:02 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 13 02:58:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f000bc89

dev-perl/HTML-RewriteAttributes: Stabilize 0.60.0 amd64, #964228

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/HTML-RewriteAttributes/HTML-RewriteAttributes-0.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/HTML-RewriteAttributes/HTML-RewriteAttributes-0.60.0.ebuild b/dev-perl/HTML-RewriteAttributes/HTML-RewriteAttributes-0.60.0.ebuild
index b79b56e0d6e5..2d0cfcf57a3b 100644
--- a/dev-perl/HTML-RewriteAttributes/HTML-RewriteAttributes-0.60.0.ebuild
+++ b/dev-perl/HTML-RewriteAttributes/HTML-RewriteAttributes-0.60.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl module for concise attribute rewriting"
 
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 
 RDEPEND="
 	dev-perl/URI


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-10-13  3:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-23 14:08 [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-RewriteAttributes/ Jakov Smolić
  -- strict thread matches above, loose matches on Subject: below --
2025-10-13  3:02 Sam James
2025-08-11  2:38 Sam James
2021-11-01 11:25 Andreas K. Hüttel
2017-06-27 23:02 Andreas Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox