summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-07-20 07:37:33 +0000
committerTorsten Veller <tove@gentoo.org>2010-07-20 07:37:33 +0000
commit62fbf5c343ddfded0f542cd914fae1e16e0722f8 (patch)
treef2fefe75fe476fbb13135a8f0d0787eea78cbf2f /dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild
parentfix tests with upstream patch (diff)
downloadhistorical-62fbf5c343ddfded0f542cd914fae1e16e0722f8.tar.gz
historical-62fbf5c343ddfded0f542cd914fae1e16e0722f8.tar.bz2
historical-62fbf5c343ddfded0f542cd914fae1e16e0722f8.zip
Fix invalid version format bug (#328723)
Package-Manager: portage-2.2_rc67_p226/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild')
-rw-r--r--dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild9
1 files changed, 8 insertions, 1 deletions
diff --git a/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild b/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild
index 6f6763c86f66..85356ef9aa36 100644
--- a/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild
+++ b/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild,v 1.18 2010/04/19 11:28:37 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild,v 1.19 2010/07/20 07:37:33 tove Exp $
EAPI=3
@@ -12,6 +12,7 @@ inherit perl-module
DESCRIPTION="Bindings for GtkSpell with Gtk2.x"
HOMEPAGE="http://gtk2-perl.sf.net/ ${HOMEPAGE}"
+SRC_URI+=" mirror://gentoo/gtk2-spell-1.03-caa0ef46.patch.gz"
SLOT="0"
LICENSE="LGPL-2.1"
@@ -27,6 +28,12 @@ DEPEND="${RDEPEND}
dev-perl/extutils-pkgconfig
dev-util/pkgconfig"
+PATCHES=( "${DISTDIR}"/gtk2-spell-1.03-caa0ef46.patch.gz )
+
+src_unpack() {
+ unpack ${MY_P}.tar.gz
+}
+
src_prepare() {
# Without this it cannot find gtkspell <rigo@home.nl>
sed -ie "s:\#my:my:g" "${S}"/Makefile.PL || die "sed failed"