summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-04-29 15:24:51 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-04-29 15:24:51 +0000
commit81948c7807573f1c25fab568b7dd47a6e06a703f (patch)
tree6c8559b9f059f1f6859e0fed69ca470a8f771e66 /dev-perl/Text-Aspell
parentremoving old ebuild (diff)
downloadhistorical-81948c7807573f1c25fab568b7dd47a6e06a703f.tar.gz
historical-81948c7807573f1c25fab568b7dd47a6e06a703f.tar.bz2
historical-81948c7807573f1c25fab568b7dd47a6e06a703f.zip
cleaning
Package-Manager: portage-2.0.51.20-r4
Diffstat (limited to 'dev-perl/Text-Aspell')
-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
6 files changed, 13 insertions, 27 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