diff options
author | Torsten Veller <tove@gentoo.org> | 2009-12-18 11:54:30 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-12-18 11:54:30 +0000 |
commit | 2174c5ddbf95958d572ba8452b355bba1d30a6da (patch) | |
tree | 751fd3ba72fcc503a92b353c412ec85e964339af /perl-core/Pod-Simple | |
parent | remove enblend-4.0 rc masking as final version is in tree (diff) | |
download | gentoo-2-2174c5ddbf95958d572ba8452b355bba1d30a6da.tar.gz gentoo-2-2174c5ddbf95958d572ba8452b355bba1d30a6da.tar.bz2 gentoo-2-2174c5ddbf95958d572ba8452b355bba1d30a6da.zip |
Version bump
(Portage version: 2.2_rc59/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.13.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/perl-core/Pod-Simple/ChangeLog b/perl-core/Pod-Simple/ChangeLog index 8218b2dcceff..6b3da47b310c 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/ChangeLog,v 1.12 2009/12/16 21:55:57 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/ChangeLog,v 1.13 2009/12/18 11:54:30 tove Exp $ + +*Pod-Simple-3.13 (18 Dec 2009) + + 18 Dec 2009; Torsten Veller <tove@gentoo.org> +Pod-Simple-3.13.ebuild: + Version bump 16 Dec 2009; Jonathan Callen <abcd@gentoo.org> Pod-Simple-3.07.ebuild, Pod-Simple-3.08.ebuild, Pod-Simple-3.10.ebuild, Pod-Simple-3.11.ebuild: diff --git a/perl-core/Pod-Simple/Pod-Simple-3.13.ebuild b/perl-core/Pod-Simple/Pod-Simple-3.13.ebuild new file mode 100644 index 000000000000..3ab407d7c27b --- /dev/null +++ b/perl-core/Pod-Simple/Pod-Simple-3.13.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 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.13.ebuild,v 1.1 2009/12/18 11:54:30 tove Exp $ + +EAPI=2 + +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" |