From d01b66f6bb7479e1920107a1916e3edd8c228164 Mon Sep 17 00:00:00 2001
From: Chris White <chriswhite@gentoo.org>
Date: Tue, 14 Mar 2006 20:19:28 +0000
Subject: amd64 stable for 1.30. Removed old 1.28. ([amd64 workstation] Portage
 version: 2.0.54)

---
 perl-core/PodParser/ChangeLog                   |  6 +++++-
 perl-core/PodParser/Manifest                    | 16 ++++++++++++----
 perl-core/PodParser/PodParser-1.28.ebuild       | 16 ----------------
 perl-core/PodParser/PodParser-1.30.ebuild       |  6 +++---
 perl-core/PodParser/files/digest-PodParser-1.28 |  1 -
 5 files changed, 20 insertions(+), 25 deletions(-)
 delete mode 100644 perl-core/PodParser/PodParser-1.28.ebuild
 delete mode 100644 perl-core/PodParser/files/digest-PodParser-1.28

(limited to 'perl-core/PodParser')

diff --git a/perl-core/PodParser/ChangeLog b/perl-core/PodParser/ChangeLog
index 320b8c324cef..6f61bb726c30 100644
--- a/perl-core/PodParser/ChangeLog
+++ b/perl-core/PodParser/ChangeLog
@@ -1,6 +1,10 @@
 # ChangeLog for perl-core/PodParser
 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/ChangeLog,v 1.8 2006/02/25 23:38:46 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/ChangeLog,v 1.9 2006/03/14 20:19:28 chriswhite Exp $
+
+  14 Mar 2006; Chris White <chriswhite@gentoo.org> -PodParser-1.28.ebuild,
+  PodParser-1.30.ebuild:
+  amd64 stable for 1.30. Removed old 1.28.
 
   25 Feb 2006; Joshua Kinard <kumba@gentoo.org> PodParser-1.30.ebuild:
   Marked stable on mips.
diff --git a/perl-core/PodParser/Manifest b/perl-core/PodParser/Manifest
index 55b183c1cb6a..c2709fb1927d 100644
--- a/perl-core/PodParser/Manifest
+++ b/perl-core/PodParser/Manifest
@@ -1,8 +1,16 @@
-MD5 abd623a8b7415b2f576b2c60b5e67951 ChangeLog 2654
-MD5 ab36ff18c942ef3b152e44ed2dcbdc44 PodParser-1.28.ebuild 577
-MD5 a281d839be41989bdd7274c95a384120 PodParser-1.30.ebuild 636
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 1d3aa53ea88890f532ab1fc9e9f375bc ChangeLog 2803
+MD5 7f8e01fca672b13696b21dcdb87561d7 PodParser-1.30.ebuild 647
 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.1 (GNU/Linux)
+
+iD8DBQFEFyVWFdQwWVoAgN4RAsKeAJ9RwISIbyELEEUoWmw+9aVnhsaXvQCfTxVa
+VDT8+imRo8N/c8SH1gGYfrg=
+=a92T
+-----END PGP SIGNATURE-----
diff --git a/perl-core/PodParser/PodParser-1.28.ebuild b/perl-core/PodParser/PodParser-1.28.ebuild
deleted file mode 100644
index 4bc276601942..000000000000
--- a/perl-core/PodParser/PodParser-1.28.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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.2 2006/01/11 09:29:13 mcummings Exp $
-
-inherit perl-module
-
-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"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86"
-IUSE=""
-
-SRC_TEST="do"
diff --git a/perl-core/PodParser/PodParser-1.30.ebuild b/perl-core/PodParser/PodParser-1.30.ebuild
index 1b22cae766d3..4c2a3cc25cb9 100644
--- a/perl-core/PodParser/PodParser-1.30.ebuild
+++ b/perl-core/PodParser/PodParser-1.30.ebuild
@@ -1,18 +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.30.ebuild,v 1.7 2006/02/25 23:38:46 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/PodParser-1.30.ebuild,v 1.8 2006/03/14 20:19:28 chriswhite 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"
+HOMEPAGE="http://www.cpan.org/modules/by-authors/id/M/MA/MAREKR/PodParser-1.30.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"
+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.28 b/perl-core/PodParser/files/digest-PodParser-1.28
deleted file mode 100644
index 963089f04a2e..000000000000
--- a/perl-core/PodParser/files/digest-PodParser-1.28
+++ /dev/null
@@ -1 +0,0 @@
-MD5 82b26c8cef5ef2bea0d7bf0294682382 PodParser-1.28.tar.gz 91327
-- 
cgit v1.2.3-65-gdbad