diff options
author | 2009-11-10 10:47:42 +0000 | |
---|---|---|
committer | 2009-11-10 10:47:42 +0000 | |
commit | 04711dc33ed98e6bdb6f49362d25cd623e2be404 (patch) | |
tree | 95dde446d91bc52e1cbb2a6fd7bf2205d0aa627d | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-04711dc33ed98e6bdb6f49362d25cd623e2be404.tar.gz gentoo-2-04711dc33ed98e6bdb6f49362d25cd623e2be404.tar.bz2 gentoo-2-04711dc33ed98e6bdb6f49362d25cd623e2be404.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
-rw-r--r-- | virtual/perl-Pod-Simple/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-Pod-Simple/perl-Pod-Simple-3.09.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-Pod-Simple/ChangeLog b/virtual/perl-Pod-Simple/ChangeLog index 50a1d1d9b4fd..2b13a84ed9dc 100644 --- a/virtual/perl-Pod-Simple/ChangeLog +++ b/virtual/perl-Pod-Simple/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-Pod-Simple # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Pod-Simple/ChangeLog,v 1.4 2009/08/25 10:56:47 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Pod-Simple/ChangeLog,v 1.5 2009/11/10 10:47:42 robbat2 Exp $ + +*perl-Pod-Simple-3.09 (10 Nov 2009) + + 10 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> + +perl-Pod-Simple-3.09.ebuild: + Version bump via perl-bump experimental tool. 25 Aug 2009; Torsten Veller <tove@gentoo.org> perl-Pod-Simple-3.07.ebuild: Add support for perl-5.10.1 diff --git a/virtual/perl-Pod-Simple/perl-Pod-Simple-3.09.ebuild b/virtual/perl-Pod-Simple/perl-Pod-Simple-3.09.ebuild new file mode 100644 index 000000000000..112e449611a8 --- /dev/null +++ b/virtual/perl-Pod-Simple/perl-Pod-Simple-3.09.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Pod-Simple/perl-Pod-Simple-3.09.ebuild,v 1.1 2009/11/10 10:47:42 robbat2 Exp $ + +DESCRIPTION="framework for parsing Pod" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="~perl-core/Pod-Simple-${PV}" |