eva 07/12/22 15:15:42
Modified: gnome-spell-1.0.7-r1.ebuild ChangeLog
Added: gnome-spell-1.0.8.ebuild
Log:
bump to 1.0.8, remove static USE flag and fix quotes in 1.0.7-r1 ebuild
(Portage version: 2.1.4_rc10)
Revision Changes Path
1.15 app-text/gnome-spell/gnome-spell-1.0.7-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.7-r1.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.7-r1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.7-r1.ebuild?r1=1.14&r2=1.15
Index: gnome-spell-1.0.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.7-r1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- gnome-spell-1.0.7-r1.ebuild 12 Jul 2007 04:37:47 -0000 1.14
+++ gnome-spell-1.0.7-r1.ebuild 22 Dec 2007 15:15:42 -0000 1.15
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.7-r1.ebuild,v 1.14 2007/07/12 04:37:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.7-r1.ebuild,v 1.15 2007/12/22 15:15:42 eva Exp $
WANT_AUTOMAKE="latest"
WANT_AUTOCONF="latest"
@@ -39,7 +39,7 @@
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# note that the combo and enchant patch are intertwined
# the enchant patch changes libgnomeui dep to libgnome
@@ -47,10 +47,10 @@
# Marinus Schraal <foser@g.o> - 02 Apr 2006
# Use enchant backend instead of aspell
- epatch ${FILESDIR}/${P}-enchant-r2.patch
+ epatch "${FILESDIR}/${P}-enchant-r2.patch"
# replace gtkentry with gtkcombo widget
- epatch ${FILESDIR}/${P}-combo.patch
- epatch ${FILESDIR}/${P}-remove_gnome_h.patch
+ epatch "${FILESDIR}/${P}-combo.patch"
+ epatch "${FILESDIR}/${P}-remove_gnome_h.patch"
eautoreconf
}
1.82 app-text/gnome-spell/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-spell/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-spell/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-spell/ChangeLog?r1=1.81&r2=1.82
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/gnome-spell/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog 10 Mar 2007 21:16:25 -0000 1.81
+++ ChangeLog 22 Dec 2007 15:15:42 -0000 1.82
@@ -1,6 +1,13 @@
# ChangeLog for app-text/gnome-spell
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/ChangeLog,v 1.81 2007/03/10 21:16:25 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/ChangeLog,v 1.82 2007/12/22 15:15:42 eva Exp $
+
+*gnome-spell-1.0.8 (22 Dec 2007)
+
+ 22 Dec 2007; Gilles Dartiguelongue <eva@g.o>
+ +files/gnome-spell-1.0.8-enchant.patch, gnome-spell-1.0.7-r1.ebuild,
+ +gnome-spell-1.0.8.ebuild:
+ bump to 1.0.8, remove static USE flag
10 Mar 2007; Roy Marples <uberlord@g.o>
gnome-spell-1.0.7-r1.ebuild:
1.1 app-text/gnome-spell/gnome-spell-1.0.8.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.8.ebuild?rev=1.1&content-type=text/plain
Index: gnome-spell-1.0.8.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.8.ebuild,v 1.1 2007/12/22 15:15:42 eva Exp $
inherit eutils gnome2 autotools
DESCRIPTION="Gnome spellchecking component"
HOMEPAGE="http://www.gnome.org/"
LICENSE="GPL-2"
SLOT="1"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
RDEPEND=">=gnome-base/libgnome-1.112.1
>=gnome-base/libbonoboui-1.112.1
>=gnome-base/libglade-1.99.9
>=gnome-base/libbonobo-2.0
>=gnome-base/orbit-2
>=x11-libs/gtk+-2.4
>=app-text/enchant-1.2.5"
DEPEND="${RDEPEND}
dev-util/intltool
dev-util/pkgconfig
sys-devel/gettext"
DOCS="AUTHORS ChangeLog NEWS README"
src_unpack() {
gnome2_src_unpack
# note that the combo and enchant patch are intertwined
# the enchant patch changes libgnomeui dep to libgnome
# made possible by the combo patch
# Marinus Schraal <foser@g.o> - 02 Apr 2006
# Use enchant backend instead of aspell
epatch "${FILESDIR}/${P}-enchant.patch"
# replace gtkentry with gtkcombo widget
epatch "${FILESDIR}/${PN}-1.0.7-combo.patch"
epatch "${FILESDIR}/${PN}-1.0.7-remove_gnome_h.patch"
eautoreconf
}
--
gentoo-commits@g.o mailing list
|