public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Object/
@ 2017-04-29  9:55 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2017-04-29  9:55 UTC (permalink / raw
  To: gentoo-commits

commit:     4579de55fabb7d9377ae5d2de0448c0b7f2daaca
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 09:53:15 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 09:53:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4579de55

dev-perl/HTML-Object: Fix tests dependent on system timezone

Tests break when timezone is still configured to "Factory" TZ

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/HTML-Object/HTML-Object-2.29-r2.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-perl/HTML-Object/HTML-Object-2.29-r2.ebuild b/dev-perl/HTML-Object/HTML-Object-2.29-r2.ebuild
index f08c63ca31f..c0c3de3f584 100644
--- a/dev-perl/HTML-Object/HTML-Object-2.29-r2.ebuild
+++ b/dev-perl/HTML-Object/HTML-Object-2.29-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -22,6 +22,10 @@ SRC_TEST="do"
 
 S=${WORKDIR}/${MY_P}
 
+src_test() {
+	TZ=UTC perl-module_src_test
+}
+
 src_install() {
 	perl-module_src_install
 	if use examples; then


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Object/
@ 2021-06-13 14:50 Andreas K. Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2021-06-13 14:50 UTC (permalink / raw
  To: gentoo-commits

commit:     98079e1ce5ca508effd62d14008bbae09adb77be
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 13 14:38:04 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jun 13 14:50:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98079e1c

dev-perl/HTML-Object: Version bump 2.30

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

 dev-perl/HTML-Object/HTML-Object-2.30.ebuild | 35 ++++++++++++++++++++++++++++
 dev-perl/HTML-Object/Manifest                |  1 +
 2 files changed, 36 insertions(+)

diff --git a/dev-perl/HTML-Object/HTML-Object-2.30.ebuild b/dev-perl/HTML-Object/HTML-Object-2.30.ebuild
new file mode 100644
index 00000000000..27aa64c383d
--- /dev/null
+++ b/dev-perl/HTML-Object/HTML-Object-2.30.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit perl-module
+
+MY_P=libhtmlobject-perl-${PV}
+
+DESCRIPTION="A HTML development and delivery Perl Module"
+SRC_URI="mirror://sourceforge/htmlobject/${MY_P}.tar.gz"
+HOMEPAGE="http://htmlobject.sourceforge.net"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="examples"
+
+RDEPEND="dev-perl/Data-FormValidator
+	dev-perl/Date-Manip"
+BDEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+src_test() {
+	TZ=UTC perl-module_src_test
+}
+
+src_install() {
+	perl-module_src_install
+	if use examples; then
+		docompress -x usr/share/doc/${PF}/examples/
+		insinto usr/share/doc/${PF}
+		doins -r examples/
+	fi
+}

diff --git a/dev-perl/HTML-Object/Manifest b/dev-perl/HTML-Object/Manifest
index f0b7f794672..6040aa0234d 100644
--- a/dev-perl/HTML-Object/Manifest
+++ b/dev-perl/HTML-Object/Manifest
@@ -1 +1,2 @@
 DIST libhtmlobject-perl-2.29.tar.gz 185373 BLAKE2B ae75158d3425079074a88ee37c316540b278012a45f9f00dc8ca6bd8dabd030fa1092ed94e74e083adfbdd5dd16068d30585366476b7054470021c998ec0831c SHA512 d8028d5f54010732d06afdbae472fb44271af749634d7e5a0e86582f831428d6d902e06a8f20169ea7387f7761ad6abff168086b274b01e5efa1f0bf90583e72
+DIST libhtmlobject-perl-2.30.tar.gz 202607 BLAKE2B b25722e47cab9c3415a5aa086c5c855a51d6c3a0ba2b4d81fd2918c0cce4388ca0697abfd2e7e00c1a6b8f87212b0409ca344f4ab9c86f512ecc0d79d2227ad2 SHA512 c0b1cc93810f8cf31d7c2bd9935893cc0534530715bbad0343f620a9bf24ed79c4d1abe2ce7dd4b524f35db1e4dedec98a3441ca0b045e1492296c73b85e3513


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Object/
@ 2021-08-01 10:42 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-08-01 10:42 UTC (permalink / raw
  To: gentoo-commits

commit:     909f9c7e6ab0e7105ada7670398a0be978a9bfad
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  1 10:37:46 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug  1 10:37:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=909f9c7e

dev-perl/HTML-Object: Stabilize 2.30 ppc64, #805848

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

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

diff --git a/dev-perl/HTML-Object/HTML-Object-2.30.ebuild b/dev-perl/HTML-Object/HTML-Object-2.30.ebuild
index ea691ecbe70..c5729535e9e 100644
--- a/dev-perl/HTML-Object/HTML-Object-2.30.ebuild
+++ b/dev-perl/HTML-Object/HTML-Object-2.30.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/htmlobject/${MY_P}.tar.gz"
 HOMEPAGE="http://htmlobject.sourceforge.net"
 
 SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc ppc64 ~x86"
 IUSE="examples"
 
 RDEPEND="dev-perl/Data-FormValidator


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Object/
@ 2021-08-02  3:51 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-08-02  3:51 UTC (permalink / raw
  To: gentoo-commits

commit:     3448efb86710ac67b287d134beb7bc8b97616812
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  2 03:50:09 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug  2 03:50:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3448efb8

dev-perl/HTML-Object: Stabilize 2.30 amd64, #805848

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

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

diff --git a/dev-perl/HTML-Object/HTML-Object-2.30.ebuild b/dev-perl/HTML-Object/HTML-Object-2.30.ebuild
index c5729535e9e..35c5bb57902 100644
--- a/dev-perl/HTML-Object/HTML-Object-2.30.ebuild
+++ b/dev-perl/HTML-Object/HTML-Object-2.30.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/htmlobject/${MY_P}.tar.gz"
 HOMEPAGE="http://htmlobject.sourceforge.net"
 
 SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 ~x86"
 IUSE="examples"
 
 RDEPEND="dev-perl/Data-FormValidator


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Object/
@ 2021-08-03 12:00 Agostino Sarubbo
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo @ 2021-08-03 12:00 UTC (permalink / raw
  To: gentoo-commits

commit:     fc62adc5348128c76dc98d1ca8873efa5dd318cd
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  3 11:58:09 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Aug  3 12:00:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc62adc5

dev-perl/HTML-Object: x86 stable wrt bug #805848

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/dev-perl/HTML-Object/HTML-Object-2.30.ebuild b/dev-perl/HTML-Object/HTML-Object-2.30.ebuild
index 35c5bb57902..10e65daf43b 100644
--- a/dev-perl/HTML-Object/HTML-Object-2.30.ebuild
+++ b/dev-perl/HTML-Object/HTML-Object-2.30.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/htmlobject/${MY_P}.tar.gz"
 HOMEPAGE="http://htmlobject.sourceforge.net"
 
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="examples"
 
 RDEPEND="dev-perl/Data-FormValidator


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

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

commit:     b50a3d393619d2ffb5fd25ecda9ffe7048c27b48
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  1 11:17:25 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Nov  1 11:24:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b50a3d39

dev-perl/HTML-Object: Remove old

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

 dev-perl/HTML-Object/HTML-Object-2.29-r2.ebuild | 36 -------------------------
 dev-perl/HTML-Object/Manifest                   |  1 -
 2 files changed, 37 deletions(-)

diff --git a/dev-perl/HTML-Object/HTML-Object-2.29-r2.ebuild b/dev-perl/HTML-Object/HTML-Object-2.29-r2.ebuild
deleted file mode 100644
index c0c3de3f584..00000000000
--- a/dev-perl/HTML-Object/HTML-Object-2.29-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit perl-module
-
-MY_P=libhtmlobject-perl-${PV}
-
-DESCRIPTION="A HTML development and delivery Perl Module"
-SRC_URI="mirror://sourceforge/htmlobject/${MY_P}.tar.gz"
-HOMEPAGE="http://htmlobject.sourceforge.net"
-
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="examples"
-
-RDEPEND="dev-perl/Data-FormValidator
-	dev-perl/Date-Manip"
-DEPEND="${RDEPEND}"
-SRC_TEST="do"
-
-S=${WORKDIR}/${MY_P}
-
-src_test() {
-	TZ=UTC perl-module_src_test
-}
-
-src_install() {
-	perl-module_src_install
-	if use examples; then
-		docompress -x usr/share/doc/${PF}/examples/
-		insinto usr/share/doc/${PF}
-		doins -r examples/
-	fi
-}

diff --git a/dev-perl/HTML-Object/Manifest b/dev-perl/HTML-Object/Manifest
index 6040aa0234d..005a1fec4cf 100644
--- a/dev-perl/HTML-Object/Manifest
+++ b/dev-perl/HTML-Object/Manifest
@@ -1,2 +1 @@
-DIST libhtmlobject-perl-2.29.tar.gz 185373 BLAKE2B ae75158d3425079074a88ee37c316540b278012a45f9f00dc8ca6bd8dabd030fa1092ed94e74e083adfbdd5dd16068d30585366476b7054470021c998ec0831c SHA512 d8028d5f54010732d06afdbae472fb44271af749634d7e5a0e86582f831428d6d902e06a8f20169ea7387f7761ad6abff168086b274b01e5efa1f0bf90583e72
 DIST libhtmlobject-perl-2.30.tar.gz 202607 BLAKE2B b25722e47cab9c3415a5aa086c5c855a51d6c3a0ba2b4d81fd2918c0cce4388ca0697abfd2e7e00c1a6b8f87212b0409ca344f4ab9c86f512ecc0d79d2227ad2 SHA512 c0b1cc93810f8cf31d7c2bd9935893cc0534530715bbad0343f620a9bf24ed79c4d1abe2ce7dd4b524f35db1e4dedec98a3441ca0b045e1492296c73b85e3513


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

end of thread, other threads:[~2021-11-01 11:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-02  3:51 [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Object/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-11-01 11:25 Andreas K. Hüttel
2021-08-03 12:00 Agostino Sarubbo
2021-08-01 10:42 Sam James
2021-06-13 14:50 Andreas K. Hüttel
2017-04-29  9:55 Kent Fredric

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