commit: 670e44962680f3afcb281c5287452bdfbdbb249c
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 02:56:41 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Dec 28 03:38:01 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=670e4496
dev-perl/Pod-LaTeX: EAPI6 + CPAN id's
- EAPI6ify
- Add missing remote CPAN id's.
Package-Manager: Portage-2.3.18, Repoman-2.3.6
dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild | 22 ++++++++++++++++++++++
dev-perl/Pod-LaTeX/metadata.xml | 4 ++++
2 files changed, 26 insertions(+)
diff --git a/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild
b/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild
new file mode 100644
index 00000000000..a9e4b2f7c1e
--- /dev/null
+++ b/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=TJENNESS
+DIST_VERSION=0.61
+inherit perl-module
+
+DESCRIPTION="Convert Pod data to formatted LaTeX"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="
+ virtual/perl-Pod-Parser
+ virtual/perl-if
+"
+DEPEND="${RDEPEND}
+ dev-perl/Module-Build
+"
diff --git a/dev-perl/Pod-LaTeX/metadata.xml b/dev-perl/Pod-LaTeX/metadata.xml
index 2b9a936fc0a..b054086afcd 100644
--- a/dev-perl/Pod-LaTeX/metadata.xml
+++ b/dev-perl/Pod-LaTeX/metadata.xml
@@ -5,4 +5,8 @@
<email>[email protected]</email>
<name>Gentoo Perl Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="cpan">Pod-LaTeX</remote-id>
+ <remote-id type="cpan-module">Pod::LaTeX</remote-id>
+ </upstream>
</pkgmetadata>