summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-05-26 12:24:04 +0000
committerTorsten Veller <tove@gentoo.org>2012-05-26 12:24:04 +0000
commit4b848896ffe70b2b430a743f4e9a6b69f4dba18c (patch)
treed11630c5395ac3f5495c107a934de4409206fa4e /perl-core/Pod-Simple
parentVersion bump. #416905 (diff)
downloadgentoo-2-4b848896ffe70b2b430a743f4e9a6b69f4dba18c.tar.gz
gentoo-2-4b848896ffe70b2b430a743f4e9a6b69f4dba18c.tar.bz2
gentoo-2-4b848896ffe70b2b430a743f4e9a6b69f4dba18c.zip
[bump] perl-core/Pod-Simple-3.210.0
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/Pod-Simple')
-rw-r--r--perl-core/Pod-Simple/ChangeLog7
-rw-r--r--perl-core/Pod-Simple/Pod-Simple-3.210.0.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/perl-core/Pod-Simple/ChangeLog b/perl-core/Pod-Simple/ChangeLog
index f490b9074f51..e3eb990b126b 100644
--- a/perl-core/Pod-Simple/ChangeLog
+++ b/perl-core/Pod-Simple/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for perl-core/Pod-Simple
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/ChangeLog,v 1.39 2012/04/28 01:49:39 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/ChangeLog,v 1.40 2012/05/26 12:24:04 tove Exp $
+
+*Pod-Simple-3.210.0 (26 May 2012)
+
+ 26 May 2012; Torsten Veller <tove@gentoo.org> +Pod-Simple-3.210.0.ebuild:
+ Version bump
28 Apr 2012; Alexis Ballier <aballier@gentoo.org> Pod-Simple-3.200.0.ebuild:
keyword ~amd64-fbsd
diff --git a/perl-core/Pod-Simple/Pod-Simple-3.210.0.ebuild b/perl-core/Pod-Simple/Pod-Simple-3.210.0.ebuild
new file mode 100644
index 000000000000..63c41233d9a3
--- /dev/null
+++ b/perl-core/Pod-Simple/Pod-Simple-3.210.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2012 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.210.0.ebuild,v 1.1 2012/05/26 12:24:04 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=DWHEELER
+MODULE_VERSION=3.21
+inherit perl-module
+
+DESCRIPTION="Framework for parsing Pod"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~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"