Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gedit/
Date: Tue, 01 Nov 2016 17:32:26
Message-Id: 1478020055.4db26ab510b887109915a75afe0cc610a2767be3.eva@gentoo
1 commit: 4db26ab510b887109915a75afe0cc610a2767be3
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 16:12:42 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 17:07:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4db26ab5
7
8 app-editors/gedit: cleanup old revisions
9
10 Package-Manager: portage-2.3.2
11
12 app-editors/gedit/Manifest | 3 -
13 app-editors/gedit/gedit-3.16.4.ebuild | 107 ---------------------------------
14 app-editors/gedit/gedit-3.18.2.ebuild | 108 ----------------------------------
15 app-editors/gedit/gedit-3.18.3.ebuild | 104 --------------------------------
16 4 files changed, 322 deletions(-)
17
18 diff --git a/app-editors/gedit/Manifest b/app-editors/gedit/Manifest
19 index 38d83cc..89376d9 100644
20 --- a/app-editors/gedit/Manifest
21 +++ b/app-editors/gedit/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST gedit-3.16.4.tar.xz 2925984 SHA256 210937ea9143d8a6c9580a7ab11acf60d478f516d591ace6c8384fb085fb4cc0 SHA512 6320e11f6387b317789f6af4bdbb54350af89bd00c1443b26e68afdacf87c672ca74caf50c9ead80f4395a826d07a8da640e5d5ae89f71bccf75da683f420a81 WHIRLPOOL 057a7ecf22d12fa4899d20e3e365000bfe5c39873edc1331a75c1a061a5ce601b69d5ffaec1685cf0751ab0d7feff68e4d8be024654afdf90a6c08d0193aa2e9
24 -DIST gedit-3.18.2.tar.xz 2915772 SHA256 856e451aec29ee45980011de57cadfe89c3cbc53968f6cc865f8efe0bd0d49b1 SHA512 e81382b74749c4592565bab25d47784a3206e033e6b0e5d5a557403590dafd130e41b31bcecc820a3d9823a48f8e94907bc9bb0335121e369abaca1360a95b30 WHIRLPOOL 87b40323caa707a4ce68d5efc299075883a1fc01e1def15f9052802bccae9075c3aa8c50d36062bb96060421008c510d3c0600fd359950a06ae651e3b56553e5
25 -DIST gedit-3.18.3.tar.xz 2933132 SHA256 6762ac0d793b0f754a2da5f88739d04fa39daa7491c5c46401d24bcef76c32e7 SHA512 8866bc0958dfcf59e5eac0f3c39f2b5f252ffac78a25551968f539f73ebc25cc792ded93899c066339e9b6927f86d6e5ac583df9b9c4d7f0b07d1cc7683e7eb2 WHIRLPOOL fc60b4d251519057eab978a454a2eb0f6741fd097b58f1ac9614413bdab93e15a5f83132ed14f53ae6a6a49a94e9b78a8acce855d229a8f964fefae044a796e8
26 DIST gedit-3.20.2.tar.xz 3135004 SHA256 32a1276a71a0d4a5af4e20a87bc273170ba8e075fc1ca7f51c8d3a6c150463f8 SHA512 3a224a5e0789760f0840b902fd7fa3c1d56b8100e3c502cf9a1c26336cc922192ba7bb37c1c7fd2069c71ccd0483fb692439d73fcb464117f520ec0d140aaf6d WHIRLPOOL 2128fda00474c197b4a85478cd676ae99d929871635b44d2641ffc5c58b47aceb943906c6a8ee3fcd1bbd309e217090a44ea4d83530adf6daab055f410c0796c
27 DIST gedit-3.22.0.tar.xz 2957520 SHA256 063b5a0b5dcc8f540f6e8c3ea1c22cf8a3a19edffc25315a1b6bc51d462b3f45 SHA512 7137fe96cca072c294dea545cb7fafee7ca2da84d8b7756e03a5f5dde6cdca8a3eec6f58136cec0aeeb49c294acd000f01bf3a44447411924aff107dbab26efb WHIRLPOOL 621a9ef89bdaafc490e6b05ac00d91978f175953c37c3d6c141b0513a99bc77b05907dab665d48022f56d0c6a8b9ad8e935c2279d58356d691490b16e533135e
28
29 diff --git a/app-editors/gedit/gedit-3.16.4.ebuild b/app-editors/gedit/gedit-3.16.4.ebuild
30 deleted file mode 100644
31 index 898925e..00000000
32 --- a/app-editors/gedit/gedit-3.16.4.ebuild
33 +++ /dev/null
34 @@ -1,107 +0,0 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -# $Id$
38 -
39 -EAPI="5"
40 -GCONF_DEBUG="no"
41 -GNOME2_LA_PUNT="yes" # plugins are dlopened
42 -PYTHON_COMPAT=( python3_{3,4} )
43 -VALA_MIN_API_VERSION="0.26"
44 -VALA_USE_DEPEND="vapigen"
45 -
46 -inherit eutils gnome2 multilib python-r1 vala virtualx
47 -
48 -DESCRIPTION="A text editor for the GNOME desktop"
49 -HOMEPAGE="https://wiki.gnome.org/Apps/Gedit"
50 -
51 -LICENSE="GPL-2+ CC-BY-SA-3.0"
52 -SLOT="0"
53 -
54 -IUSE="+introspection +python spell vala"
55 -# python-single-r1 would request disabling PYTHON_TARGETS on libpeas
56 -# we need to fix that
57 -REQUIRED_USE="
58 - python? ( introspection )
59 - python? ( ^^ ( $(python_gen_useflags '*') ) )
60 -"
61 -
62 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
63 -
64 -# X libs are not needed for OSX (aqua)
65 -COMMON_DEPEND="
66 - >=dev-libs/libxml2-2.5.0:2
67 - >=dev-libs/glib-2.40:2[dbus]
68 - >=x11-libs/gtk+-3.16:3[introspection?]
69 - >=x11-libs/gtksourceview-3.16:3.0[introspection?]
70 - >=dev-libs/libpeas-1.7.0[gtk]
71 -
72 - gnome-base/gsettings-desktop-schemas
73 - gnome-base/gvfs
74 -
75 - x11-libs/libX11
76 -
77 - net-libs/libsoup:2.4
78 -
79 - introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
80 - python? (
81 - ${PYTHON_DEPS}
82 - dev-python/pycairo[${PYTHON_USEDEP}]
83 - >=dev-python/pygobject-3:3[cairo,${PYTHON_USEDEP}]
84 - dev-libs/libpeas[${PYTHON_USEDEP}] )
85 - spell? (
86 - >=app-text/enchant-1.2:=
87 - >=app-text/iso-codes-0.35 )
88 -"
89 -RDEPEND="${COMMON_DEPEND}
90 - x11-themes/gnome-icon-theme-symbolic
91 -"
92 -DEPEND="${COMMON_DEPEND}
93 - ${vala_depend}
94 - app-text/docbook-xml-dtd:4.1.2
95 - >=app-text/scrollkeeper-0.3.11
96 - dev-libs/libxml2:2
97 - >=dev-util/gtk-doc-am-1
98 - >=dev-util/intltool-0.50.1
99 - dev-util/itstool
100 - >=sys-devel/gettext-0.18
101 - virtual/pkgconfig
102 -"
103 -# yelp-tools, gnome-common needed to eautoreconf
104 -
105 -pkg_setup() {
106 - use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
107 -}
108 -
109 -src_prepare() {
110 - vala_src_prepare
111 - gnome2_src_prepare
112 -}
113 -
114 -src_configure() {
115 - DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README"
116 -
117 - gnome2_src_configure \
118 - --disable-deprecations \
119 - --enable-updater \
120 - --enable-gvfs-metadata \
121 - $(use_enable introspection) \
122 - $(use_enable spell) \
123 - $(use_enable python) \
124 - $(use_enable vala)
125 -}
126 -
127 -src_test() {
128 - # FIXME: this should be handled at eclass level
129 - "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
130 -
131 - unset DBUS_SESSION_BUS_ADDRESS
132 - GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check
133 -}
134 -
135 -src_install() {
136 - local args=()
137 - # manually set pyoverridesdir due to bug #524018 and AM_PATH_PYTHON limitations
138 - use python && args+=( pyoverridesdir="$(python_get_sitedir)/gi/overrides" )
139 -
140 - gnome2_src_install "${args[@]}"
141 -}
142
143 diff --git a/app-editors/gedit/gedit-3.18.2.ebuild b/app-editors/gedit/gedit-3.18.2.ebuild
144 deleted file mode 100644
145 index b683f33..00000000
146 --- a/app-editors/gedit/gedit-3.18.2.ebuild
147 +++ /dev/null
148 @@ -1,108 +0,0 @@
149 -# Copyright 1999-2015 Gentoo Foundation
150 -# Distributed under the terms of the GNU General Public License v2
151 -# $Id$
152 -
153 -EAPI="5"
154 -GCONF_DEBUG="no"
155 -GNOME2_LA_PUNT="yes" # plugins are dlopened
156 -PYTHON_COMPAT=( python3_{3,4,5} )
157 -VALA_MIN_API_VERSION="0.26"
158 -VALA_USE_DEPEND="vapigen"
159 -
160 -inherit eutils gnome2 multilib python-r1 vala virtualx
161 -
162 -DESCRIPTION="A text editor for the GNOME desktop"
163 -HOMEPAGE="https://wiki.gnome.org/Apps/Gedit"
164 -
165 -LICENSE="GPL-2+ CC-BY-SA-3.0"
166 -SLOT="0"
167 -
168 -IUSE="+introspection +python spell vala"
169 -# python-single-r1 would request disabling PYTHON_TARGETS on libpeas
170 -# we need to fix that
171 -REQUIRED_USE="
172 - python? ( introspection )
173 - python? ( ^^ ( $(python_gen_useflags '*') ) )
174 -"
175 -
176 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
177 -
178 -# X libs are not needed for OSX (aqua)
179 -COMMON_DEPEND="
180 - >=dev-libs/libxml2-2.5.0:2
181 - >=dev-libs/glib-2.44:2[dbus]
182 - >=x11-libs/gtk+-3.16:3[introspection?]
183 - >=x11-libs/gtksourceview-3.17.3:3.0[introspection?]
184 - >=dev-libs/libpeas-1.14.1[gtk]
185 -
186 - gnome-base/gsettings-desktop-schemas
187 - gnome-base/gvfs
188 -
189 - x11-libs/libX11
190 -
191 - net-libs/libsoup:2.4
192 -
193 - introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
194 - python? (
195 - ${PYTHON_DEPS}
196 - dev-python/pycairo[${PYTHON_USEDEP}]
197 - >=dev-python/pygobject-3:3[cairo,${PYTHON_USEDEP}]
198 - dev-libs/libpeas[${PYTHON_USEDEP}] )
199 - spell? (
200 - >=app-text/enchant-1.2:=
201 - >=app-text/iso-codes-0.35 )
202 -"
203 -RDEPEND="${COMMON_DEPEND}
204 - x11-themes/gnome-icon-theme-symbolic
205 -"
206 -DEPEND="${COMMON_DEPEND}
207 - ${vala_depend}
208 - app-text/docbook-xml-dtd:4.1.2
209 - >=app-text/scrollkeeper-0.3.11
210 - app-text/yelp-tools
211 - dev-libs/libxml2:2
212 - >=dev-util/gtk-doc-am-1
213 - >=dev-util/intltool-0.50.1
214 - dev-util/itstool
215 - >=sys-devel/gettext-0.18
216 - virtual/pkgconfig
217 -"
218 -# yelp-tools, gnome-common needed to eautoreconf
219 -
220 -pkg_setup() {
221 - use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
222 -}
223 -
224 -src_prepare() {
225 - vala_src_prepare
226 - gnome2_src_prepare
227 -}
228 -
229 -src_configure() {
230 - DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
231 -
232 - gnome2_src_configure \
233 - --disable-deprecations \
234 - --enable-updater \
235 - --enable-gvfs-metadata \
236 - $(use_enable introspection) \
237 - $(use_enable spell) \
238 - $(use_enable python) \
239 - $(use_enable vala)
240 -}
241 -
242 -src_test() {
243 - # FIXME: this should be handled at eclass level
244 - "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
245 -
246 - unset DBUS_SESSION_BUS_ADDRESS
247 - GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check
248 -}
249 -
250 -src_install() {
251 - local args=()
252 - # manually set pyoverridesdir due to bug #524018 and AM_PATH_PYTHON limitations
253 - use python && args+=( pyoverridesdir="$(python_get_sitedir)/gi/overrides" )
254 -
255 - gnome2_src_install "${args[@]}"
256 -}
257
258 diff --git a/app-editors/gedit/gedit-3.18.3.ebuild b/app-editors/gedit/gedit-3.18.3.ebuild
259 deleted file mode 100644
260 index 16e0839..00000000
261 --- a/app-editors/gedit/gedit-3.18.3.ebuild
262 +++ /dev/null
263 @@ -1,104 +0,0 @@
264 -# Copyright 1999-2015 Gentoo Foundation
265 -# Distributed under the terms of the GNU General Public License v2
266 -# $Id$
267 -
268 -EAPI="5"
269 -GCONF_DEBUG="no"
270 -GNOME2_LA_PUNT="yes" # plugins are dlopened
271 -PYTHON_COMPAT=( python3_{3,4,5} )
272 -VALA_MIN_API_VERSION="0.26"
273 -VALA_USE_DEPEND="vapigen"
274 -
275 -inherit eutils gnome2 multilib python-r1 vala virtualx
276 -
277 -DESCRIPTION="A text editor for the GNOME desktop"
278 -HOMEPAGE="https://wiki.gnome.org/Apps/Gedit"
279 -
280 -LICENSE="GPL-2+ CC-BY-SA-3.0"
281 -SLOT="0"
282 -
283 -IUSE="+introspection +python spell vala"
284 -# python-single-r1 would request disabling PYTHON_TARGETS on libpeas
285 -# we need to fix that
286 -REQUIRED_USE="
287 - python? ( introspection )
288 - python? ( ^^ ( $(python_gen_useflags '*') ) )
289 -"
290 -
291 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
292 -
293 -# X libs are not needed for OSX (aqua)
294 -COMMON_DEPEND="
295 - >=dev-libs/libxml2-2.5.0:2
296 - >=dev-libs/glib-2.44:2[dbus]
297 - >=x11-libs/gtk+-3.16:3[introspection?]
298 - >=x11-libs/gtksourceview-3.18:3.0[introspection?]
299 - >=dev-libs/libpeas-1.14.1[gtk]
300 -
301 - gnome-base/gsettings-desktop-schemas
302 - gnome-base/gvfs
303 -
304 - x11-libs/libX11
305 -
306 - net-libs/libsoup:2.4
307 -
308 - introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
309 - python? (
310 - ${PYTHON_DEPS}
311 - dev-python/pycairo[${PYTHON_USEDEP}]
312 - >=dev-python/pygobject-3:3[cairo,${PYTHON_USEDEP}]
313 - dev-libs/libpeas[${PYTHON_USEDEP}] )
314 - spell? (
315 - >=app-text/enchant-1.2:=
316 - >=app-text/iso-codes-0.35 )
317 -"
318 -RDEPEND="${COMMON_DEPEND}
319 - x11-themes/adwaita-icon-theme
320 -"
321 -DEPEND="${COMMON_DEPEND}
322 - ${vala_depend}
323 - app-text/docbook-xml-dtd:4.1.2
324 - app-text/yelp-tools
325 - dev-libs/libxml2:2
326 - >=dev-util/gtk-doc-am-1
327 - >=dev-util/intltool-0.50.1
328 - dev-util/itstool
329 - >=sys-devel/gettext-0.18
330 - virtual/pkgconfig
331 -"
332 -# yelp-tools, gnome-common needed to eautoreconf
333 -
334 -pkg_setup() {
335 - use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
336 -}
337 -
338 -src_prepare() {
339 - vala_src_prepare
340 - gnome2_src_prepare
341 -}
342 -
343 -src_configure() {
344 - DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
345 -
346 - gnome2_src_configure \
347 - --disable-deprecations \
348 - --enable-updater \
349 - --enable-gvfs-metadata \
350 - $(use_enable introspection) \
351 - $(use_enable spell) \
352 - $(use_enable python) \
353 - $(use_enable vala)
354 -}
355 -
356 -src_test() {
357 - "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
358 - GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check
359 -}
360 -
361 -src_install() {
362 - local args=()
363 - # manually set pyoverridesdir due to bug #524018 and AM_PATH_PYTHON limitations
364 - use python && args+=( pyoverridesdir="$(python_get_sitedir)/gi/overrides" )
365 -
366 - gnome2_src_install "${args[@]}"
367 -}