diff options
author | Torsten Veller <tove@gentoo.org> | 2009-01-23 09:04:16 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-01-23 09:04:16 +0000 |
commit | 27428194a74c570112d7c8869d0fe979115cf65c (patch) | |
tree | beaff7270e6ee44fc0eecf33f7a828faca6d2268 /perl-core | |
parent | Fix gcc-4.3 bug #251120 (diff) | |
download | gentoo-2-27428194a74c570112d7c8869d0fe979115cf65c.tar.gz gentoo-2-27428194a74c570112d7c8869d0fe979115cf65c.tar.bz2 gentoo-2-27428194a74c570112d7c8869d0fe979115cf65c.zip |
Version bump
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/PodParser/ChangeLog | 9 | ||||
-rw-r--r-- | perl-core/PodParser/PodParser-1.36.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/perl-core/PodParser/ChangeLog b/perl-core/PodParser/ChangeLog index d8141954704c..54324958e9b7 100644 --- a/perl-core/PodParser/ChangeLog +++ b/perl-core/PodParser/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/PodParser -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/ChangeLog,v 1.37 2008/03/28 06:58:25 jer Exp $ +# 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 $ + +*PodParser-1.36 (23 Jan 2009) + + 23 Jan 2009; Torsten Veller <tove@gentoo.org> +PodParser-1.36.ebuild: + Version bump 28 Mar 2008; Jeroen Roovers <jer@gentoo.org> PodParser-1.35.ebuild: Stable for HPPA too. diff --git a/perl-core/PodParser/PodParser-1.36.ebuild b/perl-core/PodParser/PodParser-1.36.ebuild new file mode 100644 index 000000000000..af726c089223 --- /dev/null +++ b/perl-core/PodParser/PodParser-1.36.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.36.ebuild,v 1.1 2009/01/23 09:04:16 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" |