Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Xhtml/
Date: Thu, 02 Jul 2015 08:33:37
Message-Id: 1435825766.836ab8299f967bb905a907de13babb94f0a45ede.kent@gentoo
1 commit: 836ab8299f967bb905a907de13babb94f0a45ede
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Jul 2 08:29:26 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Jul 2 08:29:26 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=836ab829
7
8 [fixup] Pod-Xhtml: EAPI5, normalise version, fixup deps and tests
9
10 Package-Manager: portage-2.2.17
11
12 dev-perl/Pod-Xhtml/ChangeLog | 14 --------------
13 ...-Xhtml-1.61.ebuild => Pod-Xhtml-1.610.0.ebuild} | 22 ++++++++++++++++------
14 2 files changed, 16 insertions(+), 20 deletions(-)
15
16 diff --git a/dev-perl/Pod-Xhtml/ChangeLog b/dev-perl/Pod-Xhtml/ChangeLog
17 deleted file mode 100644
18 index 7da007f..0000000
19 --- a/dev-perl/Pod-Xhtml/ChangeLog
20 +++ /dev/null
21 @@ -1,14 +0,0 @@
22 -# ChangeLog for dev-perl/Pod-Xhtml
23 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
24 -# $Header: $
25 -
26 -*Pod-Xhtml-1.61 (29 Oct 2010)
27 -
28 - 29 Oct 2010; Daniel Westermann-Clark <dwc@×××××.com>
29 - -Pod-Xhtml-1.59.ebuild, +Pod-Xhtml-1.61.ebuild:
30 - Bump dev-perl/Pod-Xhtml to 1.61
31 -
32 - 09 Jul 2009; Daniel Westermann-Clark <dwc@×××××.com>
33 - Pod-Xhtml-1.59.ebuild, +metadata.xml:
34 - Convert to EAPI=2 and add metadata.xml
35 -
36
37 diff --git a/dev-perl/Pod-Xhtml/Pod-Xhtml-1.61.ebuild b/dev-perl/Pod-Xhtml/Pod-Xhtml-1.610.0.ebuild
38 similarity index 51%
39 rename from dev-perl/Pod-Xhtml/Pod-Xhtml-1.61.ebuild
40 rename to dev-perl/Pod-Xhtml/Pod-Xhtml-1.610.0.ebuild
41 index d098137..8405c9b 100644
42 --- a/dev-perl/Pod-Xhtml/Pod-Xhtml-1.61.ebuild
43 +++ b/dev-perl/Pod-Xhtml/Pod-Xhtml-1.610.0.ebuild
44 @@ -1,23 +1,33 @@
45 -# Copyright 1999-2010 Gentoo Foundation
46 +# Copyright 1999-2015 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48 # $Header: $
49
50 -EAPI=2
51 +EAPI=5
52
53 MODULE_AUTHOR=BBC
54 +MODULE_VERSION=1.61
55 inherit perl-module
56
57 DESCRIPTION="Generate well-formed XHTML documents from POD format documentation"
58
59 SLOT="0"
60 -LICENSE="|| ( Artistic GPL-2 )"
61 +LICENSE="GPL-1"
62 KEYWORDS="~amd64 ~x86"
63 -SRC_TEST="do"
64
65 IUSE="test"
66 -RDEPEND="virtual/perl-PodParser
67 - dev-perl/URI"
68 +PERL_RM_FILES=(
69 + t/pod.t
70 + t/pod_coverage.t
71 +)
72 +# Pod::ParseUtils -> Pod-Parser
73 +# URI::Escape -> URI
74 +# Test::Assertions::TestScript -> Test-Assertions
75 +RDEPEND="
76 + virtual/perl-Pod-Parser
77 + dev-perl/URI
78 +"
79 DEPEND="${RDEPEND}
80 + virtual/perl-ExtUtils-MakeMaker
81 test? (
82 virtual/perl-Test-Simple
83 dev-perl/Test-Assertions