diff options
author | 2009-02-05 13:33:26 +0000 | |
---|---|---|
committer | 2009-02-05 13:33:26 +0000 | |
commit | 981314ff858e08ff55ed1b4c1f600b5e7663d493 (patch) | |
tree | 3f9596c28931a597443772de2da1cb9ecb26266a /virtual | |
parent | Version bump (diff) | |
download | gentoo-2-981314ff858e08ff55ed1b4c1f600b5e7663d493.tar.gz gentoo-2-981314ff858e08ff55ed1b4c1f600b5e7663d493.tar.bz2 gentoo-2-981314ff858e08ff55ed1b4c1f600b5e7663d493.zip |
Version bump
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-PodParser/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/perl-PodParser/perl-PodParser-1.37.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-PodParser/ChangeLog b/virtual/perl-PodParser/ChangeLog index a198b8e25fda..fdefe6e6b08e 100644 --- a/virtual/perl-PodParser/ChangeLog +++ b/virtual/perl-PodParser/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/perl-PodParser # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-PodParser/ChangeLog,v 1.30 2009/01/23 09:04:37 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-PodParser/ChangeLog,v 1.31 2009/02/05 13:33:26 tove Exp $ + +*perl-PodParser-1.37 (05 Feb 2009) + + 05 Feb 2009; Torsten Veller <tove@gentoo.org> +perl-PodParser-1.37.ebuild: + Version bump *perl-PodParser-1.36 (23 Jan 2009) diff --git a/virtual/perl-PodParser/perl-PodParser-1.37.ebuild b/virtual/perl-PodParser/perl-PodParser-1.37.ebuild new file mode 100644 index 000000000000..f18b71d5e0ae --- /dev/null +++ b/virtual/perl-PodParser/perl-PodParser-1.37.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-PodParser/perl-PodParser-1.37.ebuild,v 1.1 2009/02/05 13:33:26 tove Exp $ + +DESCRIPTION="Virtual for PodParser" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="" +RDEPEND="~perl-core/PodParser-${PV}" |