diff options
author | Torsten Veller <tove@gentoo.org> | 2012-08-22 16:59:43 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-08-22 16:59:43 +0000 |
commit | 10c8f0a50fd315e9f7431149009815afcf47a07b (patch) | |
tree | 3ba7aa271e6c8047a00d4db79da2583c94abc04b /perl-core | |
parent | [bump] virtual/perl-Pod-Simple-3.230.0 (diff) | |
download | gentoo-2-10c8f0a50fd315e9f7431149009815afcf47a07b.tar.gz gentoo-2-10c8f0a50fd315e9f7431149009815afcf47a07b.tar.bz2 gentoo-2-10c8f0a50fd315e9f7431149009815afcf47a07b.zip |
[bump] perl-core/Pod-Simple-3.230.0
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Pod-Simple/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/Pod-Simple/Pod-Simple-3.230.0.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/perl-core/Pod-Simple/ChangeLog b/perl-core/Pod-Simple/ChangeLog index df9ff18c58f7..b86465fe24ca 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.42 2012/06/24 15:39:01 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/ChangeLog,v 1.43 2012/08/22 16:59:43 tove Exp $ + +*Pod-Simple-3.230.0 (22 Aug 2012) + + 22 Aug 2012; Torsten Veller <tove@gentoo.org> +Pod-Simple-3.230.0.ebuild: + Version bump 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/perl-core/Pod-Simple/Pod-Simple-3.230.0.ebuild b/perl-core/Pod-Simple/Pod-Simple-3.230.0.ebuild new file mode 100644 index 000000000000..18b24673fd83 --- /dev/null +++ b/perl-core/Pod-Simple/Pod-Simple-3.230.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.230.0.ebuild,v 1.1 2012/08/22 16:59:43 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DWHEELER +MODULE_VERSION=3.23 +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" |