From 8679503306254214c7654ed398f8f8bbe2a30fcd Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Thu, 5 Feb 2009 13:32:51 +0000 Subject: Version bump (Portage version: 2.2_rc23/cvs/Linux i686) --- perl-core/PodParser/ChangeLog | 7 ++++++- perl-core/PodParser/PodParser-1.37.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 perl-core/PodParser/PodParser-1.37.ebuild (limited to 'perl-core/PodParser') diff --git a/perl-core/PodParser/ChangeLog b/perl-core/PodParser/ChangeLog index 54324958e9b7..01831273f362 100644 --- a/perl-core/PodParser/ChangeLog +++ b/perl-core/PodParser/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/PodParser # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/ChangeLog,v 1.38 2009/01/23 09:04:16 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/ChangeLog,v 1.39 2009/02/05 13:32:51 tove Exp $ + +*PodParser-1.37 (05 Feb 2009) + + 05 Feb 2009; Torsten Veller +PodParser-1.37.ebuild: + Version bump *PodParser-1.36 (23 Jan 2009) diff --git a/perl-core/PodParser/PodParser-1.37.ebuild b/perl-core/PodParser/PodParser-1.37.ebuild new file mode 100644 index 000000000000..7c1b7d8eb2f2 --- /dev/null +++ b/perl-core/PodParser/PodParser-1.37.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/PodParser-1.37.ebuild,v 1.1 2009/02/05 13:32:51 tove Exp $ + +MODULE_AUTHOR=MAREKR +MY_PN=Pod-Parser +MY_P=${MY_PN}-${PV} + +inherit perl-module + +DESCRIPTION="Base class for creating POD filters and translators" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="dev-lang/perl" + +S=${WORKDIR}/${MY_P} + +SRC_TEST="do" -- cgit v1.2.3-65-gdbad