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
commit791381539c69a648fad3925bbcf72af07855d3e5 (patch)
tree5fec0d84399ac3a55947a39ef27990deb4f9f150 /dev-perl/gtk2-spell
parentsubmitted by Rigo Ketelings <rigo@home.nl> in bug 24036 (diff)
downloadgentoo-2-791381539c69a648fad3925bbcf72af07855d3e5.tar.gz
gentoo-2-791381539c69a648fad3925bbcf72af07855d3e5.tar.bz2
gentoo-2-791381539c69a648fad3925bbcf72af07855d3e5.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/ChangeLog9
-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
4 files changed, 40 insertions, 1 deletions
diff --git a/dev-perl/gtk2-spell/ChangeLog b/dev-perl/gtk2-spell/ChangeLog
new file mode 100644
index 000000000000..aff25c6b360b
--- /dev/null
+++ b/dev-perl/gtk2-spell/ChangeLog
@@ -0,0 +1,9 @@
+# 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.1 2003/07/20 16:43:31 mcummings Exp $
+
+*gtk2-spell-1.00 (20 Jul 2003)
+
+ 20 Jul 2003; Michael Cummings <mcummings@gentoo.org> gtk2-spell-1.00.ebuild:
+ submitted by Rigo Ketelings <rigo@home.nl> in bug 24036
+
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"
+}