commit: 0a0bc8a4a1d1887dea3d63cf10c0486d96704e72
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jul 22 02:28:55 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jul 22 02:28:55 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0a0bc8a4
[fixup] dev-perl/pod2pdf PodParser -> Pod-Parser
Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820
---
dev-perl/pod2pdf/ChangeLog | 8 +++++++-
dev-perl/pod2pdf/{pod2pdf-0.42.ebuild => pod2pdf-0.42-r1.ebuild} | 4 ++--
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/dev-perl/pod2pdf/ChangeLog b/dev-perl/pod2pdf/ChangeLog
index 47fc7f2..33366a7 100644
--- a/dev-perl/pod2pdf/ChangeLog
+++ b/dev-perl/pod2pdf/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/pod2pdf
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*pod2pdf-0.42-r1 (22 Jul 2014)
+
+ 22 Jul 2014; Kent Fredric <[email protected]> -pod2pdf-0.42.ebuild,
+ +pod2pdf-0.42-r1.ebuild:
+ PodParser -> Pod-Parser
+
*pod2pdf-0.42 (06 Nov 2010)
06 Nov 2010; Torsten Veller <[email protected]> +pod2pdf-0.42.ebuild,
diff --git a/dev-perl/pod2pdf/pod2pdf-0.42.ebuild
b/dev-perl/pod2pdf/pod2pdf-0.42-r1.ebuild
similarity index 86%
rename from dev-perl/pod2pdf/pod2pdf-0.42.ebuild
rename to dev-perl/pod2pdf/pod2pdf-0.42-r1.ebuild
index 6a1a6b2..8e5dae5 100644
--- a/dev-perl/pod2pdf/pod2pdf-0.42.ebuild
+++ b/dev-perl/pod2pdf/pod2pdf-0.42-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -19,7 +19,7 @@ RDEPEND="
dev-perl/PDF-API2
virtual/perl-Pod-Escapes
virtual/perl-podlators
- virtual/perl-PodParser
+ virtual/perl-Pod-Parser
dev-perl/File-Type
dev-perl/ImageSize
"