Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-activity-journal/files/, gnome-extra/zeitgeist/files/, ...
Date: Sun, 28 Jan 2018 13:50:40
Message-Id: 1517147410.a4a9942c06d668c5a2b14345b49de7c6896a2b37.zlogene@gentoo
1 commit: a4a9942c06d668c5a2b14345b49de7c6896a2b37
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 28 13:50:10 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 28 13:50:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a9942c
7
8 gnome-extra/: remove last rited package
9
10 gnome-extra/activity-log-manager/Manifest | 1 -
11 .../activity-log-manager-0.9.7-r1.ebuild | 50 --------
12 .../files/activity-log-manager-0.9.0.1-gold.patch | 16 ---
13 .../activity-log-manager-0.9.7-ambiguous.patch | 139 ---------------------
14 .../activity-log-manager-0.9.7-gtk-icon_size.patch | 13 --
15 gnome-extra/activity-log-manager/metadata.xml | 17 ---
16 gnome-extra/gnome-activity-journal/Manifest | 1 -
17 .../gnome-activity-journal-0.8.0-zg-0.9.patch | 15 ---
18 .../gnome-activity-journal-0.8.0-r4.ebuild | 50 --------
19 .../gnome-activity-journal-0.8.0-r5.ebuild | 50 --------
20 gnome-extra/gnome-activity-journal/metadata.xml | 11 --
21 gnome-extra/zeitgeist-explorer/Manifest | 1 -
22 gnome-extra/zeitgeist-explorer/metadata.xml | 17 ---
23 .../zeitgeist-explorer-0.2-r2.ebuild | 27 ----
24 gnome-extra/zeitgeist/Manifest | 2 -
25 .../files/zeitgeist-0.9.15-python-detection.patch | 38 ------
26 .../files/zeitgeist-1.0-python-detection.patch | 38 ------
27 gnome-extra/zeitgeist/metadata.xml | 23 ----
28 gnome-extra/zeitgeist/zeitgeist-0.9.16.ebuild | 93 --------------
29 gnome-extra/zeitgeist/zeitgeist-1.0.ebuild | 94 --------------
30 20 files changed, 696 deletions(-)
31
32 diff --git a/gnome-extra/activity-log-manager/Manifest b/gnome-extra/activity-log-manager/Manifest
33 deleted file mode 100644
34 index 647abfea293..00000000000
35 --- a/gnome-extra/activity-log-manager/Manifest
36 +++ /dev/null
37 @@ -1 +0,0 @@
38 -DIST activity-log-manager-0.9.7.tar.xz 332004 BLAKE2B 87abc548f111bd25e86c750b91888cf8f5b6d26c0598cb960f6b391523882475e6c285d7136372363010fcf8a10d6943f582c13b54a2993bb90fc3facf9307d0 SHA512 e0a43cae08e7f86b35ab8a4b0c70a4eb4a2ae821d3ab907a5c4135640e67c572ec2e735a3350099e3febe177d67db83af526c62b7b595894c0df08d84c3bb6ce
39
40 diff --git a/gnome-extra/activity-log-manager/activity-log-manager-0.9.7-r1.ebuild b/gnome-extra/activity-log-manager/activity-log-manager-0.9.7-r1.ebuild
41 deleted file mode 100644
42 index 947436189f9..00000000000
43 --- a/gnome-extra/activity-log-manager/activity-log-manager-0.9.7-r1.ebuild
44 +++ /dev/null
45 @@ -1,50 +0,0 @@
46 -# Copyright 1999-2015 Gentoo Foundation
47 -# Distributed under the terms of the GNU General Public License v2
48 -
49 -EAPI=5
50 -
51 -GNOME2_LA_PUNT="yes"
52 -VALA_MIN_API_VERSION="0.26" # Fails with 0.24, but works with 0.26 and older versions
53 -WANT_AUTOMAKE=1.13
54 -
55 -inherit autotools eutils gnome2 vala versionator
56 -
57 -DESCRIPTION="GUI which lets you easily control what gets logged by Zeitgeist"
58 -HOMEPAGE="https://launchpad.net/activity-log-manager/"
59 -SRC_URI="https://launchpad.net/history-manager/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.xz"
60 -
61 -LICENSE="LGPL-2"
62 -SLOT="0"
63 -KEYWORDS="amd64 x86"
64 -IUSE=""
65 -
66 -RDEPEND="
67 - dev-libs/libgee:0
68 - dev-libs/glib:2
69 - gnome-extra/zeitgeist
70 - x11-libs/cairo
71 - x11-libs/gdk-pixbuf
72 - x11-libs/gtk+:3
73 - x11-libs/pango"
74 -DEPEND="${RDEPEND}
75 - $(vala_depend)
76 - virtual/pkgconfig
77 - dev-util/intltool
78 - sys-devel/gettext"
79 -
80 -src_prepare() {
81 - DOCS="README NEWS INSTALL ChangeLog AUTHORS"
82 -
83 - rm src/${PN}.c || die
84 -
85 - epatch \
86 - "${FILESDIR}"/${PN}-0.9.0.1-gold.patch \
87 - "${FILESDIR}"/${P}-gtk-icon_size.patch \
88 - "${FILESDIR}"/${P}-ambiguous.patch
89 - sed \
90 - -e "/^almdocdir/s:=.*$:= \${prefix}/share/doc/${PF}:g" \
91 - -i Makefile.am || die
92 - vala_src_prepare
93 - eautoreconf
94 - gnome2_src_prepare
95 -}
96
97 diff --git a/gnome-extra/activity-log-manager/files/activity-log-manager-0.9.0.1-gold.patch b/gnome-extra/activity-log-manager/files/activity-log-manager-0.9.0.1-gold.patch
98 deleted file mode 100644
99 index cffaf594feb..00000000000
100 --- a/gnome-extra/activity-log-manager/files/activity-log-manager-0.9.0.1-gold.patch
101 +++ /dev/null
102 @@ -1,16 +0,0 @@
103 - src/Makefile.am | 2 +-
104 - 1 files changed, 1 insertions(+), 1 deletions(-)
105 -
106 -diff --git a/src/Makefile.am b/src/Makefile.am
107 -index eaf039f..05c1393 100644
108 ---- a/src/Makefile.am
109 -+++ b/src/Makefile.am
110 -@@ -50,7 +50,7 @@ SHARED_LIBS = \
111 - $(GEE_LIBS) \
112 - $(GIO_UNIX_LIBS)
113 - activity_log_manager_LDADD = \
114 -- $(SHARED_LIBS)
115 -+ $(SHARED_LIBS) -lm
116 - libactivity_log_manager_la_LIBADD = \
117 - $(SHARED_LIBS) \
118 - $(CCPANEL_LIBS)
119
120 diff --git a/gnome-extra/activity-log-manager/files/activity-log-manager-0.9.7-ambiguous.patch b/gnome-extra/activity-log-manager/files/activity-log-manager-0.9.7-ambiguous.patch
121 deleted file mode 100644
122 index ba582aef897..00000000000
123 --- a/gnome-extra/activity-log-manager/files/activity-log-manager-0.9.7-ambiguous.patch
124 +++ /dev/null
125 @@ -1,139 +0,0 @@
126 - src/blacklist-dbus.vala | 4 ++--
127 - src/security-widget.vala | 2 +-
128 - src/unified-privacy-applications.vala | 16 ++++++++--------
129 - src/unified-privacy.vala | 4 ++--
130 - 4 files changed, 13 insertions(+), 13 deletions(-)
131 -
132 -diff --git a/src/blacklist-dbus.vala b/src/blacklist-dbus.vala
133 -index 355a684..fd165e3 100644
134 ---- a/src/blacklist-dbus.vala
135 -+++ b/src/blacklist-dbus.vala
136 -@@ -137,7 +137,7 @@ namespace Alm {
137 - return false;
138 - }
139 -
140 -- public async void find_events (string id, TreeIter iter, ListStore store)
141 -+ public async void find_events (string id, TreeIter iter, Gtk.ListStore store)
142 - {
143 - Event event = new Event();
144 - event.manifestation = Zeitgeist.ZG.USER_ACTIVITY;
145 -@@ -165,7 +165,7 @@ namespace Alm {
146 - store.set_value(iter, 5, counter);
147 - }
148 -
149 -- public void get_count_for_app (string app_id, TreeIter iter, ListStore store) {
150 -+ public void get_count_for_app (string app_id, TreeIter iter, Gtk.ListStore store) {
151 - find_events(app_id, iter, store);
152 - }
153 -
154 -diff --git a/src/security-widget.vala b/src/security-widget.vala
155 -index 4394924..e983c15 100644
156 ---- a/src/security-widget.vala
157 -+++ b/src/security-widget.vala
158 -@@ -39,7 +39,7 @@ namespace Alm {
159 -
160 - private void set_up_ui () {
161 -
162 -- var liststore_delay = new ListStore (2, typeof (string), typeof (int));
163 -+ var liststore_delay = new Gtk.ListStore (2, typeof (string), typeof (int));
164 - TreeIter iter;
165 - liststore_delay.append (out iter);
166 - liststore_delay.set (iter, 0, "1 second", 1, 0);
167 -diff --git a/src/unified-privacy-applications.vala b/src/unified-privacy-applications.vala
168 -index 9b06f44..a4966d3 100644
169 ---- a/src/unified-privacy-applications.vala
170 -+++ b/src/unified-privacy-applications.vala
171 -@@ -60,7 +60,7 @@ namespace Alm {
172 - }
173 - }
174 -
175 -- public void get_count_for_app(string id, TreeIter iter, ListStore store) {
176 -+ public void get_count_for_app(string id, TreeIter iter, Gtk.ListStore store) {
177 - this.blacklist_interface.get_count_for_app(id, iter, store);
178 - }
179 -
180 -@@ -131,7 +131,7 @@ namespace Alm {
181 - private class ApplicationsTreeView : Gtk.Box {
182 -
183 - private ApplicationBlacklist app_blacklist;
184 -- private ListStore store;
185 -+ private Gtk.ListStore store;
186 - private TreeView treeview;
187 -
188 - HashTable<string, AppChooseInfo> blocked_apps;
189 -@@ -145,7 +145,7 @@ namespace Alm {
190 - N_COLS
191 - }
192 -
193 -- public ListStore liststore {
194 -+ public Gtk.ListStore liststore {
195 - get {
196 - return this.store;
197 - }
198 -@@ -160,7 +160,7 @@ namespace Alm {
199 - this.blocked_apps = blocked;
200 - this.unblocked_apps = unblocked;
201 -
202 -- this.store = new ListStore (TreeViewCols.N_COLS,
203 -+ this.store = new Gtk.ListStore (TreeViewCols.N_COLS,
204 - typeof (string),
205 - typeof (Gdk.Pixbuf),
206 - typeof (string));
207 -@@ -292,7 +292,7 @@ namespace Alm {
208 - private class AppSelectionTreeView : Gtk.Box {
209 -
210 - private ApplicationBlacklist app_blacklist;
211 -- private ListStore store;
212 -+ private Gtk.ListStore store;
213 - private TreeView treeview;
214 -
215 - enum TreeViewCols
216 -@@ -312,7 +312,7 @@ namespace Alm {
217 - }
218 - }
219 -
220 -- public ListStore liststore {
221 -+ public Gtk.ListStore liststore {
222 - get {
223 - return store;
224 - }
225 -@@ -323,7 +323,7 @@ namespace Alm {
226 -
227 - this.app_blacklist = app_blacklist;
228 -
229 -- this.store = new ListStore (TreeViewCols.N_COLS,
230 -+ this.store = new Gtk.ListStore (TreeViewCols.N_COLS,
231 - typeof (string),
232 - typeof (Gdk.Pixbuf),
233 - typeof (string),
234 -@@ -426,7 +426,7 @@ namespace Alm {
235 - }
236 - }
237 -
238 -- public ListStore liststore {
239 -+ public Gtk.ListStore liststore {
240 - get {
241 - return treeview.liststore;
242 - }
243 -diff --git a/src/unified-privacy.vala b/src/unified-privacy.vala
244 -index 0d46370..c64f78d 100644
245 ---- a/src/unified-privacy.vala
246 -+++ b/src/unified-privacy.vala
247 -@@ -55,7 +55,7 @@ namespace Alm {
248 -
249 - //General stuffs
250 - private TreeView exception_list;
251 -- private ListStore exception_list_store;
252 -+ private Gtk.ListStore exception_list_store;
253 -
254 - private Switch record_button;
255 -
256 -@@ -262,7 +262,7 @@ namespace Alm {
257 - exception_vbox.pack_start (al2, false, false, 5);
258 -
259 - // Exception TreeView
260 -- this.exception_list_store = new ListStore (4,
261 -+ this.exception_list_store = new Gtk.ListStore (4,
262 - typeof(string), // Full file path of application desktop file.
263 - typeof(Gdk.Pixbuf?), // Pixbuf
264 - typeof(string), // File basename or ApplicationName
265
266 diff --git a/gnome-extra/activity-log-manager/files/activity-log-manager-0.9.7-gtk-icon_size.patch b/gnome-extra/activity-log-manager/files/activity-log-manager-0.9.7-gtk-icon_size.patch
267 deleted file mode 100644
268 index 07e082e269d..00000000000
269 --- a/gnome-extra/activity-log-manager/files/activity-log-manager-0.9.7-gtk-icon_size.patch
270 +++ /dev/null
271 @@ -1,13 +0,0 @@
272 -=== modified file 'src/unified-privacy.vala'
273 ---- src/unified-privacy.vala 2014-11-10 06:31:32 +0000
274 -+++ src/unified-privacy.vala 2014-11-10 19:34:43 +0000
275 -@@ -289,7 +289,7 @@
276 - // Add/Remove buttons
277 - var exception_toolbar = new Toolbar();
278 - exception_toolbar.toolbar_style = ToolbarStyle.ICONS;
279 -- exception_toolbar.icon_size = 1;
280 -+ exception_toolbar.icon_size = Gtk.IconSize.MENU;
281 - exception_toolbar.icon_size_set = true;
282 - exception_toolbar.visible = true;
283 -
284 -
285
286 diff --git a/gnome-extra/activity-log-manager/metadata.xml b/gnome-extra/activity-log-manager/metadata.xml
287 deleted file mode 100644
288 index b7f02104329..00000000000
289 --- a/gnome-extra/activity-log-manager/metadata.xml
290 +++ /dev/null
291 @@ -1,17 +0,0 @@
292 -<?xml version="1.0" encoding="UTF-8"?>
293 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
294 -<pkgmetadata>
295 - <maintainer type="project">
296 - <email>gnome@g.o</email>
297 - <name>Gentoo GNOME Desktop</name>
298 - </maintainer>
299 - <longdescription>
300 -Gnome Activity Journal (GAJ for friends) is your portal to the world of
301 -Zeitgeist. It's a user interface written in PyGTK ideated for easily
302 -browsing and finding files on your computer. It incorporates search,
303 -file preview, tag, bookmark and other useful features.
304 -</longdescription>
305 - <upstream>
306 - <remote-id type="launchpad">history-manager</remote-id>
307 - </upstream>
308 -</pkgmetadata>
309
310 diff --git a/gnome-extra/gnome-activity-journal/Manifest b/gnome-extra/gnome-activity-journal/Manifest
311 deleted file mode 100644
312 index c83297ed4b2..00000000000
313 --- a/gnome-extra/gnome-activity-journal/Manifest
314 +++ /dev/null
315 @@ -1 +0,0 @@
316 -DIST gnome-activity-journal-0.8.0.tar.gz 334159 BLAKE2B 493e3db1931469613cdae8651669885abe78f0fb4e322eb8adb359cb16609f99d6ca3caac1c32435bdb7bae107bd91c0c88c8dabbfa96e182c5546ed992cf368 SHA512 5d92bb032328c9eb7c230015675c379b9cb9f3c31362128b8b25ede070df11120beadbf1766ba5d250006f1da523fc8a45f760119706a977de6e0124321375a7
317
318 diff --git a/gnome-extra/gnome-activity-journal/files/gnome-activity-journal-0.8.0-zg-0.9.patch b/gnome-extra/gnome-activity-journal/files/gnome-activity-journal-0.8.0-zg-0.9.patch
319 deleted file mode 100644
320 index 73e87e0b071..00000000000
321 --- a/gnome-extra/gnome-activity-journal/files/gnome-activity-journal-0.8.0-zg-0.9.patch
322 +++ /dev/null
323 @@ -1,15 +0,0 @@
324 ---- a/src/external.py
325 -+++ b/src/external.py
326 -@@ -41,7 +41,11 @@
327 - _restarted = False
328 -
329 - def __init__(self):
330 -- self._extension = CLIENT._iface.get_extension("Log", "journal/activity")
331 -+ if CLIENT.get_version() >= [0, 8, 99]:
332 -+ self._extension = CLIENT._iface.get_extension("Histogram", "journal/activity")
333 -+ else:
334 -+ self._extension = CLIENT._iface.get_extension("Log", "journal/activity")
335 -+
336 -
337 - def _show_error(self):
338 - dialog = gtk.MessageDialog(
339
340 diff --git a/gnome-extra/gnome-activity-journal/gnome-activity-journal-0.8.0-r4.ebuild b/gnome-extra/gnome-activity-journal/gnome-activity-journal-0.8.0-r4.ebuild
341 deleted file mode 100644
342 index ddad2fd9208..00000000000
343 --- a/gnome-extra/gnome-activity-journal/gnome-activity-journal-0.8.0-r4.ebuild
344 +++ /dev/null
345 @@ -1,50 +0,0 @@
346 -# Copyright 1999-2015 Gentoo Foundation
347 -# Distributed under the terms of the GNU General Public License v2
348 -
349 -EAPI=5
350 -
351 -PYTHON_COMPAT=( python2_7 )
352 -DISTUTILS_IN_SOURCE_BUILD=true
353 -
354 -inherit eutils gnome2 distutils-r1 gnome2-utils versionator
355 -
356 -DIR_PV=$(get_version_component_range 1-2)
357 -
358 -DESCRIPTION="Tool for easily browsing and finding files on your computer"
359 -HOMEPAGE="https://launchpad.net/gnome-activity-journal/"
360 -SRC_URI="https://launchpad.net/gnome-activity-journal/${DIR_PV}/${PV}/+download/${P}.tar.gz"
361 -
362 -SLOT="0"
363 -LICENSE="GPL-3 LGPL-3"
364 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
365 -IUSE=""
366 -
367 -RDEPEND="
368 - dev-python/dbus-python
369 - dev-python/libgnome-python
370 - dev-python/gconf-python
371 - dev-python/gst-python:0.10
372 - dev-python/pycairo
373 - dev-python/pygobject:2
374 - dev-python/pygtk:2
375 - dev-python/pyxdg
376 - gnome-extra/zeitgeist
377 - sys-apps/dbus"
378 -DEPEND="${RDEPEND}
379 - dev-util/intltool
380 - dev-python/python-distutils-extra"
381 -
382 -PATCHES=( "${FILESDIR}"/${P}-zg-0.9.patch )
383 -
384 -src_configure() {
385 - distutils-r1_src_configure
386 -}
387 -
388 -src_compile() {
389 - distutils-r1_src_compile
390 -}
391 -
392 -src_install() {
393 - distutils-r1_src_install
394 - python_replicate_script "${ED}"/usr/bin/${PN}
395 -}
396
397 diff --git a/gnome-extra/gnome-activity-journal/gnome-activity-journal-0.8.0-r5.ebuild b/gnome-extra/gnome-activity-journal/gnome-activity-journal-0.8.0-r5.ebuild
398 deleted file mode 100644
399 index a06e51dc4aa..00000000000
400 --- a/gnome-extra/gnome-activity-journal/gnome-activity-journal-0.8.0-r5.ebuild
401 +++ /dev/null
402 @@ -1,50 +0,0 @@
403 -# Copyright 1999-2015 Gentoo Foundation
404 -# Distributed under the terms of the GNU General Public License v2
405 -
406 -EAPI=5
407 -PYTHON_COMPAT=( python2_7 )
408 -DISTUTILS_IN_SOURCE_BUILD=true
409 -DISTUTILS_SINGLE_IMPL=true
410 -
411 -inherit eutils gnome2 distutils-r1 versionator
412 -
413 -DIR_PV=$(get_version_component_range 1-2)
414 -
415 -DESCRIPTION="Tool for easily browsing and finding files on your computer"
416 -HOMEPAGE="https://launchpad.net/gnome-activity-journal/"
417 -SRC_URI="https://launchpad.net/gnome-activity-journal/${DIR_PV}/${PV}/+download/${P}.tar.gz"
418 -
419 -SLOT="0"
420 -LICENSE="GPL-3 LGPL-3"
421 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
422 -IUSE=""
423 -
424 -RDEPEND="
425 - dev-python/dbus-python
426 - dev-python/libgnome-python
427 - dev-python/gconf-python
428 - dev-python/gst-python:0.10
429 - dev-python/pycairo
430 - dev-python/pygobject:2
431 - dev-python/pygtk:2
432 - dev-python/pyxdg
433 - gnome-extra/zeitgeist
434 - sys-apps/dbus"
435 -DEPEND="${RDEPEND}
436 - dev-util/intltool
437 - dev-python/python-distutils-extra"
438 -
439 -PATCHES=( "${FILESDIR}"/${P}-zg-0.9.patch )
440 -
441 -src_configure() {
442 - distutils-r1_src_configure
443 -}
444 -
445 -src_compile() {
446 - distutils-r1_src_compile
447 -}
448 -
449 -src_install() {
450 - distutils-r1_src_install
451 - python_fix_shebang "${ED}"
452 -}
453
454 diff --git a/gnome-extra/gnome-activity-journal/metadata.xml b/gnome-extra/gnome-activity-journal/metadata.xml
455 deleted file mode 100644
456 index c15f403d032..00000000000
457 --- a/gnome-extra/gnome-activity-journal/metadata.xml
458 +++ /dev/null
459 @@ -1,11 +0,0 @@
460 -<?xml version="1.0" encoding="UTF-8"?>
461 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
462 -<pkgmetadata>
463 - <maintainer type="project">
464 - <email>gnome@g.o</email>
465 - <name>Gentoo GNOME Desktop</name>
466 - </maintainer>
467 - <upstream>
468 - <remote-id type="launchpad">gnome-activity-journal</remote-id>
469 - </upstream>
470 -</pkgmetadata>
471
472 diff --git a/gnome-extra/zeitgeist-explorer/Manifest b/gnome-extra/zeitgeist-explorer/Manifest
473 deleted file mode 100644
474 index 4cc045e8602..00000000000
475 --- a/gnome-extra/zeitgeist-explorer/Manifest
476 +++ /dev/null
477 @@ -1 +0,0 @@
478 -DIST zeitgeist-explorer-0.2.tar.gz 25503 BLAKE2B 014aaafccfa97c39288454d8051efe564553f4b9df8edc71de51b55081e8c16ec60772ec41c78d9249010d15e4d672a93e8526e23a41c57d33ae22bef2231224 SHA512 05e16e4c6980ce0dd23fb3f74d0c45aad6e5a31d5b8982d04d20781c3527e4e1b768e75e67664fe5731202a3682c972fd759a71d58b420b31f72e3eb2dce7788
479
480 diff --git a/gnome-extra/zeitgeist-explorer/metadata.xml b/gnome-extra/zeitgeist-explorer/metadata.xml
481 deleted file mode 100644
482 index d7b6f196245..00000000000
483 --- a/gnome-extra/zeitgeist-explorer/metadata.xml
484 +++ /dev/null
485 @@ -1,17 +0,0 @@
486 -<?xml version="1.0" encoding="UTF-8"?>
487 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
488 -<pkgmetadata>
489 - <maintainer type="project">
490 - <email>gnome@g.o</email>
491 - <name>Gentoo GNOME Desktop</name>
492 - </maintainer>
493 - <longdescription>
494 -Zeitgeist explorer is a tool which can be used to monitor and explore the
495 -events logged by zeitgeist. In the monitor mode is can show the events logged
496 -in real-time just like wireshark. In explore mode, it can fetch already
497 -logged events for a specific template
498 -</longdescription>
499 - <upstream>
500 - <remote-id type="launchpad">zeitgeist-explorer</remote-id>
501 - </upstream>
502 -</pkgmetadata>
503
504 diff --git a/gnome-extra/zeitgeist-explorer/zeitgeist-explorer-0.2-r2.ebuild b/gnome-extra/zeitgeist-explorer/zeitgeist-explorer-0.2-r2.ebuild
505 deleted file mode 100644
506 index d69e9e8586c..00000000000
507 --- a/gnome-extra/zeitgeist-explorer/zeitgeist-explorer-0.2-r2.ebuild
508 +++ /dev/null
509 @@ -1,27 +0,0 @@
510 -# Copyright 1999-2017 Gentoo Foundation
511 -# Distributed under the terms of the GNU General Public License v2
512 -
513 -EAPI=5
514 -
515 -# gnome-extra/zeitgeist doesn't have python3 support, bug #622084
516 -PYTHON_COMPAT=( python2_7 )
517 -
518 -inherit distutils-r1 versionator
519 -
520 -MY_PV="$(get_version_component_range 1-2)"
521 -MY_P="${PN}-${MY_PV}"
522 -
523 -DESCRIPTION="Monitor and inspect Zeitgeist's log at a low level - developer tool"
524 -HOMEPAGE="https://launchpad.net/zeitgeist-explorer/"
525 -SRC_URI="https://launchpad.net/${PN}/0.x/${MY_PV}/+download/${P}.tar.gz"
526 -
527 -SLOT="0"
528 -LICENSE="LGPL-2.1"
529 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
530 -IUSE=""
531 -
532 -RDEPEND="
533 - gnome-extra/zeitgeist[${PYTHON_USEDEP}]
534 - x11-libs/gtk+:3[introspection]"
535 -DEPEND="${RDEPEND}
536 - dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
537
538 diff --git a/gnome-extra/zeitgeist/Manifest b/gnome-extra/zeitgeist/Manifest
539 deleted file mode 100644
540 index 924503049e3..00000000000
541 --- a/gnome-extra/zeitgeist/Manifest
542 +++ /dev/null
543 @@ -1,2 +0,0 @@
544 -DIST zeitgeist-0.9.16.tar.xz 807092 BLAKE2B c74f2c5d9dd4dcfb57714d2a43acfe8b0abf3f97913eff92dd6d4c5ace43b60db0bbd3531fa423635ef65bb7d6fbdff7eeabccf8bba8408c82561513493d4c44 SHA512 eb28215c937b71c8cec12f55236db4281ad529b2854ecb3c093477d45cd8348c6ea764e2cf00a99d41645b27b685a5325f0631b318409735b578a5871087b0f1
545 -DIST zeitgeist-1.0.tar.xz 848740 BLAKE2B 7ded951d00ed05f539359ab5d2f54afbbed3f1a1b6e62fe588d2307cdb97f60227efa0aa9d4159c3738f4eb641e6d63665b665b4a8313449f92cdcc6cee9efaf SHA512 e8fa4db7202c5dceb6cb960775651624bdcd7fc2005019ff6491d7c139ccf036e865977adbd98ae3c9b97b22e5cf28534b64f01fde58b7bc89c0f0f8d13383e8
546
547 diff --git a/gnome-extra/zeitgeist/files/zeitgeist-0.9.15-python-detection.patch b/gnome-extra/zeitgeist/files/zeitgeist-0.9.15-python-detection.patch
548 deleted file mode 100644
549 index 79184f70a2b..00000000000
550 --- a/gnome-extra/zeitgeist/files/zeitgeist-0.9.15-python-detection.patch
551 +++ /dev/null
552 @@ -1,38 +0,0 @@
553 -From dd46d6f8db69ee8d291d63251d841e73070cd526 Mon Sep 17 00:00:00 2001
554 -From: Gilles Dartiguelongue <eva@g.o>
555 -Date: Sun, 4 Jan 2015 00:09:14 +0100
556 -Subject: [PATCH] Make python module detection match detected python
557 -
558 -Some distribution might provided multiple python and configure can know
559 -about which exactly though AM_PATH_PYTHON.
560 ----
561 - configure.ac | 11 ++++++-----
562 - 1 file changed, 6 insertions(+), 5 deletions(-)
563 -
564 -diff --git a/configure.ac b/configure.ac
565 -index acf7daa..6136ad6 100644
566 ---- a/configure.ac
567 -+++ b/configure.ac
568 -@@ -269,13 +269,14 @@ if test "x$HAVE_RAPPER" = "xno"; then
569 - fi
570 -
571 - # check for python-rdflib
572 -+AM_PATH_PYTHON([2.7])
573 -+
574 - AC_MSG_CHECKING([for python-rdflib])
575 --echo "import rdflib" | python - 2>/dev/null
576 --if test $? -ne 0 ; then
577 -- AC_MSG_FAILURE([failed. Please install the python-rdflib package.])
578 --else
579 -+AS_IF([$PYTHON -c "import rdflib" 2>/dev/null], [
580 - AC_MSG_RESULT([yes])
581 --fi
582 -+], [
583 -+ AC_MSG_FAILURE([failed. Please install the python-rdflib package.])
584 -+])
585 -
586 - #################################################
587 - # Summary
588 ---
589 -2.3.0
590 -
591
592 diff --git a/gnome-extra/zeitgeist/files/zeitgeist-1.0-python-detection.patch b/gnome-extra/zeitgeist/files/zeitgeist-1.0-python-detection.patch
593 deleted file mode 100644
594 index c82db10ec3c..00000000000
595 --- a/gnome-extra/zeitgeist/files/zeitgeist-1.0-python-detection.patch
596 +++ /dev/null
597 @@ -1,38 +0,0 @@
598 -From 662d359689834ea3d1fdb75050b4c97d2ad720cf Mon Sep 17 00:00:00 2001
599 -From: Gilles Dartiguelongue <eva@g.o>
600 -Date: Sun, 4 Jan 2015 00:09:14 +0100
601 -Subject: [PATCH] Make python module detection match detected python
602 -
603 -Some distribution might provided multiple python and configure can know
604 -about which exactly though AM_PATH_PYTHON.
605 ----
606 - configure.ac | 11 ++++++-----
607 - 1 file changed, 6 insertions(+), 5 deletions(-)
608 -
609 -diff --git a/configure.ac b/configure.ac
610 -index 9a0330a6..703fb957 100644
611 ---- a/configure.ac
612 -+++ b/configure.ac
613 -@@ -255,13 +255,14 @@ if test "x$HAVE_RAPPER" = "xno"; then
614 - fi
615 -
616 - # check for python-rdflib
617 -+AM_PATH_PYTHON([2.7])
618 -+
619 - AC_MSG_CHECKING([for python-rdflib])
620 --echo "import rdflib" | $PYTHON - 2>/dev/null
621 --if test $? -ne 0 ; then
622 -- AC_MSG_FAILURE([failed. Please install the python-rdflib package.])
623 --else
624 -+AS_IF([$PYTHON -c "import rdflib" 2>/dev/null], [
625 - AC_MSG_RESULT([yes])
626 --fi
627 -+], [
628 -+ AC_MSG_FAILURE([failed. Please install the python-rdflib package.])
629 -+])
630 -
631 - #################################################
632 - # Summary
633 ---
634 -2.13.2
635 -
636
637 diff --git a/gnome-extra/zeitgeist/metadata.xml b/gnome-extra/zeitgeist/metadata.xml
638 deleted file mode 100644
639 index 9253594b1e4..00000000000
640 --- a/gnome-extra/zeitgeist/metadata.xml
641 +++ /dev/null
642 @@ -1,23 +0,0 @@
643 -<?xml version="1.0" encoding="UTF-8"?>
644 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
645 -<pkgmetadata>
646 - <maintainer type="project">
647 - <email>desktop-misc@g.o</email>
648 - <name>Gentoo Desktop Miscellaneous Project</name>
649 - </maintainer>
650 - <longdescription>
651 -The engine is the main module that accepts all incoming events and allows
652 -applications to fetch as well as subscribe to be notified when events
653 -are logged. It is the heart of Zeitgeist.
654 -</longdescription>
655 - <use>
656 - <flag name="datahub">Use build datahub for passive event injection</flag>
657 - <flag name="downloads-monitor">Monitor the XDG_DOWNLOAD_DIRECTORY</flag>
658 - <flag name="fts">Enable the full text search extension</flag>
659 - <flag name="sql-debug">Enable SQL debugging</flag>
660 - <flag name="telepathy">Enable telepathy framework as data source</flag>
661 - </use>
662 - <upstream>
663 - <remote-id type="launchpad">zeitgeist</remote-id>
664 - </upstream>
665 -</pkgmetadata>
666
667 diff --git a/gnome-extra/zeitgeist/zeitgeist-0.9.16.ebuild b/gnome-extra/zeitgeist/zeitgeist-0.9.16.ebuild
668 deleted file mode 100644
669 index 32e9f593157..00000000000
670 --- a/gnome-extra/zeitgeist/zeitgeist-0.9.16.ebuild
671 +++ /dev/null
672 @@ -1,93 +0,0 @@
673 -# Copyright 1999-2017 Gentoo Foundation
674 -# Distributed under the terms of the GNU General Public License v2
675 -
676 -EAPI=5
677 -
678 -AUTOTOOLS_AUTORECONF=true
679 -PYTHON_COMPAT=( python2_7 )
680 -VALA_MIN_API_VERSION=0.22
681 -
682 -inherit autotools-utils bash-completion-r1 eutils python-r1 vala versionator
683 -
684 -DIR_PV=$(get_version_component_range 1-2)
685 -
686 -DESCRIPTION="Service to log activities and present to other apps"
687 -HOMEPAGE="https://launchpad.net/zeitgeist/"
688 -SRC_URI="https://launchpad.net/zeitgeist/${DIR_PV}/${PV}/+download/${P}.tar.xz
689 - https://dev.gentoo.org/~eva/distfiles/${PN}/${P}.tar.xz"
690 -
691 -LICENSE="LGPL-2+ LGPL-3+ GPL-2+"
692 -SLOT="0"
693 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
694 -IUSE="+datahub downloads-monitor +fts icu introspection nls sql-debug telepathy"
695 -
696 -REQUIRED_USE="
697 - ${PYTHON_REQUIRED_USE}
698 - downloads-monitor? ( datahub )"
699 -
700 -RDEPEND="
701 - ${PYTHON_DEPS}
702 - dev-libs/json-glib
703 - dev-python/dbus-python[${PYTHON_USEDEP}]
704 - dev-python/rdflib[${PYTHON_USEDEP}]
705 - media-libs/raptor:2
706 - >=dev-libs/glib-2.35.4:2
707 - >=dev-db/sqlite-3.7.11:3
708 - sys-apps/dbus
709 - datahub? ( x11-libs/gtk+:3 )
710 - fts? ( dev-libs/xapian:0=[inmemory] )
711 - icu? ( dev-libs/dee[icu?] )
712 - introspection? ( dev-libs/gobject-introspection )
713 - telepathy? ( net-libs/telepathy-glib )
714 -"
715 -DEPEND="${RDEPEND}
716 - $(vala_depend)
717 - >=dev-util/intltool-0.35
718 - virtual/pkgconfig
719 -"
720 -
721 -src_prepare() {
722 - # pure-python module is better managed manually, see src_install
723 - sed -e 's:python::g' \
724 - -i Makefile.am || die
725 -
726 - # Fix direct invocation of python in configure
727 - epatch "${FILESDIR}"/${PN}-0.9.15-python-detection.patch
728 -
729 - autotools-utils_src_prepare
730 - vala_src_prepare
731 -}
732 -
733 -src_configure() {
734 - local myeconfargs=(
735 - --docdir="${EPREFIX}/usr/share/doc/${PF}"
736 - --with-session-bus-services-dir="${EPREFIX}/usr/share/dbus-1/services"
737 - $(use_enable sql-debug explain-queries)
738 - $(use_enable datahub)
739 - $(use_enable downloads-monitor)
740 - $(use_enable telepathy)
741 - $(use_enable introspection)
742 - $(use_with icu dee-icu)
743 - )
744 -
745 - use nls || myeconfargs+=( --disable-nls )
746 - use fts && myeconfargs+=( --enable-fts )
747 -
748 - python_setup
749 - autotools-utils_src_configure
750 -}
751 -
752 -src_test() {
753 - autotools-utils_src_test TESTS_ENVIRONMENT="dbus-run-session"
754 -}
755 -
756 -src_install() {
757 - dobashcomp data/completions/zeitgeist-daemon
758 - autotools-utils_src_install
759 - cd python || die
760 - python_moduleinto ${PN}
761 - python_foreach_impl python_domodule *py
762 -
763 - # Redundant NEWS/AUTHOR installation
764 - rm -r "${D}"/usr/share/zeitgeist/doc/ || die
765 -}
766
767 diff --git a/gnome-extra/zeitgeist/zeitgeist-1.0.ebuild b/gnome-extra/zeitgeist/zeitgeist-1.0.ebuild
768 deleted file mode 100644
769 index 7cc47aea59c..00000000000
770 --- a/gnome-extra/zeitgeist/zeitgeist-1.0.ebuild
771 +++ /dev/null
772 @@ -1,94 +0,0 @@
773 -# Copyright 1999-2017 Gentoo Foundation
774 -# Distributed under the terms of the GNU General Public License v2
775 -
776 -EAPI=6
777 -
778 -PYTHON_COMPAT=( python2_7 )
779 -VALA_MIN_API_VERSION=0.22
780 -
781 -inherit bash-completion-r1 python-r1 vala versionator xdg
782 -
783 -DIR_PV=$(get_version_component_range 1-2)
784 -
785 -DESCRIPTION="Service to log activities and present to other apps"
786 -HOMEPAGE="https://launchpad.net/zeitgeist/"
787 -SRC_URI="https://launchpad.net/zeitgeist/${DIR_PV}/${PV}/+download/${P}.tar.xz
788 - https://dev.gentoo.org/~eva/distfiles/${PN}/${P}.tar.xz"
789 -
790 -LICENSE="LGPL-2+ LGPL-3+ GPL-2+"
791 -SLOT="0"
792 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
793 -IUSE="+datahub downloads-monitor +fts introspection nls sql-debug telepathy"
794 -
795 -REQUIRED_USE="
796 - ${PYTHON_REQUIRED_USE}
797 - downloads-monitor? ( datahub )"
798 -
799 -RDEPEND="
800 - ${PYTHON_DEPS}
801 - dev-libs/json-glib
802 - dev-python/dbus-python[${PYTHON_USEDEP}]
803 - dev-python/rdflib[${PYTHON_USEDEP}]
804 - media-libs/raptor:2
805 - >=dev-libs/glib-2.35.4:2
806 - >=dev-db/sqlite-3.7.11:3
807 - sys-apps/dbus
808 - datahub? ( x11-libs/gtk+:3 )
809 - fts? ( dev-libs/xapian:0=[inmemory] )
810 - introspection? ( dev-libs/gobject-introspection )
811 - telepathy? ( net-libs/telepathy-glib )
812 -"
813 -DEPEND="${RDEPEND}
814 - $(vala_depend)
815 - >=sys-devel/gettext-0.19
816 - virtual/pkgconfig
817 -"
818 -
819 -PATCHES=(
820 - # Fix direct invocation of python in configure
821 - "${FILESDIR}"/${PN}-1.0-python-detection.patch
822 -)
823 -
824 -src_prepare() {
825 - # pure-python module is better managed manually, see src_install
826 - sed -e 's:python::g' \
827 - -i Makefile.am || die
828 -
829 - vala_src_prepare
830 - xdg_src_prepare
831 -}
832 -
833 -src_configure() {
834 - local myeconfargs=(
835 - --docdir="${EPREFIX}/usr/share/doc/${PF}"
836 - --without-dee-icu
837 - $(use_enable sql-debug explain-queries)
838 - $(use_enable datahub)
839 - $(use_enable downloads-monitor)
840 - $(use_enable telepathy)
841 - $(use_enable introspection)
842 - )
843 -
844 - use nls || myeconfargs+=( --disable-nls )
845 - use fts && myeconfargs+=( --enable-fts )
846 -
847 - python_setup
848 - econf "${myeconfargs[@]}"
849 -}
850 -
851 -src_test() {
852 - emake check TESTS_ENVIRONMENT="dbus-run-session"
853 -}
854 -
855 -src_install() {
856 - default
857 -
858 - dobashcomp data/completions/zeitgeist-daemon
859 -
860 - cd python || die
861 - python_moduleinto ${PN}
862 - python_foreach_impl python_domodule *py
863 -
864 - # Redundant NEWS/AUTHOR installation
865 - rm -r "${D}"/usr/share/zeitgeist/doc/ || die
866 -}