diff options
author | Torsten Veller <tove@gentoo.org> | 2009-02-05 13:32:51 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-02-05 13:32:51 +0000 |
commit | 8679503306254214c7654ed398f8f8bbe2a30fcd (patch) | |
tree | 78155a4fec2d54b365e3f7194ba2bdfc2adce12a /perl-core/PodParser | |
parent | Add ~amd64 keyword (diff) | |
download | gentoo-2-8679503306254214c7654ed398f8f8bbe2a30fcd.tar.gz gentoo-2-8679503306254214c7654ed398f8f8bbe2a30fcd.tar.bz2 gentoo-2-8679503306254214c7654ed398f8f8bbe2a30fcd.zip |
Version bump
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'perl-core/PodParser')
-rw-r--r-- | perl-core/PodParser/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/PodParser/PodParser-1.37.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
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 <tove@gentoo.org> +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" |