diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-09-08 11:21:31 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-09-08 11:21:31 +0000 |
commit | 3612311ed375b82164a2aaba42c43ebf9e655bf4 (patch) | |
tree | 5c80a21dbf4035aeccb5f3b088680437c53d988d /dev-perl/gtk2-spell | |
parent | new version from sourceforge (diff) | |
download | gentoo-2-3612311ed375b82164a2aaba42c43ebf9e655bf4.tar.gz gentoo-2-3612311ed375b82164a2aaba42c43ebf9e655bf4.tar.bz2 gentoo-2-3612311ed375b82164a2aaba42c43ebf9e655bf4.zip |
new version from sourceforge
Diffstat (limited to 'dev-perl/gtk2-spell')
-rw-r--r-- | dev-perl/gtk2-spell/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/gtk2-spell/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/gtk2-spell/files/digest-gtk2-spell-1.02 | 1 | ||||
-rw-r--r-- | dev-perl/gtk2-spell/gtk2-spell-1.02.ebuild | 28 |
4 files changed, 37 insertions, 3 deletions
diff --git a/dev-perl/gtk2-spell/ChangeLog b/dev-perl/gtk2-spell/ChangeLog index ed67cfe90500..cd5f94d15296 100644 --- a/dev-perl/gtk2-spell/ChangeLog +++ b/dev-perl/gtk2-spell/ChangeLog @@ -1,6 +1,11 @@ # 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.2 2003/08/04 20:23:10 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/ChangeLog,v 1.3 2003/09/08 11:18:55 mcummings Exp $ + +*gtk2-spell-1.02 (08 Sep 2003) + + 08 Sep 2003; Michael Cummings <mcummings@gentoo.org> gtk2-spell-1.02.ebuild: + new version from sourceforge 04 Aug 2003; Michael Cummings <mcummings@gentoo.org> gtk2-spell-1.00.ebuild: changed ref to glib-perl diff --git a/dev-perl/gtk2-spell/Manifest b/dev-perl/gtk2-spell/Manifest index 93505d8db06a..5911cba2436c 100644 --- a/dev-perl/gtk2-spell/Manifest +++ b/dev-perl/gtk2-spell/Manifest @@ -1,5 +1,5 @@ MD5 007ca03702b2166933883d20495a1f0c gtk2-spell-1.00.ebuild 729 -MD5 bb593b9d821872923963c478b79534bb ChangeLog 500 -MD5 71a6221617ad19a4718060f9af5d2035 gtk2-spell-1.02.ebuild 675 +MD5 8a971b0796ba3145a323a6b53ffe161e ChangeLog 643 +MD5 55429c87417d29aec061a062877b351a gtk2-spell-1.02.ebuild 783 MD5 c790306695618954c20adb996a6d8b64 files/digest-gtk2-spell-1.00 66 MD5 9db10358f9c65585ce0ded3e0cdd68cd files/digest-gtk2-spell-1.02 66 diff --git a/dev-perl/gtk2-spell/files/digest-gtk2-spell-1.02 b/dev-perl/gtk2-spell/files/digest-gtk2-spell-1.02 new file mode 100644 index 000000000000..af353d1e5229 --- /dev/null +++ b/dev-perl/gtk2-spell/files/digest-gtk2-spell-1.02 @@ -0,0 +1 @@ +MD5 74c88a66864d8f08076a187c710a53bc Gtk2-Spell-1.02.tar.gz 13988 diff --git a/dev-perl/gtk2-spell/gtk2-spell-1.02.ebuild b/dev-perl/gtk2-spell/gtk2-spell-1.02.ebuild new file mode 100644 index 000000000000..7cb1b1e557d2 --- /dev/null +++ b/dev-perl/gtk2-spell/gtk2-spell-1.02.ebuild @@ -0,0 +1,28 @@ +# 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" +} |