Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/gnome-spell: gnome-spell-1.0.7-r1.ebuild ChangeLog gnome-spell-1.0.8.ebuild
Date: Sat, 22 Dec 2007 15:15:49
Message-Id: E1J664k-0006NX-Ur@stork.gentoo.org
1 eva 07/12/22 15:15:42
2
3 Modified: gnome-spell-1.0.7-r1.ebuild ChangeLog
4 Added: gnome-spell-1.0.8.ebuild
5 Log:
6 bump to 1.0.8, remove static USE flag and fix quotes in 1.0.7-r1 ebuild
7 (Portage version: 2.1.4_rc10)
8
9 Revision Changes Path
10 1.15 app-text/gnome-spell/gnome-spell-1.0.7-r1.ebuild
11
12 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
13 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
14 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
15
16 Index: gnome-spell-1.0.7-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.7-r1.ebuild,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- gnome-spell-1.0.7-r1.ebuild 12 Jul 2007 04:37:47 -0000 1.14
23 +++ gnome-spell-1.0.7-r1.ebuild 22 Dec 2007 15:15:42 -0000 1.15
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $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 $
29
30 WANT_AUTOMAKE="latest"
31 WANT_AUTOCONF="latest"
32 @@ -39,7 +39,7 @@
33 src_unpack() {
34
35 unpack ${A}
36 - cd ${S}
37 + cd "${S}"
38
39 # note that the combo and enchant patch are intertwined
40 # the enchant patch changes libgnomeui dep to libgnome
41 @@ -47,10 +47,10 @@
42 # Marinus Schraal <foser@g.o> - 02 Apr 2006
43
44 # Use enchant backend instead of aspell
45 - epatch ${FILESDIR}/${P}-enchant-r2.patch
46 + epatch "${FILESDIR}/${P}-enchant-r2.patch"
47 # replace gtkentry with gtkcombo widget
48 - epatch ${FILESDIR}/${P}-combo.patch
49 - epatch ${FILESDIR}/${P}-remove_gnome_h.patch
50 + epatch "${FILESDIR}/${P}-combo.patch"
51 + epatch "${FILESDIR}/${P}-remove_gnome_h.patch"
52
53 eautoreconf
54 }
55
56
57
58 1.82 app-text/gnome-spell/ChangeLog
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-spell/ChangeLog?rev=1.82&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-spell/ChangeLog?rev=1.82&content-type=text/plain
62 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-spell/ChangeLog?r1=1.81&r2=1.82
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/app-text/gnome-spell/ChangeLog,v
67 retrieving revision 1.81
68 retrieving revision 1.82
69 diff -u -r1.81 -r1.82
70 --- ChangeLog 10 Mar 2007 21:16:25 -0000 1.81
71 +++ ChangeLog 22 Dec 2007 15:15:42 -0000 1.82
72 @@ -1,6 +1,13 @@
73 # ChangeLog for app-text/gnome-spell
74 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/ChangeLog,v 1.81 2007/03/10 21:16:25 uberlord Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/ChangeLog,v 1.82 2007/12/22 15:15:42 eva Exp $
77 +
78 +*gnome-spell-1.0.8 (22 Dec 2007)
79 +
80 + 22 Dec 2007; Gilles Dartiguelongue <eva@g.o>
81 + +files/gnome-spell-1.0.8-enchant.patch, gnome-spell-1.0.7-r1.ebuild,
82 + +gnome-spell-1.0.8.ebuild:
83 + bump to 1.0.8, remove static USE flag
84
85 10 Mar 2007; Roy Marples <uberlord@g.o>
86 gnome-spell-1.0.7-r1.ebuild:
87
88
89
90 1.1 app-text/gnome-spell/gnome-spell-1.0.8.ebuild
91
92 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.8.ebuild?rev=1.1&view=markup
93 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
94
95 Index: gnome-spell-1.0.8.ebuild
96 ===================================================================
97 # Copyright 1999-2007 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 # $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 $
100
101 inherit eutils gnome2 autotools
102
103 DESCRIPTION="Gnome spellchecking component"
104 HOMEPAGE="http://www.gnome.org/"
105
106 LICENSE="GPL-2"
107 SLOT="1"
108 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
109
110 RDEPEND=">=gnome-base/libgnome-1.112.1
111 >=gnome-base/libbonoboui-1.112.1
112 >=gnome-base/libglade-1.99.9
113 >=gnome-base/libbonobo-2.0
114 >=gnome-base/orbit-2
115 >=x11-libs/gtk+-2.4
116 >=app-text/enchant-1.2.5"
117
118 DEPEND="${RDEPEND}
119 dev-util/intltool
120 dev-util/pkgconfig
121 sys-devel/gettext"
122
123 DOCS="AUTHORS ChangeLog NEWS README"
124
125 src_unpack() {
126 gnome2_src_unpack
127
128 # note that the combo and enchant patch are intertwined
129 # the enchant patch changes libgnomeui dep to libgnome
130 # made possible by the combo patch
131 # Marinus Schraal <foser@g.o> - 02 Apr 2006
132
133 # Use enchant backend instead of aspell
134 epatch "${FILESDIR}/${P}-enchant.patch"
135
136 # replace gtkentry with gtkcombo widget
137 epatch "${FILESDIR}/${PN}-1.0.7-combo.patch"
138 epatch "${FILESDIR}/${PN}-1.0.7-remove_gnome_h.patch"
139
140 eautoreconf
141 }
142
143
144
145 --
146 gentoo-commits@g.o mailing list