diff options
author | 2010-04-29 06:33:57 +0000 | |
---|---|---|
committer | 2010-04-29 06:33:57 +0000 | |
commit | 80953b1c38c42364281011ecf27cd2d7ce4690ba (patch) | |
tree | 035a0dc94110a357c47f1d10471854fb723e9f30 /perl-core/Pod-Simple | |
parent | Version bump (diff) | |
download | gentoo-2-80953b1c38c42364281011ecf27cd2d7ce4690ba.tar.gz gentoo-2-80953b1c38c42364281011ecf27cd2d7ce4690ba.tar.bz2 gentoo-2-80953b1c38c42364281011ecf27cd2d7ce4690ba.zip |
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/Pod-Simple')
-rw-r--r-- | perl-core/Pod-Simple/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/Pod-Simple/Pod-Simple-3.14.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/perl-core/Pod-Simple/ChangeLog b/perl-core/Pod-Simple/ChangeLog index d7074ab204e4..f8eeac1ba87d 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/ChangeLog,v 1.15 2010/01/17 14:18:55 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/ChangeLog,v 1.16 2010/04/29 06:33:57 tove Exp $ + +*Pod-Simple-3.14 (29 Apr 2010) + + 29 Apr 2010; Torsten Veller <tove@gentoo.org> +Pod-Simple-3.14.ebuild: + Version bump 17 Jan 2010; Torsten Veller <tove@gentoo.org> -Pod-Simple-3.05.ebuild, -Pod-Simple-3.08.ebuild, -Pod-Simple-3.09.ebuild, -Pod-Simple-3.10.ebuild, diff --git a/perl-core/Pod-Simple/Pod-Simple-3.14.ebuild b/perl-core/Pod-Simple/Pod-Simple-3.14.ebuild new file mode 100644 index 000000000000..1fccc72fa9db --- /dev/null +++ b/perl-core/Pod-Simple/Pod-Simple-3.14.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 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.14.ebuild,v 1.1 2010/04/29 06:33:57 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=DWHEELER +inherit perl-module + +DESCRIPTION="Framework for parsing Pod" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" +IUSE="" + +DEPEND=">=virtual/perl-Pod-Escapes-1.04" +RDEPEND="${DEPEND}" + +SRC_TEST="do" |