Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/epiphany-extensions: ChangeLog epiphany-extensions-2.24.3-r10.ebuild epiphany-extensions-2.24.3.ebuild epiphany-extensions-2.24.0.ebuild
Date: Mon, 26 Jan 2009 22:30:45
Message-Id: E1LRZyb-0001kP-1x@stork.gentoo.org
1 eva 09/01/26 22:30:41
2
3 Modified: ChangeLog
4 Added: epiphany-extensions-2.24.3-r10.ebuild
5 epiphany-extensions-2.24.3.ebuild
6 Removed: epiphany-extensions-2.24.0.ebuild
7 Log:
8 Bump to 2.24.3. Build fix and translation update.
9 (Portage version: 2.2_rc22/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
10
11 Revision Changes Path
12 1.100 www-client/epiphany-extensions/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany-extensions/ChangeLog?rev=1.100&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany-extensions/ChangeLog?rev=1.100&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany-extensions/ChangeLog?r1=1.99&r2=1.100
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v
21 retrieving revision 1.99
22 retrieving revision 1.100
23 diff -u -r1.99 -r1.100
24 --- ChangeLog 8 Jan 2009 16:50:55 -0000 1.99
25 +++ ChangeLog 26 Jan 2009 22:30:40 -0000 1.100
26 @@ -1,6 +1,14 @@
27 # ChangeLog for www-client/epiphany-extensions
28 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.99 2009/01/08 16:50:55 armin76 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.100 2009/01/26 22:30:40 eva Exp $
31 +
32 +*epiphany-extensions-2.24.3-r10 (26 Jan 2009)
33 +*epiphany-extensions-2.24.3 (26 Jan 2009)
34 +
35 + 26 Jan 2009; Gilles Dartiguelongue <eva@g.o>
36 + -epiphany-extensions-2.24.0.ebuild, +epiphany-extensions-2.24.3.ebuild,
37 + +epiphany-extensions-2.24.3-r10.ebuild:
38 + Bump to 2.24.3. Build fix and translation update.
39
40 08 Jan 2009; Raúl Porcel <armin76@g.o>
41 epiphany-extensions-2.22.2-r10.ebuild, epiphany-extensions-2.24.0.ebuild,
42
43
44
45 1.1 www-client/epiphany-extensions/epiphany-extensions-2.24.3-r10.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.24.3-r10.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.24.3-r10.ebuild?rev=1.1&content-type=text/plain
49
50 Index: epiphany-extensions-2.24.3-r10.ebuild
51 ===================================================================
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.24.3-r10.ebuild,v 1.1 2009/01/26 22:30:40 eva Exp $
55
56 inherit autotools eutils gnome2 python versionator
57
58 MY_MAJORV=$(get_version_component_range 1-2)
59
60 DESCRIPTION="Extensions for the Epiphany web browser"
61 HOMEPAGE="http://www.gnome.org/projects/epiphany/extensions.html"
62 LICENSE="GPL-2"
63
64 SLOT="0"
65 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 -sparc ~x86"
66 IUSE="dbus examples pcre python"
67
68 RDEPEND=">=www-client/epiphany-${MY_MAJORV}
69 app-text/opensp
70 >=dev-libs/glib-2.15.5
71 >=gnome-base/gconf-2.0
72 >=dev-libs/libxml2-2.6
73 >=x11-libs/gtk+-2.11.6
74 >=gnome-base/libglade-2
75 =net-libs/xulrunner-1.9*
76 dbus? ( >=dev-libs/dbus-glib-0.34 )
77 pcre? ( >=dev-libs/libpcre-3.9-r2 )
78 python? ( >=dev-python/pygtk-2.11 )"
79 DEPEND="${RDEPEND}
80 gnome-base/gnome-common
81 >=dev-util/intltool-0.40
82 >=dev-util/pkgconfig-0.20
83 >=app-text/gnome-doc-utils-0.3.2"
84
85 DOCS="AUTHORS ChangeLog HACKING NEWS README"
86
87 pkg_setup() {
88 local extensions=""
89
90 extensions="actions auto-reload auto-scroller certificates \
91 error-viewer extensions-manager-ui gestures java-console \
92 livehttpheaders page-info permissions push-scroller \
93 select-stylesheet sessionsaver sidebar smart-bookmarks \
94 tab-groups tab-states"
95
96 use dbus && extensions="${extensions} rss"
97
98 use pcre && extensions="${extensions} adblock greasemonkey"
99
100 use python && extensions="${extensions} python-console favicon cc-license-viewer epilicious"
101 use python && use examples && extensions="${extensions} sample-python"
102
103 use examples && extensions="${extensions} sample sample-mozilla"
104
105 G2CONF="${G2CONF} --with-extensions=$(echo "${extensions}" | sed -e 's/[[:space:]]\+/,/g')"
106
107 G2CONF="${G2CONF} --with-gecko=libxul-embedding"
108 }
109
110 src_unpack() {
111 gnome2_src_unpack
112
113 # disable pyc compiling
114 mv py-compile py-compile.orig
115 ln -s $(type -P true) py-compile
116
117 # Don't remove sessionsaver, please. -dang
118 epatch "${FILESDIR}"/${PN}-2.21.92-sessionsaver-v4.patch.gz
119 echo "extensions/sessionsaver/ephy-sessionsaver-extension.c" >> po/POTFILES.in
120
121 eautoreconf
122 }
123
124 pkg_postinst() {
125 gnome2_pkg_postinst
126
127 if use python; then
128 python_mod_optimize /usr/$(get_libdir)/epiphany/${MY_MAJORV}/extensions
129 fi
130 }
131
132 pkg_postrm() {
133 gnome2_pkg_postrm
134
135 if use python; then
136 python_mod_cleanup /usr/$(get_libdir)/epiphany/${MY_MAJORV}/extensions
137 fi
138 }
139
140
141
142 1.1 www-client/epiphany-extensions/epiphany-extensions-2.24.3.ebuild
143
144 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.24.3.ebuild?rev=1.1&view=markup
145 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.24.3.ebuild?rev=1.1&content-type=text/plain
146
147 Index: epiphany-extensions-2.24.3.ebuild
148 ===================================================================
149 # Copyright 1999-2009 Gentoo Foundation
150 # Distributed under the terms of the GNU General Public License v2
151 # $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.24.3.ebuild,v 1.1 2009/01/26 22:30:40 eva Exp $
152
153 inherit autotools eutils gnome2 python versionator
154
155 MY_MAJORV=$(get_version_component_range 1-2)
156
157 DESCRIPTION="Extensions for the Epiphany web browser"
158 HOMEPAGE="http://www.gnome.org/projects/epiphany/extensions.html"
159 LICENSE="GPL-2"
160
161 SLOT="0"
162 KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86"
163 IUSE="dbus examples pcre python xulrunner"
164
165 RDEPEND=">=www-client/epiphany-${MY_MAJORV}
166 app-text/opensp
167 >=dev-libs/glib-2.15.5
168 >=gnome-base/gconf-2.0
169 >=dev-libs/libxml2-2.6
170 >=x11-libs/gtk+-2.11.6
171 >=gnome-base/libglade-2
172 xulrunner? ( =net-libs/xulrunner-1.8* )
173 !xulrunner? ( =www-client/mozilla-firefox-2* )
174 dbus? ( >=dev-libs/dbus-glib-0.34 )
175 pcre? ( >=dev-libs/libpcre-3.9-r2 )
176 python? ( >=dev-python/pygtk-2.11 )"
177 DEPEND="${RDEPEND}
178 gnome-base/gnome-common
179 >=dev-util/intltool-0.40
180 >=dev-util/pkgconfig-0.20
181 >=app-text/gnome-doc-utils-0.3.2"
182
183 DOCS="AUTHORS ChangeLog HACKING NEWS README"
184
185 pkg_setup() {
186 local extensions=""
187
188 extensions="actions auto-reload auto-scroller certificates \
189 error-viewer extensions-manager-ui gestures java-console \
190 livehttpheaders page-info permissions push-scroller \
191 select-stylesheet sessionsaver sidebar smart-bookmarks \
192 tab-groups tab-states"
193
194 use dbus && extensions="${extensions} rss"
195
196 use pcre && extensions="${extensions} adblock greasemonkey"
197
198 use python && extensions="${extensions} python-console favicon cc-license-viewer epilicious"
199 use python && use examples && extensions="${extensions} sample-python"
200
201 use examples && extensions="${extensions} sample sample-mozilla"
202
203 G2CONF="${G2CONF} --with-extensions=$(echo "${extensions}" | sed -e 's/[[:space:]]\+/,/g')"
204
205 if use xulrunner; then
206 G2CONF="${G2CONF} --with-gecko=xulrunner"
207 else
208 G2CONF="${G2CONF} --with-gecko=firefox"
209
210 if ! built_with_use =www-client/mozilla-firefox-2* filepicker; then
211 ewarn "If you want the Certificate Management extension, please"
212 ewarn "rebuild www-client/mozilla-firefox with USE='filepicker'"
213 fi
214 fi
215 }
216
217 src_unpack() {
218 gnome2_src_unpack
219
220 # disable pyc compiling
221 mv py-compile py-compile.orig
222 ln -s $(type -P true) py-compile
223
224 # Don't remove sessionsaver, please. -dang
225 epatch "${FILESDIR}"/${PN}-2.21.92-sessionsaver-v4.patch.gz
226 echo "extensions/sessionsaver/ephy-sessionsaver-extension.c" >> po/POTFILES.in
227
228 eautoreconf
229 }
230
231 pkg_postinst() {
232 gnome2_pkg_postinst
233
234 if use python; then
235 python_mod_optimize /usr/$(get_libdir)/epiphany/${MY_MAJORV}/extensions
236 fi
237 }
238
239 pkg_postrm() {
240 gnome2_pkg_postrm
241
242 if use python; then
243 python_mod_cleanup /usr/$(get_libdir)/epiphany/${MY_MAJORV}/extensions
244 fi
245 }