summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2011-04-04 10:09:52 +1200
committerKent Fredric <kentfredric@gmail.com>2011-04-04 10:09:52 +1200
commit249174070ef4fad64ccbf7c5bed161f980205179 (patch)
tree5678a510d014e63242377e55726e274d4e07f2d3 /perl-core/Pod-LaTeX/Pod-LaTeX-0.590.0.ebuild
parent[added] experimental virtual for perl-core/NEXT (diff)
downloadperl-overlay-249174070ef4fad64ccbf7c5bed161f980205179.tar.gz
perl-overlay-249174070ef4fad64ccbf7c5bed161f980205179.tar.bz2
perl-overlay-249174070ef4fad64ccbf7c5bed161f980205179.zip
[migrate] perl-core/Pod-LaTeX ; me-- # not doing it earlier somehow
(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
Diffstat (limited to 'perl-core/Pod-LaTeX/Pod-LaTeX-0.590.0.ebuild')
-rw-r--r--perl-core/Pod-LaTeX/Pod-LaTeX-0.590.0.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/perl-core/Pod-LaTeX/Pod-LaTeX-0.590.0.ebuild b/perl-core/Pod-LaTeX/Pod-LaTeX-0.590.0.ebuild
new file mode 100644
index 000000000..f3bd0013c
--- /dev/null
+++ b/perl-core/Pod-LaTeX/Pod-LaTeX-0.590.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="3"
+MODULE_AUTHOR=TJENNESS
+MODULE_VERSION="0.59"
+inherit perl-module
+
+DESCRIPTION="Convert Pod data to formatted Latex"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+COMMON_DEPEND="
+ >=virtual/perl-PodParser-0.3
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ >=virtual/perl-Module-Build-0.36
+ test? ( virtual/perl-Test-Simple )
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"