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:39
Message-Id: 1435824964.3fd45482c1a043e7737172a8ec1d2cc6bb083549.kent@gentoo
1 commit: 3fd45482c1a043e7737172a8ec1d2cc6bb083549
2 Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
3 AuthorDate: Fri Oct 29 22:24:08 2010 +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=3fd45482
7
8 [rebase-filter: dwc/Pod-Xhtml] Bump dev-perl/Pod-Xhtml to 1.61
9 (Portage version: 2.1.8.3/git/Linux x86_64)
10 (Signed Manifest commit)
11
12 dev-perl/Pod-Xhtml/ChangeLog | 8 +++++++-
13 .../Pod-Xhtml/{Pod-Xhtml-1.59.ebuild => Pod-Xhtml-1.61.ebuild} | 5 +++--
14 2 files changed, 10 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-perl/Pod-Xhtml/ChangeLog b/dev-perl/Pod-Xhtml/ChangeLog
17 index be3bae4..7da007f 100644
18 --- a/dev-perl/Pod-Xhtml/ChangeLog
19 +++ b/dev-perl/Pod-Xhtml/ChangeLog
20 @@ -1,7 +1,13 @@
21 # ChangeLog for dev-perl/Pod-Xhtml
22 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
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 diff --git a/dev-perl/Pod-Xhtml/Pod-Xhtml-1.59.ebuild b/dev-perl/Pod-Xhtml/Pod-Xhtml-1.61.ebuild
37 similarity index 81%
38 rename from dev-perl/Pod-Xhtml/Pod-Xhtml-1.59.ebuild
39 rename to dev-perl/Pod-Xhtml/Pod-Xhtml-1.61.ebuild
40 index a687ae3..d098137 100644
41 --- a/dev-perl/Pod-Xhtml/Pod-Xhtml-1.59.ebuild
42 +++ b/dev-perl/Pod-Xhtml/Pod-Xhtml-1.61.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2009 Gentoo Foundation
45 +# Copyright 1999-2010 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47 # $Header: $
48
49 @@ -15,7 +15,8 @@ KEYWORDS="~amd64 ~x86"
50 SRC_TEST="do"
51
52 IUSE="test"
53 -RDEPEND="virtual/perl-PodParser"
54 +RDEPEND="virtual/perl-PodParser
55 + dev-perl/URI"
56 DEPEND="${RDEPEND}
57 test? (
58 virtual/perl-Test-Simple