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
This commit is contained in:
Kent Fredric
2017-12-28 15:56:41 +13:00
parent c3916a2b7e
commit 670e449626
2 changed files with 26 additions and 0 deletions

View File

@@ -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
"

View File

@@ -5,4 +5,8 @@
<email>perl@gentoo.org</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>