diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-11-06 17:08:29 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-11-06 17:08:29 +0000 |
commit | 5ec247801d1f7eec8764d1df1381f3ab73bc4e79 (patch) | |
tree | 17868f0ea92dcff0901bf69f9a3a0c39ae7752b0 /virtual | |
parent | s/--enable-ld-script/--enable-ld-version-script/ (diff) | |
download | gentoo-2-5ec247801d1f7eec8764d1df1381f3ab73bc4e79.tar.gz gentoo-2-5ec247801d1f7eec8764d1df1381f3ab73bc4e79.tar.bz2 gentoo-2-5ec247801d1f7eec8764d1df1381f3ab73bc4e79.zip |
Version bump
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-PodParser/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-PodParser/files/digest-perl-PodParser-1.35 | 0 | ||||
-rw-r--r-- | virtual/perl-PodParser/perl-PodParser-1.35.ebuild | 15 |
3 files changed, 22 insertions, 1 deletions
diff --git a/virtual/perl-PodParser/ChangeLog b/virtual/perl-PodParser/ChangeLog index 001f7c8c8318..1bd067defcb4 100644 --- a/virtual/perl-PodParser/ChangeLog +++ b/virtual/perl-PodParser/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-PodParser # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-PodParser/ChangeLog,v 1.16 2006/10/25 02:38:34 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-PodParser/ChangeLog,v 1.17 2006/11/06 17:08:29 mcummings Exp $ + +*perl-PodParser-1.35 (06 Nov 2006) + + 06 Nov 2006; Michael Cummings <mcummings@gentoo.org> + +perl-PodParser-1.35.ebuild: + Version bump 25 Oct 2006; Michael Cummings <mcummings@gentoo.org> -perl-PodParser-1.30.ebuild: diff --git a/virtual/perl-PodParser/files/digest-perl-PodParser-1.35 b/virtual/perl-PodParser/files/digest-perl-PodParser-1.35 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/virtual/perl-PodParser/files/digest-perl-PodParser-1.35 diff --git a/virtual/perl-PodParser/perl-PodParser-1.35.ebuild b/virtual/perl-PodParser/perl-PodParser-1.35.ebuild new file mode 100644 index 000000000000..4536f98a639e --- /dev/null +++ b/virtual/perl-PodParser/perl-PodParser-1.35.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-PodParser/perl-PodParser-1.35.ebuild,v 1.1 2006/11/06 17:08:29 mcummings 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 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="~perl-core/PodParser-${PV}" |