summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-01-11 09:29:13 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-01-11 09:29:13 +0000
commiteadd3242ef0cb477b494c864ef34b04c2ac00a33 (patch)
tree58306fd732e65f56d712d11c8d63e000f4ec514d /perl-core/PodParser
parentadded remote-completion-false.patch from upstream. Changed back to using syst... (diff)
downloadhistorical-eadd3242ef0cb477b494c864ef34b04c2ac00a33.tar.gz
historical-eadd3242ef0cb477b494c864ef34b04c2ac00a33.tar.bz2
historical-eadd3242ef0cb477b494c864ef34b04c2ac00a33.zip
DESCRIPTION fix, thanx Beau
Package-Manager: portage-2.0.53
Diffstat (limited to 'perl-core/PodParser')
-rw-r--r--perl-core/PodParser/ChangeLog6
-rw-r--r--perl-core/PodParser/Manifest16
-rw-r--r--perl-core/PodParser/PodParser-1.28.ebuild6
-rw-r--r--perl-core/PodParser/PodParser-1.30.ebuild4
4 files changed, 23 insertions, 9 deletions
diff --git a/perl-core/PodParser/ChangeLog b/perl-core/PodParser/ChangeLog
index d4319b171fe4..d0b4d67f0861 100644
--- a/perl-core/PodParser/ChangeLog
+++ b/perl-core/PodParser/ChangeLog
@@ -1,6 +1,10 @@
# 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.3 2006/01/02 16:48:19 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/ChangeLog,v 1.4 2006/01/11 09:29:12 mcummings Exp $
+
+ 11 Jan 2006; <mcumming@gentoo.org> PodParser-1.28.ebuild,
+ PodParser-1.30.ebuild:
+ DESCRIPTION fix, thanx Beau
02 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> PodParser-1.30.ebuild:
Stable on ppc.
diff --git a/perl-core/PodParser/Manifest b/perl-core/PodParser/Manifest
index 1b032ae6c56b..b408bde71fe7 100644
--- a/perl-core/PodParser/Manifest
+++ b/perl-core/PodParser/Manifest
@@ -1,6 +1,16 @@
-MD5 5bb42a6aabe6d54297b7a501f124c2c8 ChangeLog 2211
-MD5 99cf6bd36db940d7ad8f62ce3123298e PodParser-1.28.ebuild 568
-MD5 379405462dd6be312a488d19300aee5d PodParser-1.30.ebuild 630
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 87d49997ebb85c3125799233dfade4ab ChangeLog 2330
+MD5 ab36ff18c942ef3b152e44ed2dcbdc44 PodParser-1.28.ebuild 577
+MD5 4f8adb561d580f283c6db84c57daa634 PodParser-1.30.ebuild 642
MD5 a116f238f9e58252d2a2eac7fa4192ea files/digest-PodParser-1.28 65
MD5 2206f7a4b5f1846a5ab56c6927a7a686 files/digest-PodParser-1.30 66
MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDxM/ytG5z4I8BtQoRAsclAJkBkwP2nWcC/oqrsVXMGfslBYSjfACfVvrH
+KPaL/ZACVEj0kLdcohzsJ0M=
+=JuhC
+-----END PGP SIGNATURE-----
diff --git a/perl-core/PodParser/PodParser-1.28.ebuild b/perl-core/PodParser/PodParser-1.28.ebuild
index c778a21f9ee4..4bc276601942 100644
--- a/perl-core/PodParser/PodParser-1.28.ebuild
+++ b/perl-core/PodParser/PodParser-1.28.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2005 Gentoo Foundation
+# 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.28.ebuild,v 1.1 2005/12/30 10:39:21 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/PodParser-1.28.ebuild,v 1.2 2006/01/11 09:29:13 mcummings Exp $
inherit perl-module
-DESCRIPTION="Print Usage messages based on your own pod"
+DESCRIPTION="Base class for creating POD filters and translators"
HOMEPAGE="http://www.cpan.org/modules/by-authors/id/M/MA/MAREKR/${P}.readme"
SRC_URI="mirror://cpan/authors/id/M/MA/MAREKR/${P}.tar.gz"
diff --git a/perl-core/PodParser/PodParser-1.30.ebuild b/perl-core/PodParser/PodParser-1.30.ebuild
index bbd6c9cf1228..4bc3e719d9ee 100644
--- a/perl-core/PodParser/PodParser-1.30.ebuild
+++ b/perl-core/PodParser/PodParser-1.30.ebuild
@@ -1,12 +1,12 @@
# 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.30.ebuild,v 1.4 2006/01/02 16:48:19 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/PodParser-1.30.ebuild,v 1.5 2006/01/11 09:29:13 mcummings Exp $
inherit perl-module
MY_P=Pod-Parser-${PV}
S=${WORKDIR}/${MY_P}
-DESCRIPTION="Print Usage messages based on your own pod"
+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"