summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-05 15:56:04 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-05 15:56:04 +0000
commit7b6dbaea4050af855530a3b41fdec0d4380824a1 (patch)
tree82cceca8dd893cf805322d880351e81327e91c7b /app-text/gtkspell
parentneed eutils for epatch (diff)
downloadgentoo-2-7b6dbaea4050af855530a3b41fdec0d4380824a1.tar.gz
gentoo-2-7b6dbaea4050af855530a3b41fdec0d4380824a1.tar.bz2
gentoo-2-7b6dbaea4050af855530a3b41fdec0d4380824a1.zip
need eutils for epatch
Diffstat (limited to 'app-text/gtkspell')
-rw-r--r--app-text/gtkspell/gtkspell-2.0.0-r1.ebuild6
-rw-r--r--app-text/gtkspell/gtkspell-2.0.2.ebuild6
-rw-r--r--app-text/gtkspell/gtkspell-2.0.4.ebuild13
3 files changed, 12 insertions, 13 deletions
diff --git a/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild b/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild
index e8b6e36fb0f1..bf001831e00b 100644
--- a/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild
+++ b/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild
@@ -1,14 +1,14 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild,v 1.8 2003/04/23 00:32:14 vladimir Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild,v 1.9 2003/08/05 15:56:04 vapier Exp $
DESCRIPTION="spell library for GTK2"
-SRC_URI="http://gtkspell.sourceforge.net/download/${P}.tar.gz"
HOMEPAGE="http://gtkspell.sourceforge.net/"
+SRC_URI="http://gtkspell.sourceforge.net/download/${P}.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="x86 sparc"
SLOT="0"
+KEYWORDS="x86 sparc"
IUSE="nls"
RDEPEND=">=dev-libs/glib-2.0.4
diff --git a/app-text/gtkspell/gtkspell-2.0.2.ebuild b/app-text/gtkspell/gtkspell-2.0.2.ebuild
index 343be1998ef0..25cb9a848be8 100644
--- a/app-text/gtkspell/gtkspell-2.0.2.ebuild
+++ b/app-text/gtkspell/gtkspell-2.0.2.ebuild
@@ -1,14 +1,14 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.2.ebuild,v 1.9 2003/04/23 00:32:14 vladimir Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.2.ebuild,v 1.10 2003/08/05 15:56:04 vapier Exp $
DESCRIPTION="spell library for GTK2"
-SRC_URI="http://gtkspell.sourceforge.net/download/${P}.tar.gz"
HOMEPAGE="http://gtkspell.sourceforge.net/"
+SRC_URI="http://gtkspell.sourceforge.net/download/${P}.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="x86 sparc ~ppc"
SLOT="0"
+KEYWORDS="x86 sparc ~ppc"
IUSE="nls"
RDEPEND=">=dev-libs/glib-2
diff --git a/app-text/gtkspell/gtkspell-2.0.4.ebuild b/app-text/gtkspell/gtkspell-2.0.4.ebuild
index 1a17db88013e..a7cb57cd2fb8 100644
--- a/app-text/gtkspell/gtkspell-2.0.4.ebuild
+++ b/app-text/gtkspell/gtkspell-2.0.4.ebuild
@@ -1,14 +1,16 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.4.ebuild,v 1.8 2003/07/06 12:48:13 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.4.ebuild,v 1.9 2003/08/05 15:56:04 vapier Exp $
+
+inherit eutils
DESCRIPTION="spell library for GTK2"
-SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz"
HOMEPAGE="http://gtkspell.sourceforge.net/"
+SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~sparc ppc ~alpha hppa"
SLOT="0"
+KEYWORDS="~x86 ~sparc ppc ~alpha hppa"
IUSE="doc"
DEPEND=">=x11-libs/gtk+-2
@@ -20,13 +22,10 @@ src_unpack() {
# fix the config script's gtkdoc check (bug #16997)
cd ${S}
- mv configure configure.old
- sed -e "s:GTKDOC=true::" configure.old > configure
- chmod +x configure
+ sed -i "s:GTKDOC=true::" configure
# workaround missing docbook 4.2 xml dtd in /etc/xml/docbook
epatch ${FILESDIR}/${P}-docbookx.patch
-
}
src_compile() {