summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2003-12-30 17:16:08 +0000
committerMichael Cummings <mcummings@gentoo.org>2003-12-30 17:16:08 +0000
commita4a1d57f25e0ddd3e6dbf333954a94bbb58e981a (patch)
tree958811807413ccaff83f298e10f7ac03c74023ab /dev-perl/gtk2-spell
parentNew version on CPAN. Tested on x86 (diff)
downloadhistorical-a4a1d57f25e0ddd3e6dbf333954a94bbb58e981a.tar.gz
historical-a4a1d57f25e0ddd3e6dbf333954a94bbb58e981a.tar.bz2
historical-a4a1d57f25e0ddd3e6dbf333954a94bbb58e981a.zip
No longer available
Diffstat (limited to 'dev-perl/gtk2-spell')
-rw-r--r--dev-perl/gtk2-spell/ChangeLog6
-rw-r--r--dev-perl/gtk2-spell/Manifest6
-rw-r--r--dev-perl/gtk2-spell/files/digest-gtk2-spell-1.001
-rw-r--r--dev-perl/gtk2-spell/files/digest-gtk2-spell-1.021
-rw-r--r--dev-perl/gtk2-spell/gtk2-spell-1.00.ebuild28
-rw-r--r--dev-perl/gtk2-spell/gtk2-spell-1.02.ebuild28
6 files changed, 6 insertions, 64 deletions
diff --git a/dev-perl/gtk2-spell/ChangeLog b/dev-perl/gtk2-spell/ChangeLog
index c42e298d569e..90ed2c3d6c22 100644
--- a/dev-perl/gtk2-spell/ChangeLog
+++ b/dev-perl/gtk2-spell/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/gtk2-spell
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/ChangeLog,v 1.4 2003/12/30 17:15:15 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/ChangeLog,v 1.5 2003/12/30 17:16:00 mcummings Exp $
+
+ 30 Dec 2003; Michael Cummings,,, <mcummings@gentoo.org>
+ gtk2-spell-1.00.ebuild, gtk2-spell-1.02.ebuild:
+ No longer on CPAN
*gtk2-spell-1.03 (30 Dec 2003)
diff --git a/dev-perl/gtk2-spell/Manifest b/dev-perl/gtk2-spell/Manifest
index dbe742fa44c7..b0e34821e345 100644
--- a/dev-perl/gtk2-spell/Manifest
+++ b/dev-perl/gtk2-spell/Manifest
@@ -1,8 +1,4 @@
-MD5 007ca03702b2166933883d20495a1f0c gtk2-spell-1.00.ebuild 729
-MD5 12eef998c051f6bab8b5158236bbc58a ChangeLog 782
-MD5 55429c87417d29aec061a062877b351a gtk2-spell-1.02.ebuild 783
+MD5 95ee4c690518dba0d93c5b62f1f3dda3 ChangeLog 911
MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
MD5 cb5a2e461765c38ae53cd1cbbfd82fa0 gtk2-spell-1.03.ebuild 806
-MD5 c790306695618954c20adb996a6d8b64 files/digest-gtk2-spell-1.00 66
-MD5 9db10358f9c65585ce0ded3e0cdd68cd files/digest-gtk2-spell-1.02 66
MD5 310f16aa5a3a61290442c602579d06cd files/digest-gtk2-spell-1.03 66
diff --git a/dev-perl/gtk2-spell/files/digest-gtk2-spell-1.00 b/dev-perl/gtk2-spell/files/digest-gtk2-spell-1.00
deleted file mode 100644
index 62aba381555b..000000000000
--- a/dev-perl/gtk2-spell/files/digest-gtk2-spell-1.00
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6b77f6468f55d7ec1dd5560330c94cc6 Gtk2-Spell-1.00.tar.gz 13558
diff --git a/dev-perl/gtk2-spell/files/digest-gtk2-spell-1.02 b/dev-perl/gtk2-spell/files/digest-gtk2-spell-1.02
deleted file mode 100644
index af353d1e5229..000000000000
--- a/dev-perl/gtk2-spell/files/digest-gtk2-spell-1.02
+++ /dev/null
@@ -1 +0,0 @@
-MD5 74c88a66864d8f08076a187c710a53bc Gtk2-Spell-1.02.tar.gz 13988
diff --git a/dev-perl/gtk2-spell/gtk2-spell-1.00.ebuild b/dev-perl/gtk2-spell/gtk2-spell-1.00.ebuild
deleted file mode 100644
index 088cb672b46e..000000000000
--- a/dev-perl/gtk2-spell/gtk2-spell-1.00.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /home/cvsroot/gentoo-x86/dev-perl
-
-inherit perl-module
-
-MY_P=Gtk2-Spell-${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Bindings for GtkSpell with Gtk2.x"
-SRC_URI="http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/${MY_P}.tar.gz"
-HOMEPAGE="http://gtk2-perl.sf.net/"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa"
-
-DEPEND="${DEPEND}
- >=x11-libs/gtk+-2*
- >=app-text/gtkspell-2*
- >=dev-perl/glib-perl-0.26
- >=dev-perl/gtk2-perl-0.26"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- # Without this it cannot find gtkspell <rigo@home.nl>
- sed -ie "s:\#my:my:g" Makefile.PL || die "sed failed"
-}
diff --git a/dev-perl/gtk2-spell/gtk2-spell-1.02.ebuild b/dev-perl/gtk2-spell/gtk2-spell-1.02.ebuild
deleted file mode 100644
index 7cb1b1e557d2..000000000000
--- a/dev-perl/gtk2-spell/gtk2-spell-1.02.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/gtk2-spell-1.02.ebuild,v 1.1 2003/09/08 11:18:55 mcummings Exp $
-
-inherit perl-module
-
-MY_P=Gtk2-Spell-${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Bindings for GtkSpell with Gtk2.x"
-SRC_URI="mirror://sourceforge/gtk2-perl/${MY_P}.tar.gz"
-HOMEPAGE="http://gtk2-perl.sf.net/"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa"
-
-DEPEND="${DEPEND}
- >=x11-libs/gtk+-2*
- >=app-text/gtkspell-2*
- >=dev-perl/glib-perl-0.26
- >=dev-perl/gtk2-perl-0.26"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- # Without this it cannot find gtkspell <rigo@home.nl>
- sed -ie "s:\#my:my:g" Makefile.PL || die "sed failed"
-}