diff options
author | Torsten Veller <tove@gentoo.org> | 2010-11-15 08:53:08 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-11-15 08:53:08 +0000 |
commit | 7e3e273ca6679d391d176071d6f784675cfc02f1 (patch) | |
tree | 3f59057e30b28b21b5f412e852cb4f6b5ef4caab /virtual/perl-Pod-Simple | |
parent | Version bump (diff) | |
download | gentoo-2-7e3e273ca6679d391d176071d6f784675cfc02f1.tar.gz gentoo-2-7e3e273ca6679d391d176071d6f784675cfc02f1.tar.bz2 gentoo-2-7e3e273ca6679d391d176071d6f784675cfc02f1.zip |
Version bump
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'virtual/perl-Pod-Simple')
-rw-r--r-- | virtual/perl-Pod-Simple/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-Pod-Simple/perl-Pod-Simple-3.15.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-Pod-Simple/ChangeLog b/virtual/perl-Pod-Simple/ChangeLog index 4a6aa73f88c1..ce4e55080fc3 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Pod-Simple/ChangeLog,v 1.29 2010/10/22 18:24:41 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Pod-Simple/ChangeLog,v 1.30 2010/11/15 08:53:08 tove Exp $ + +*perl-Pod-Simple-3.15 (15 Nov 2010) + + 15 Nov 2010; Torsten Veller <tove@gentoo.org> + +perl-Pod-Simple-3.15.ebuild: + Version bump 22 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> perl-Pod-Simple-3.14.ebuild: diff --git a/virtual/perl-Pod-Simple/perl-Pod-Simple-3.15.ebuild b/virtual/perl-Pod-Simple/perl-Pod-Simple-3.15.ebuild new file mode 100644 index 000000000000..391cc97de32c --- /dev/null +++ b/virtual/perl-Pod-Simple/perl-Pod-Simple-3.15.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2010 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.15.ebuild,v 1.1 2010/11/15 08:53:08 tove Exp $ + +DESCRIPTION="Virtual for Pod-Simple" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +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="" + +RDEPEND="~perl-core/Pod-Simple-${PV}" |