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:40
Message-Id: 1435824964.37ef9ed11713c2e26cb616f045dc1e6e1bf41269.kent@gentoo
1 commit: 37ef9ed11713c2e26cb616f045dc1e6e1bf41269
2 Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
3 AuthorDate: Thu Jul 9 16:03:56 2009 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Jul 2 08:16:04 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=37ef9ed1
7
8 [rebase-filter: dwc/Pod-Xhtml] Convert to EAPI=2 and add metadata.xml
9 (Portage version: 2.1.6.13/git/Linux x86_64)
10 (Signed Manifest commit)
11
12 dev-perl/Pod-Xhtml/ChangeLog | 8 ++++++++
13 dev-perl/Pod-Xhtml/Pod-Xhtml-1.59.ebuild | 22 ++++++++++++----------
14 dev-perl/Pod-Xhtml/metadata.xml | 9 +++++++++
15 3 files changed, 29 insertions(+), 10 deletions(-)
16
17 diff --git a/dev-perl/Pod-Xhtml/ChangeLog b/dev-perl/Pod-Xhtml/ChangeLog
18 new file mode 100644
19 index 0000000..be3bae4
20 --- /dev/null
21 +++ b/dev-perl/Pod-Xhtml/ChangeLog
22 @@ -0,0 +1,8 @@
23 +# ChangeLog for dev-perl/Pod-Xhtml
24 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
25 +# $Header: $
26 +
27 + 09 Jul 2009; Daniel Westermann-Clark <dwc@×××××.com>
28 + Pod-Xhtml-1.59.ebuild, +metadata.xml:
29 + Convert to EAPI=2 and add metadata.xml
30 +
31
32 diff --git a/dev-perl/Pod-Xhtml/Pod-Xhtml-1.59.ebuild b/dev-perl/Pod-Xhtml/Pod-Xhtml-1.59.ebuild
33 index 393b246..a687ae3 100644
34 --- a/dev-perl/Pod-Xhtml/Pod-Xhtml-1.59.ebuild
35 +++ b/dev-perl/Pod-Xhtml/Pod-Xhtml-1.59.ebuild
36 @@ -1,21 +1,23 @@
37 -# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
38 +# Copyright 1999-2009 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40 -# $Header$
41 +# $Header: $
42
43 +EAPI=2
44 +
45 +MODULE_AUTHOR=BBC
46 inherit perl-module
47
48 DESCRIPTION="Generate well-formed XHTML documents from POD format documentation"
49 -HOMEPAGE="http://search.cpan.org/dist/${PN}/"
50 -SRC_URI="mirror://cpan/authors/id/B/BB/BBC/${P}.tar.gz"
51 -LICENSE="|| ( Artistic GPL-2 )"
52
53 SLOT="0"
54 -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
55 -RESTRICT="nomirror"
56 +LICENSE="|| ( Artistic GPL-2 )"
57 +KEYWORDS="~amd64 ~x86"
58 SRC_TEST="do"
59
60 IUSE="test"
61 -RDEPEND="dev-lang/perl
62 - virtual/perl-PodParser"
63 +RDEPEND="virtual/perl-PodParser"
64 DEPEND="${RDEPEND}
65 - test? ( virtual/perl-Test-Simple )"
66 + test? (
67 + virtual/perl-Test-Simple
68 + dev-perl/Test-Assertions
69 + )"
70
71 diff --git a/dev-perl/Pod-Xhtml/metadata.xml b/dev-perl/Pod-Xhtml/metadata.xml
72 new file mode 100644
73 index 0000000..743b271
74 --- /dev/null
75 +++ b/dev-perl/Pod-Xhtml/metadata.xml
76 @@ -0,0 +1,9 @@
77 +<?xml version="1.0" encoding="UTF-8"?>
78 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
79 +<pkgmetadata>
80 + <herd>perl</herd>
81 + <maintainer>
82 + <email>dwc@×××××.com</email>
83 + <name>Daniel Westermann-Clark</name>
84 + </maintainer>
85 +</pkgmetadata>