summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2003-07-20 16:43:36 +0000
committerMichael Cummings <mcummings@gentoo.org>2003-07-20 16:43:36 +0000
commit532a2ffd32ac24ac13dc64dc9cc035144ec3da24 (patch)
tree3a2829e223029f830bd3fec5593ef35105682590 /dev-perl/gtk2-spell
parentsubmitted by Rigo Ketelings <rigo@home.nl> in bug 24036 (diff)
downloadhistorical-532a2ffd32ac24ac13dc64dc9cc035144ec3da24.tar.gz
historical-532a2ffd32ac24ac13dc64dc9cc035144ec3da24.tar.bz2
historical-532a2ffd32ac24ac13dc64dc9cc035144ec3da24.zip
submitted by Rigo Ketelings <rigo@home.nl> in bug 24036
Diffstat (limited to 'dev-perl/gtk2-spell')
-rw-r--r--dev-perl/gtk2-spell/Manifest3
-rw-r--r--dev-perl/gtk2-spell/files/digest-gtk2-spell-1.001
-rw-r--r--dev-perl/gtk2-spell/gtk2-spell-1.00.ebuild28
3 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/gtk2-spell/Manifest b/dev-perl/gtk2-spell/Manifest
index 6b6c444af27a..994ebf6d3e3e 100644
--- a/dev-perl/gtk2-spell/Manifest
+++ b/dev-perl/gtk2-spell/Manifest
@@ -1,2 +1,3 @@
-MD5 0285652917d2f8a2d8941e74c9eceec4 gtk2-spell-1.00.ebuild 703
+MD5 4600a2d5e32561502387cc3476451304 gtk2-spell-1.00.ebuild 724
+MD5 8f8552b3a0ea563dd5225d01ef2c80be ChangeLog 393
MD5 c790306695618954c20adb996a6d8b64 files/digest-gtk2-spell-1.00 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
new file mode 100644
index 000000000000..62aba381555b
--- /dev/null
+++ b/dev-perl/gtk2-spell/files/digest-gtk2-spell-1.00
@@ -0,0 +1 @@
+MD5 6b77f6468f55d7ec1dd5560330c94cc6 Gtk2-Spell-1.00.tar.gz 13558
diff --git a/dev-perl/gtk2-spell/gtk2-spell-1.00.ebuild b/dev-perl/gtk2-spell/gtk2-spell-1.00.ebuild
new file mode 100644
index 000000000000..1966c6e3f71c
--- /dev/null
+++ b/dev-perl/gtk2-spell/gtk2-spell-1.00.ebuild
@@ -0,0 +1,28 @@
+# 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-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"
+}