diff options
author | Torsten Veller <tove@gentoo.org> | 2009-01-23 09:04:37 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-01-23 09:04:37 +0000 |
commit | e724c21c0a4a681aa6d0188cb66f75d4303971d3 (patch) | |
tree | 01abfc79b024d46512d0fc6d0e20b1c4cf55b998 /virtual | |
parent | Version bump (diff) | |
download | gentoo-2-e724c21c0a4a681aa6d0188cb66f75d4303971d3.tar.gz gentoo-2-e724c21c0a4a681aa6d0188cb66f75d4303971d3.tar.bz2 gentoo-2-e724c21c0a4a681aa6d0188cb66f75d4303971d3.zip |
Version bump
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-PodParser/ChangeLog | 9 | ||||
-rw-r--r-- | virtual/perl-PodParser/perl-PodParser-1.36.ebuild | 15 |
2 files changed, 22 insertions, 2 deletions
diff --git a/virtual/perl-PodParser/ChangeLog b/virtual/perl-PodParser/ChangeLog index cf575001defc..a198b8e25fda 100644 --- a/virtual/perl-PodParser/ChangeLog +++ b/virtual/perl-PodParser/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/perl-PodParser -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-PodParser/ChangeLog,v 1.29 2008/06/07 08:22:36 aballier Exp $ +# 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 $ + +*perl-PodParser-1.36 (23 Jan 2009) + + 23 Jan 2009; Torsten Veller <tove@gentoo.org> +perl-PodParser-1.36.ebuild: + Version bump 07 Jun 2008; Alexis Ballier <aballier@gentoo.org> perl-PodParser-1.35.ebuild: diff --git a/virtual/perl-PodParser/perl-PodParser-1.36.ebuild b/virtual/perl-PodParser/perl-PodParser-1.36.ebuild new file mode 100644 index 000000000000..71d1e7f31560 --- /dev/null +++ b/virtual/perl-PodParser/perl-PodParser-1.36.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.36.ebuild,v 1.1 2009/01/23 09:04:37 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}" |