public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Xhtml/
@ 2015-07-02  8:33 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2015-07-02  8:33 UTC (permalink / raw
  To: gentoo-commits

commit:     37ef9ed11713c2e26cb616f045dc1e6e1bf41269
Author:     Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Thu Jul  9 16:03:56 2009 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul  2 08:16:04 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=37ef9ed1

[rebase-filter: dwc/Pod-Xhtml] Convert to EAPI=2 and add metadata.xml
(Portage version: 2.1.6.13/git/Linux x86_64)
 (Signed Manifest commit)

 dev-perl/Pod-Xhtml/ChangeLog             |  8 ++++++++
 dev-perl/Pod-Xhtml/Pod-Xhtml-1.59.ebuild | 22 ++++++++++++----------
 dev-perl/Pod-Xhtml/metadata.xml          |  9 +++++++++
 3 files changed, 29 insertions(+), 10 deletions(-)

diff --git a/dev-perl/Pod-Xhtml/ChangeLog b/dev-perl/Pod-Xhtml/ChangeLog
new file mode 100644
index 0000000..be3bae4
--- /dev/null
+++ b/dev-perl/Pod-Xhtml/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-perl/Pod-Xhtml
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  09 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
+  Pod-Xhtml-1.59.ebuild, +metadata.xml:
+  Convert to EAPI=2 and add metadata.xml
+

diff --git a/dev-perl/Pod-Xhtml/Pod-Xhtml-1.59.ebuild b/dev-perl/Pod-Xhtml/Pod-Xhtml-1.59.ebuild
index 393b246..a687ae3 100644
--- a/dev-perl/Pod-Xhtml/Pod-Xhtml-1.59.ebuild
+++ b/dev-perl/Pod-Xhtml/Pod-Xhtml-1.59.ebuild
@@ -1,21 +1,23 @@
-# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header$
+# $Header: $
 
+EAPI=2
+
+MODULE_AUTHOR=BBC
 inherit perl-module
 
 DESCRIPTION="Generate well-formed XHTML documents from POD format documentation"
-HOMEPAGE="http://search.cpan.org/dist/${PN}/"
-SRC_URI="mirror://cpan/authors/id/B/BB/BBC/${P}.tar.gz"
-LICENSE="|| ( Artistic GPL-2 )"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
-RESTRICT="nomirror"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
 SRC_TEST="do"
 
 IUSE="test"
-RDEPEND="dev-lang/perl
-	virtual/perl-PodParser"
+RDEPEND="virtual/perl-PodParser"
 DEPEND="${RDEPEND}
-	test? ( virtual/perl-Test-Simple )"
+	test? (
+		virtual/perl-Test-Simple
+		dev-perl/Test-Assertions
+	)"

diff --git a/dev-perl/Pod-Xhtml/metadata.xml b/dev-perl/Pod-Xhtml/metadata.xml
new file mode 100644
index 0000000..743b271
--- /dev/null
+++ b/dev-perl/Pod-Xhtml/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <herd>perl</herd>
+    <maintainer>
+        <email>dwc@pobox.com</email>
+        <name>Daniel Westermann-Clark</name>
+    </maintainer>
+</pkgmetadata>


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Xhtml/
@ 2015-07-02  8:33 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2015-07-02  8:33 UTC (permalink / raw
  To: gentoo-commits

commit:     836ab8299f967bb905a907de13babb94f0a45ede
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul  2 08:29:26 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul  2 08:29:26 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=836ab829

[fixup] Pod-Xhtml: EAPI5, normalise version, fixup deps and tests

Package-Manager: portage-2.2.17

 dev-perl/Pod-Xhtml/ChangeLog                       | 14 --------------
 ...-Xhtml-1.61.ebuild => Pod-Xhtml-1.610.0.ebuild} | 22 ++++++++++++++++------
 2 files changed, 16 insertions(+), 20 deletions(-)

diff --git a/dev-perl/Pod-Xhtml/ChangeLog b/dev-perl/Pod-Xhtml/ChangeLog
deleted file mode 100644
index 7da007f..0000000
--- a/dev-perl/Pod-Xhtml/ChangeLog
+++ /dev/null
@@ -1,14 +0,0 @@
-# ChangeLog for dev-perl/Pod-Xhtml
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*Pod-Xhtml-1.61 (29 Oct 2010)
-
-  29 Oct 2010; Daniel Westermann-Clark <dwc@pobox.com>
-  -Pod-Xhtml-1.59.ebuild, +Pod-Xhtml-1.61.ebuild:
-  Bump dev-perl/Pod-Xhtml to 1.61
-
-  09 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
-  Pod-Xhtml-1.59.ebuild, +metadata.xml:
-  Convert to EAPI=2 and add metadata.xml
-

diff --git a/dev-perl/Pod-Xhtml/Pod-Xhtml-1.61.ebuild b/dev-perl/Pod-Xhtml/Pod-Xhtml-1.610.0.ebuild
similarity index 51%
rename from dev-perl/Pod-Xhtml/Pod-Xhtml-1.61.ebuild
rename to dev-perl/Pod-Xhtml/Pod-Xhtml-1.610.0.ebuild
index d098137..8405c9b 100644
--- a/dev-perl/Pod-Xhtml/Pod-Xhtml-1.61.ebuild
+++ b/dev-perl/Pod-Xhtml/Pod-Xhtml-1.610.0.ebuild
@@ -1,23 +1,33 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=5
 
 MODULE_AUTHOR=BBC
+MODULE_VERSION=1.61
 inherit perl-module
 
 DESCRIPTION="Generate well-formed XHTML documents from POD format documentation"
 
 SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
+LICENSE="GPL-1"
 KEYWORDS="~amd64 ~x86"
-SRC_TEST="do"
 
 IUSE="test"
-RDEPEND="virtual/perl-PodParser
-	dev-perl/URI"
+PERL_RM_FILES=(
+	t/pod.t
+	t/pod_coverage.t
+)
+# Pod::ParseUtils -> Pod-Parser
+# URI::Escape -> URI
+# Test::Assertions::TestScript -> Test-Assertions
+RDEPEND="
+	virtual/perl-Pod-Parser
+	dev-perl/URI
+"
 DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
 	test? (
 		virtual/perl-Test-Simple
 		dev-perl/Test-Assertions


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Xhtml/
@ 2015-07-02  8:33 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2015-07-02  8:33 UTC (permalink / raw
  To: gentoo-commits

commit:     3fd45482c1a043e7737172a8ec1d2cc6bb083549
Author:     Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Fri Oct 29 22:24:08 2010 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul  2 08:16:04 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=3fd45482

[rebase-filter: dwc/Pod-Xhtml] Bump dev-perl/Pod-Xhtml to 1.61
(Portage version: 2.1.8.3/git/Linux x86_64)
 (Signed Manifest commit)

 dev-perl/Pod-Xhtml/ChangeLog                                      | 8 +++++++-
 .../Pod-Xhtml/{Pod-Xhtml-1.59.ebuild => Pod-Xhtml-1.61.ebuild}    | 5 +++--
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Pod-Xhtml/ChangeLog b/dev-perl/Pod-Xhtml/ChangeLog
index be3bae4..7da007f 100644
--- a/dev-perl/Pod-Xhtml/ChangeLog
+++ b/dev-perl/Pod-Xhtml/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Pod-Xhtml
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Pod-Xhtml-1.61 (29 Oct 2010)
+
+  29 Oct 2010; Daniel Westermann-Clark <dwc@pobox.com>
+  -Pod-Xhtml-1.59.ebuild, +Pod-Xhtml-1.61.ebuild:
+  Bump dev-perl/Pod-Xhtml to 1.61
+
   09 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
   Pod-Xhtml-1.59.ebuild, +metadata.xml:
   Convert to EAPI=2 and add metadata.xml

diff --git a/dev-perl/Pod-Xhtml/Pod-Xhtml-1.59.ebuild b/dev-perl/Pod-Xhtml/Pod-Xhtml-1.61.ebuild
similarity index 81%
rename from dev-perl/Pod-Xhtml/Pod-Xhtml-1.59.ebuild
rename to dev-perl/Pod-Xhtml/Pod-Xhtml-1.61.ebuild
index a687ae3..d098137 100644
--- a/dev-perl/Pod-Xhtml/Pod-Xhtml-1.59.ebuild
+++ b/dev-perl/Pod-Xhtml/Pod-Xhtml-1.61.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -15,7 +15,8 @@ KEYWORDS="~amd64 ~x86"
 SRC_TEST="do"
 
 IUSE="test"
-RDEPEND="virtual/perl-PodParser"
+RDEPEND="virtual/perl-PodParser
+	dev-perl/URI"
 DEPEND="${RDEPEND}
 	test? (
 		virtual/perl-Test-Simple


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Xhtml/
@ 2015-07-02  8:33 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2015-07-02  8:33 UTC (permalink / raw
  To: gentoo-commits

commit:     c7af70af6a9b51a30e46993a694e6be0e8daabfe
Author:     Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Wed Jul  8 15:43:12 2009 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul  2 08:16:04 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=c7af70af

[rebase-filter: dwc/Pod-Xhtml] Add remaning ebuilds from my perl-other overlay

 dev-perl/Pod-Xhtml/Pod-Xhtml-1.59.ebuild | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/dev-perl/Pod-Xhtml/Pod-Xhtml-1.59.ebuild b/dev-perl/Pod-Xhtml/Pod-Xhtml-1.59.ebuild
new file mode 100644
index 0000000..393b246
--- /dev/null
+++ b/dev-perl/Pod-Xhtml/Pod-Xhtml-1.59.ebuild
@@ -0,0 +1,21 @@
+# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Distributed under the terms of the GNU General Public License v2
+# $Header$
+
+inherit perl-module
+
+DESCRIPTION="Generate well-formed XHTML documents from POD format documentation"
+HOMEPAGE="http://search.cpan.org/dist/${PN}/"
+SRC_URI="mirror://cpan/authors/id/B/BB/BBC/${P}.tar.gz"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
+RESTRICT="nomirror"
+SRC_TEST="do"
+
+IUSE="test"
+RDEPEND="dev-lang/perl
+	virtual/perl-PodParser"
+DEPEND="${RDEPEND}
+	test? ( virtual/perl-Test-Simple )"


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

end of thread, other threads:[~2015-07-02  8:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-02  8:33 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Xhtml/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-07-02  8:33 Kent Fredric
2015-07-02  8:33 Kent Fredric
2015-07-02  8:33 Kent Fredric

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