diff options
-rw-r--r-- | app-text/gnome-spell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/gnome-spell/gnome-spell-0.5.ebuild | 4 | ||||
-rw-r--r-- | app-text/gnome-spell/gnome-spell-1.0.4.ebuild | 4 | ||||
-rw-r--r-- | app-text/gnome-spell/gnome-spell-1.0.5.ebuild | 10 |
4 files changed, 17 insertions, 6 deletions
diff --git a/app-text/gnome-spell/ChangeLog b/app-text/gnome-spell/ChangeLog index 23a8e88304b9..5edecc112db7 100644 --- a/app-text/gnome-spell/ChangeLog +++ b/app-text/gnome-spell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/gnome-spell # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/ChangeLog,v 1.43 2004/03/22 02:48:23 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/ChangeLog,v 1.44 2004/04/24 17:20:48 khai Exp $ + + 24 Apr 2004; Yi Qiang <khai@gentoo.org> gnome-spell-1.0.5.ebuild: + Pushed the gtk24 fix into stable. *gnome-spell-1.0.5-r2 (22 Mar 2004) diff --git a/app-text/gnome-spell/gnome-spell-0.5.ebuild b/app-text/gnome-spell/gnome-spell-0.5.ebuild index 6c9fc9a79ba7..14d86b3a7e30 100644 --- a/app-text/gnome-spell/gnome-spell-0.5.ebuild +++ b/app-text/gnome-spell/gnome-spell-0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-0.5.ebuild,v 1.16 2003/09/05 22:37:21 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-0.5.ebuild,v 1.17 2004/04/24 17:20:48 khai Exp $ IUSE="nls" diff --git a/app-text/gnome-spell/gnome-spell-1.0.4.ebuild b/app-text/gnome-spell/gnome-spell-1.0.4.ebuild index 1b55406075f0..df474112bfb2 100644 --- a/app-text/gnome-spell/gnome-spell-1.0.4.ebuild +++ b/app-text/gnome-spell/gnome-spell-1.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.4.ebuild,v 1.7 2003/09/09 07:16:16 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.4.ebuild,v 1.8 2004/04/24 17:20:48 khai Exp $ IUSE="" diff --git a/app-text/gnome-spell/gnome-spell-1.0.5.ebuild b/app-text/gnome-spell/gnome-spell-1.0.5.ebuild index 5ef5a6f25547..7460088a59c9 100644 --- a/app-text/gnome-spell/gnome-spell-1.0.5.ebuild +++ b/app-text/gnome-spell/gnome-spell-1.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.5.ebuild,v 1.7 2004/01/14 17:32:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.5.ebuild,v 1.8 2004/04/24 17:20:48 khai Exp $ IUSE="" @@ -30,5 +30,13 @@ DEPEND="${RDEPEND} # the control-center capplet seems to be missing # so gnome-base/control-center-2.0 dep removed +src_unpack(){ + unpack ${A} + + cd ${S}/gnome-spell + sed -e 's:-DGTK_DISABLE_DEPRECATED=1: :g' -i Makefile.in + sed -e 's:-DGTK_DISABLE_DEPRECATED=1: :g' -i Makefile.am +} + DOCS="AUTHORS COPYING ChangeLog NEWS README" SCROLLKEEPER_UPDATE="0" |