summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-30 18:47:32 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-30 18:47:32 +0000
commitd59b2144416622a786424c08e3175626a3cf47ca (patch)
treea92d9b87f3183d33b70e982f57c37707c0de7565 /perl-core/Pod-Simple/Pod-Simple-3.190.0.ebuild
parent[bump] dev-perl/DateTime-TimeZone-1.360.0 (diff)
downloadgentoo-2-d59b2144416622a786424c08e3175626a3cf47ca.tar.gz
gentoo-2-d59b2144416622a786424c08e3175626a3cf47ca.tar.bz2
gentoo-2-d59b2144416622a786424c08e3175626a3cf47ca.zip
[bump] perl-core/Pod-Simple-3.190.0
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/Pod-Simple/Pod-Simple-3.190.0.ebuild')
-rw-r--r--perl-core/Pod-Simple/Pod-Simple-3.190.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/perl-core/Pod-Simple/Pod-Simple-3.190.0.ebuild b/perl-core/Pod-Simple/Pod-Simple-3.190.0.ebuild
new file mode 100644
index 000000000000..9d55614b037f
--- /dev/null
+++ b/perl-core/Pod-Simple/Pod-Simple-3.190.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/Pod-Simple-3.190.0.ebuild,v 1.1 2011/08/30 18:47:32 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=DWHEELER
+MODULE_VERSION=3.19
+inherit perl-module
+
+DESCRIPTION="Framework for parsing Pod"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+DEPEND=">=virtual/perl-Pod-Escapes-1.04"
+RDEPEND="${DEPEND}"
+
+SRC_TEST="parallel"