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

commit:     1ab73edc4f4a8ad54c5e9dffe12cae31b1041575
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 13 14:28:13 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jun 13 14:28:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ab73edc

dev-perl/HTML-HTMLDoc: Version bump 0.21

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

 dev-perl/HTML-HTMLDoc/HTML-HTMLDoc-0.210.0.ebuild | 23 +++++++++++++++++++++++
 dev-perl/HTML-HTMLDoc/Manifest                    |  1 +
 2 files changed, 24 insertions(+)

diff --git a/dev-perl/HTML-HTMLDoc/HTML-HTMLDoc-0.210.0.ebuild b/dev-perl/HTML-HTMLDoc/HTML-HTMLDoc-0.210.0.ebuild
new file mode 100644
index 00000000000..288ea1e184c
--- /dev/null
+++ b/dev-perl/HTML-HTMLDoc/HTML-HTMLDoc-0.210.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ECHERNOF
+DIST_VERSION=0.21
+inherit perl-module
+
+DESCRIPTION="Perl interface to the htmldoc program for producing PDF-Files from HTML-Content"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="app-text/htmldoc
+	>=dev-perl/Devel-CheckBin-0.40.0
+"
+BDEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-Tiny-0.35.0
+	test? ( >=virtual/perl-Test-Simple-0.980.0 )
+"

diff --git a/dev-perl/HTML-HTMLDoc/Manifest b/dev-perl/HTML-HTMLDoc/Manifest
index 0ec3705fcfa..5d2a924f660 100644
--- a/dev-perl/HTML-HTMLDoc/Manifest
+++ b/dev-perl/HTML-HTMLDoc/Manifest
@@ -1 +1,2 @@
 DIST HTML-HTMLDoc-0.10.tar.gz 15293 BLAKE2B 6a25b7aa56ac3c72ba70b87f4fea6d9b9838ab15fc3e97f3f11a875a80e877b3e79ba7e5267fbfdd054bb181d652d80f8cdc55a0978b8b8f9844bcaf2769314e SHA512 b401d04025dcd27c2f242d4b05819e28159ae19a9fbe5d8922bb615afec17705cf264a147e11c150d100706086d23775c8dab05025fd7fa35a3da75251fed2e5
+DIST HTML-HTMLDoc-0.21.tar.gz 23483 BLAKE2B eb6721ccce415ec1a217f25f2815daa9777af94bd44874a5fedf4be51b95b3e9809e94eea89b877aac6553bf113dc8dab8ed624dabd8b0f70f8a1a78c004a9ed SHA512 3e7b7ac4f4390242bab4c94439ebb37bf46e2aa2aef8670fbf165795dd0ac138d067411b6adfddd183ff8a7ab6e2e245df422d8b10ca7d9c9f1b49ce3abba131


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

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

commit:     fba2f3cbe7c97fa974340541d7d1b091fe009cc9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  1 10:39:16 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug  1 10:39:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fba2f3cb

dev-perl/HTML-HTMLDoc: Stabilize 0.210.0 sparc, #805842

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

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

diff --git a/dev-perl/HTML-HTMLDoc/HTML-HTMLDoc-0.210.0.ebuild b/dev-perl/HTML-HTMLDoc/HTML-HTMLDoc-0.210.0.ebuild
index 288ea1e184c..0ea09e67bbe 100644
--- a/dev-perl/HTML-HTMLDoc/HTML-HTMLDoc-0.210.0.ebuild
+++ b/dev-perl/HTML-HTMLDoc/HTML-HTMLDoc-0.210.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl interface to the htmldoc program for producing PDF-Files from HTML-Content"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

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

commit:     1e46f35818ac9eff74dce485eff53333badc1ef4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  2 03:30:43 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug  2 03:30:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e46f358

dev-perl/HTML-HTMLDoc: Stabilize 0.210.0 amd64, #805842

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

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

diff --git a/dev-perl/HTML-HTMLDoc/HTML-HTMLDoc-0.210.0.ebuild b/dev-perl/HTML-HTMLDoc/HTML-HTMLDoc-0.210.0.ebuild
index 0ea09e67bbe..0c006565c75 100644
--- a/dev-perl/HTML-HTMLDoc/HTML-HTMLDoc-0.210.0.ebuild
+++ b/dev-perl/HTML-HTMLDoc/HTML-HTMLDoc-0.210.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl interface to the htmldoc program for producing PDF-Files from HTML-Content"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc sparc ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

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

commit:     6f4d0ba69db3b60f2669d41a654e8b7191d326ca
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  3 11:57:57 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=6f4d0ba6

dev-perl/HTML-HTMLDoc: x86 stable wrt bug #805842

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-HTMLDoc/HTML-HTMLDoc-0.210.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/HTML-HTMLDoc/HTML-HTMLDoc-0.210.0.ebuild b/dev-perl/HTML-HTMLDoc/HTML-HTMLDoc-0.210.0.ebuild
index 0c006565c75..d3e69c3a36c 100644
--- a/dev-perl/HTML-HTMLDoc/HTML-HTMLDoc-0.210.0.ebuild
+++ b/dev-perl/HTML-HTMLDoc/HTML-HTMLDoc-0.210.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl interface to the htmldoc program for producing PDF-Files from HTML-Content"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc sparc ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

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

commit:     8256cea67f759cb8b0120d88058942bb614e543c
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 31 19:49:10 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 31 19:49:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8256cea6

dev-perl/HTML-HTMLDoc: 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-HTMLDoc/HTML-HTMLDoc-0.100.0-r1.ebuild | 19 -------------------
 dev-perl/HTML-HTMLDoc/Manifest                       |  1 -
 2 files changed, 20 deletions(-)

diff --git a/dev-perl/HTML-HTMLDoc/HTML-HTMLDoc-0.100.0-r1.ebuild b/dev-perl/HTML-HTMLDoc/HTML-HTMLDoc-0.100.0-r1.ebuild
deleted file mode 100644
index 2ce4de92a22..00000000000
--- a/dev-perl/HTML-HTMLDoc/HTML-HTMLDoc-0.100.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
-
-EAPI=5
-
-MODULE_AUTHOR=MFRANKL
-MODULE_VERSION=0.10
-inherit perl-module
-
-DESCRIPTION="Perl interface to the htmldoc program for producing PDF-Files from HTML-Content"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc sparc x86"
-IUSE=""
-
-RDEPEND="app-text/htmldoc"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"

diff --git a/dev-perl/HTML-HTMLDoc/Manifest b/dev-perl/HTML-HTMLDoc/Manifest
index 5d2a924f660..dae3ee4a76c 100644
--- a/dev-perl/HTML-HTMLDoc/Manifest
+++ b/dev-perl/HTML-HTMLDoc/Manifest
@@ -1,2 +1 @@
-DIST HTML-HTMLDoc-0.10.tar.gz 15293 BLAKE2B 6a25b7aa56ac3c72ba70b87f4fea6d9b9838ab15fc3e97f3f11a875a80e877b3e79ba7e5267fbfdd054bb181d652d80f8cdc55a0978b8b8f9844bcaf2769314e SHA512 b401d04025dcd27c2f242d4b05819e28159ae19a9fbe5d8922bb615afec17705cf264a147e11c150d100706086d23775c8dab05025fd7fa35a3da75251fed2e5
 DIST HTML-HTMLDoc-0.21.tar.gz 23483 BLAKE2B eb6721ccce415ec1a217f25f2815daa9777af94bd44874a5fedf4be51b95b3e9809e94eea89b877aac6553bf113dc8dab8ed624dabd8b0f70f8a1a78c004a9ed SHA512 3e7b7ac4f4390242bab4c94439ebb37bf46e2aa2aef8670fbf165795dd0ac138d067411b6adfddd183ff8a7ab6e2e245df422d8b10ca7d9c9f1b49ce3abba131


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

end of thread, other threads:[~2021-10-31 19:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-03 12:00 [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-HTMLDoc/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2021-10-31 19:50 Andreas K. Hüttel
2021-08-02  3:30 Sam James
2021-08-01 10:42 Sam James
2021-06-13 14:28 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