summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-04-29 15:05:27 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-04-29 15:05:27 +0000
commit18101c709fbe5fa586c4ce1f1140f00c9f8a940b (patch)
tree612efa7da1c7138ecc5ced06804dfba816f58613 /dev-perl
parentversion bump (diff)
downloadgentoo-2-18101c709fbe5fa586c4ce1f1140f00c9f8a940b.tar.gz
gentoo-2-18101c709fbe5fa586c4ce1f1140f00c9f8a940b.tar.bz2
gentoo-2-18101c709fbe5fa586c4ce1f1140f00c9f8a940b.zip
cleaning
(Portage version: 2.0.51.20-r4)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Text-Aspell/ChangeLog7
-rw-r--r--dev-perl/Text-Aspell/Manifest6
-rw-r--r--dev-perl/Text-Aspell/Text-Aspell-0.02.ebuild16
-rw-r--r--dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild4
-rw-r--r--dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild6
-rw-r--r--dev-perl/Text-Aspell/files/digest-Text-Aspell-0.021
-rw-r--r--dev-perl/Text-Diff/ChangeLog6
-rw-r--r--dev-perl/Text-Diff/Manifest12
-rw-r--r--dev-perl/Text-Diff/Text-Diff-0.35.ebuild4
-rw-r--r--dev-perl/Text-Glob/ChangeLog6
-rw-r--r--dev-perl/Text-Glob/Manifest12
-rw-r--r--dev-perl/Text-Glob/Text-Glob-0.05.ebuild16
-rw-r--r--dev-perl/Text-Glob/files/digest-Text-Glob-0.051
13 files changed, 26 insertions, 71 deletions
diff --git a/dev-perl/Text-Aspell/ChangeLog b/dev-perl/Text-Aspell/ChangeLog
index 1b732d5d6bd2..61c974389b23 100644
--- a/dev-perl/Text-Aspell/ChangeLog
+++ b/dev-perl/Text-Aspell/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Text-Aspell
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/ChangeLog,v 1.8 2005/04/22 12:41:48 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/ChangeLog,v 1.9 2005/04/29 15:01:51 mcummings Exp $
+
+ 29 Apr 2005; Michael Cummings <mcummings@gentoo.org>
+ -Text-Aspell-0.02.ebuild, Text-Aspell-0.03.ebuild,
+ Text-Aspell-0.04.ebuild:
+ Cleaning for mirror syntax
22 Apr 2005; Simon Stelling <blubb@gentoo.org> Text-Aspell-0.03.ebuild:
stable on amd64
diff --git a/dev-perl/Text-Aspell/Manifest b/dev-perl/Text-Aspell/Manifest
index c8a4fea6990d..a522399997ba 100644
--- a/dev-perl/Text-Aspell/Manifest
+++ b/dev-perl/Text-Aspell/Manifest
@@ -1,8 +1,6 @@
MD5 5db3bdcf8fbeed1d179010d8b9b3f8d9 ChangeLog 1056
-MD5 598f3c3fbbff8bec2f63dfbd3b84cfc0 Text-Aspell-0.02.ebuild 579
-MD5 eb234f3e1f716689b4625ef4c08286e6 Text-Aspell-0.03.ebuild 577
-MD5 e970c0c06b43d2a004414c2923ea0e59 Text-Aspell-0.04.ebuild 594
+MD5 80126fec8cb98ffe2aa713517ebd591a Text-Aspell-0.03.ebuild 560
+MD5 cd57ae326e84293f71fcc409437e02be Text-Aspell-0.04.ebuild 576
MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
-MD5 db4f74204d8345671537cc577b0e4192 files/digest-Text-Aspell-0.02 66
MD5 59e100dfc5083756c580fbe998e3dcb9 files/digest-Text-Aspell-0.03 66
MD5 a07055db1076492cf241cfe06b695920 files/digest-Text-Aspell-0.04 67
diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.02.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.02.ebuild
deleted file mode 100644
index e6633eb49427..000000000000
--- a/dev-perl/Text-Aspell/Text-Aspell-0.02.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.02.ebuild,v 1.7 2004/10/16 23:57:23 rac Exp $
-
-inherit perl-module
-
-DESCRIPTION="Perl interface to the GNU Aspell Library"
-SRC_URI="http://www.cpan.org/modules/by-authors/id/H/HA/HANK/${P}.tar.gz"
-HOMEPAGE="http://www.cpan.org/modules/by-authors/id/H/HA/HANK/${P}.readme"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~x86 ~amd64 ~alpha ~hppa ~mips ~ppc ~sparc"
-IUSE=""
-
-DEPEND="app-text/aspell"
diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild
index 685bbc933047..9d490c0dae24 100644
--- a/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild
+++ b/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild,v 1.8 2005/04/22 12:41:48 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild,v 1.9 2005/04/29 15:01:51 mcummings Exp $
inherit perl-module
DESCRIPTION="Perl interface to the GNU Aspell Library"
-SRC_URI="http://www.cpan.org/modules/by-authors/id/H/HA/HANK/${P}.tar.gz"
+SRC_URI="mirror://cpan/authors/id/H/HA/HANK/${P}.tar.gz"
HOMEPAGE="http://www.cpan.org/modules/by-authors/id/H/HA/HANK/${P}.readme"
SLOT="0"
diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild
index ef1fc61a9cb6..93861761d57c 100644
--- a/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild
+++ b/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild,v 1.4 2004/10/16 23:57:23 rac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild,v 1.5 2005/04/29 15:01:51 mcummings Exp $
inherit perl-module
DESCRIPTION="Perl interface to the GNU Aspell Library"
-SRC_URI="http://www.cpan.org/modules/by-authors/id/H/HA/HANK/${P}.tar.gz"
+SRC_URI="mirror://cpan/authors/id/H/HA/HANK/${P}.tar.gz"
HOMEPAGE="http://www.cpan.org/modules/by-authors/id/H/HA/HANK/${P}.readme"
SLOT="0"
diff --git a/dev-perl/Text-Aspell/files/digest-Text-Aspell-0.02 b/dev-perl/Text-Aspell/files/digest-Text-Aspell-0.02
deleted file mode 100644
index 53d41de775df..000000000000
--- a/dev-perl/Text-Aspell/files/digest-Text-Aspell-0.02
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6322bdd0aada20b80c7897f2d1dff46f Text-Aspell-0.02.tar.gz 8597
diff --git a/dev-perl/Text-Diff/ChangeLog b/dev-perl/Text-Diff/ChangeLog
index 34e7456b0295..09140a27b937 100644
--- a/dev-perl/Text-Diff/ChangeLog
+++ b/dev-perl/Text-Diff/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Text-Diff
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/ChangeLog,v 1.7 2005/04/26 01:56:45 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/ChangeLog,v 1.8 2005/04/29 15:04:38 mcummings Exp $
+
+ 29 Apr 2005; Michael Cummings <mcummings@gentoo.org>
+ Text-Diff-0.35.ebuild:
+ Cleaning for mirror
26 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org> Text-Diff-0.35.ebuild:
Stable on sparc
diff --git a/dev-perl/Text-Diff/Manifest b/dev-perl/Text-Diff/Manifest
index fd2bf7895064..c382359339f4 100644
--- a/dev-perl/Text-Diff/Manifest
+++ b/dev-perl/Text-Diff/Manifest
@@ -1,14 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 2be88b9281e352e0e58fa01d0aa5e979 Text-Diff-0.35.ebuild 521
MD5 40dc3dcc5256f18f2da4dfc01ff4073b ChangeLog 836
+MD5 12dd65eac734c5ed88355b08d7d253bc Text-Diff-0.35.ebuild 515
MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
MD5 81be5a11342996d93baeaa183a5b2375 files/digest-Text-Diff-0.35 65
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCbZ/wKRy60XGEcJIRAmUhAJ4r0CF57Yy6JHZF5BWaK1PdJmUjgACeN8jx
-NJrF46XXQFkZnXhx5ftFOeo=
-=fSRc
------END PGP SIGNATURE-----
diff --git a/dev-perl/Text-Diff/Text-Diff-0.35.ebuild b/dev-perl/Text-Diff/Text-Diff-0.35.ebuild
index 8e6f0c94eda7..715d1c31b959 100644
--- a/dev-perl/Text-Diff/Text-Diff-0.35.ebuild
+++ b/dev-perl/Text-Diff/Text-Diff-0.35.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/Text-Diff-0.35.ebuild,v 1.8 2005/04/26 01:56:45 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/Text-Diff-0.35.ebuild,v 1.9 2005/04/29 15:04:38 mcummings Exp $
inherit perl-module
DESCRIPTION="Easily create test classes in an xUnit style."
HOMEPAGE="http://search.cpan.org/~rbs/${P}/"
-SRC_URI="http://www.cpan.org/authors/id/R/RB/RBS/${P}.tar.gz"
+SRC_URI="mirror://cpan/authors/id/R/RB/RBS/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
diff --git a/dev-perl/Text-Glob/ChangeLog b/dev-perl/Text-Glob/ChangeLog
index 42cc91ae04f9..648046297c71 100644
--- a/dev-perl/Text-Glob/ChangeLog
+++ b/dev-perl/Text-Glob/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Text-Glob
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/ChangeLog,v 1.9 2005/03/16 16:12:29 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/ChangeLog,v 1.10 2005/04/29 15:05:27 mcummings Exp $
+
+ 29 Apr 2005; Michael Cummings <mcummings@gentoo.org>
+ -Text-Glob-0.05.ebuild:
+ Cleaning for mirror syntax
16 Mar 2005; Michael Cummings <mcummings@gentoo.org> Text-Glob-0.06.ebuild:
module-build dep
diff --git a/dev-perl/Text-Glob/Manifest b/dev-perl/Text-Glob/Manifest
index dc2f9fb83af2..353ecab07a04 100644
--- a/dev-perl/Text-Glob/Manifest
+++ b/dev-perl/Text-Glob/Manifest
@@ -1,16 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 099e7ef2b2b3d37950797f98767ca143 ChangeLog 1084
-MD5 7664f589b462835ad054b201649d8aa6 Text-Glob-0.05.ebuild 578
MD5 ccd713309a950627c1fc9b2bbb9c0613 Text-Glob-0.06.ebuild 587
MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
-MD5 2ab9034de47c8532fdedcc8efe1eaab3 files/digest-Text-Glob-0.05 64
MD5 a93bb5650c8bd60c6a9efbe7bb6b55ba files/digest-Text-Glob-0.06 64
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.0 (GNU/Linux)
-
-iD8DBQFCOFrztG5z4I8BtQoRAtm9AJ9O43DIr4iOB0es8edjd4RARBR47gCcCxk9
-lHELizvciZAABpFeD6+gz3Y=
-=sPW9
------END PGP SIGNATURE-----
diff --git a/dev-perl/Text-Glob/Text-Glob-0.05.ebuild b/dev-perl/Text-Glob/Text-Glob-0.05.ebuild
deleted file mode 100644
index a95e185657a2..000000000000
--- a/dev-perl/Text-Glob/Text-Glob-0.05.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.05.ebuild,v 1.8 2005/03/16 16:12:29 mcummings Exp $
-
-inherit perl-module
-
-DESCRIPTION="Match globbing patterns against text"
-SRC_URI="http://www.cpan.org/modules/by-authors/id/R/RC/RCLAMP/${P}.tar.gz"
-HOMEPAGE="http://www.cpan.org/modules/by-authors/id/R/RC/RCLAMP/${P}.readme"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="x86 amd64 ~alpha ~hppa ~ppc ~sparc"
-IUSE=""
-
-DEPEND="dev-perl/Test-Simple"
diff --git a/dev-perl/Text-Glob/files/digest-Text-Glob-0.05 b/dev-perl/Text-Glob/files/digest-Text-Glob-0.05
deleted file mode 100644
index 4bbddcbf6411..000000000000
--- a/dev-perl/Text-Glob/files/digest-Text-Glob-0.05
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6daaba2a73f3a4943f0058e4c158e318 Text-Glob-0.05.tar.gz 2987