diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-01-13 16:02:15 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-01-13 16:02:15 +0000 |
commit | 8db5135ce785045dc88aa0e03a4142b7ef74e2e0 (patch) | |
tree | bc6a841e216da7b306381fec127a114e6074c24d /perl-core | |
parent | Remove 2.5.5 (diff) | |
download | historical-8db5135ce785045dc88aa0e03a4142b7ef74e2e0.tar.gz historical-8db5135ce785045dc88aa0e03a4142b7ef74e2e0.tar.bz2 historical-8db5135ce785045dc88aa0e03a4142b7ef74e2e0.zip |
Version bump
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/PodParser/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/PodParser/Manifest | 12 | ||||
-rw-r--r-- | perl-core/PodParser/PodParser-1.32.ebuild | 18 | ||||
-rw-r--r-- | perl-core/PodParser/files/digest-PodParser-1.32 | 1 |
4 files changed, 33 insertions, 6 deletions
diff --git a/perl-core/PodParser/ChangeLog b/perl-core/PodParser/ChangeLog index d0b4d67f0861..629e2eaa3204 100644 --- a/perl-core/PodParser/ChangeLog +++ b/perl-core/PodParser/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/PodParser # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/ChangeLog,v 1.4 2006/01/11 09:29:12 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/ChangeLog,v 1.5 2006/01/13 16:02:15 mcummings Exp $ + +*PodParser-1.32 (13 Jan 2006) + + 13 Jan 2006; Michael Cummings <mcummings@gentoo.org> + +PodParser-1.32.ebuild: + Version bump 11 Jan 2006; <mcumming@gentoo.org> PodParser-1.28.ebuild, PodParser-1.30.ebuild: diff --git a/perl-core/PodParser/Manifest b/perl-core/PodParser/Manifest index b408bde71fe7..7e5951c67aba 100644 --- a/perl-core/PodParser/Manifest +++ b/perl-core/PodParser/Manifest @@ -1,16 +1,18 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 87d49997ebb85c3125799233dfade4ab ChangeLog 2330 +MD5 e9423a9888164b2c29fba583349b8e4b ChangeLog 2458 MD5 ab36ff18c942ef3b152e44ed2dcbdc44 PodParser-1.28.ebuild 577 MD5 4f8adb561d580f283c6db84c57daa634 PodParser-1.30.ebuild 642 +MD5 9d5452040616811ad4185dc50ee1fd4d PodParser-1.32.ebuild 652 MD5 a116f238f9e58252d2a2eac7fa4192ea files/digest-PodParser-1.28 65 MD5 2206f7a4b5f1846a5ab56c6927a7a686 files/digest-PodParser-1.30 66 +MD5 284b158c172bfa7b09e801a868af971f files/digest-PodParser-1.32 66 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) +Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFDxM/ytG5z4I8BtQoRAsclAJkBkwP2nWcC/oqrsVXMGfslBYSjfACfVvrH -KPaL/ZACVEj0kLdcohzsJ0M= -=JuhC +iD8DBQFDx88MtG5z4I8BtQoRAiqUAJ43kvlh0o2s/pyM9iypzShGQQlJUACdHK6c +JN9BadzsWyYytV/FrfdVt0k= +=AnIG -----END PGP SIGNATURE----- diff --git a/perl-core/PodParser/PodParser-1.32.ebuild b/perl-core/PodParser/PodParser-1.32.ebuild new file mode 100644 index 000000000000..f6e8727cf556 --- /dev/null +++ b/perl-core/PodParser/PodParser-1.32.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/PodParser-1.32.ebuild,v 1.1 2006/01/13 16:02:15 mcummings Exp $ + +inherit perl-module +MY_P=Pod-Parser-${PV} +S=${WORKDIR}/${MY_P} + +DESCRIPTION="Base class for creating POD filters and translators" +HOMEPAGE="http://www.cpan.org/modules/by-authors/id/M/MA/MAREKR/${MY_P}.readme" +SRC_URI="mirror://cpan/authors/id/M/MA/MAREKR/${MY_P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +SRC_TEST="do" diff --git a/perl-core/PodParser/files/digest-PodParser-1.32 b/perl-core/PodParser/files/digest-PodParser-1.32 new file mode 100644 index 000000000000..32de8ed1272a --- /dev/null +++ b/perl-core/PodParser/files/digest-PodParser-1.32 @@ -0,0 +1 @@ +MD5 a55533301559ca3975ad32fc761dd735 Pod-Parser-1.32.tar.gz 93548 |