Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/zeitgeist: ChangeLog zeitgeist-0.9.14-r1.ebuild zeitgeist-0.9.12-r1.ebuild zeitgeist-0.9.12.ebuild zeitgeist-0.9.5-r1.ebuild
Date: Tue, 01 Jul 2014 06:46:20
Message-Id: 20140701064616.503812004E@flycatcher.gentoo.org
1 jlec 14/07/01 06:46:16
2
3 Modified: ChangeLog
4 Added: zeitgeist-0.9.14-r1.ebuild
5 Removed: zeitgeist-0.9.12-r1.ebuild zeitgeist-0.9.12.ebuild
6 zeitgeist-0.9.5-r1.ebuild
7 Log:
8 gnome-extra/zeitgeist: Drop old; backport patch for missing gio in vala bindings
9
10 (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key B9D4F231BD1558AB!)
11
12 Revision Changes Path
13 1.42 gnome-extra/zeitgeist/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zeitgeist/ChangeLog?rev=1.42&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zeitgeist/ChangeLog?rev=1.42&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zeitgeist/ChangeLog?r1=1.41&r2=1.42
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/zeitgeist/ChangeLog,v
22 retrieving revision 1.41
23 retrieving revision 1.42
24 diff -u -r1.41 -r1.42
25 --- ChangeLog 8 Dec 2013 19:59:31 -0000 1.41
26 +++ ChangeLog 1 Jul 2014 06:46:16 -0000 1.42
27 @@ -1,6 +1,15 @@
28 # ChangeLog for gnome-extra/zeitgeist
29 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zeitgeist/ChangeLog,v 1.41 2013/12/08 19:59:31 pacho Exp $
31 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
32 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zeitgeist/ChangeLog,v 1.42 2014/07/01 06:46:16 jlec Exp $
33 +
34 +*zeitgeist-0.9.14-r1 (01 Jul 2014)
35 +
36 + 01 Jul 2014; Justin Lecher <jlec@g.o> -zeitgeist-0.9.5-r1.ebuild,
37 + -zeitgeist-0.9.12.ebuild, -zeitgeist-0.9.12-r1.ebuild,
38 + +zeitgeist-0.9.14-r1.ebuild, -files/zeitgeist-0.9.0-doc.patch,
39 + -files/zeitgeist-0.9.12-download_monitor.patch,
40 + +files/zeitgeist-0.9.14-gio-backport.patch:
41 + Drop old; backport patch for missing gio in vala bindings
42
43 08 Dec 2013; Pacho Ramos <pacho@g.o> zeitgeist-0.9.14.ebuild:
44 x86 stable, bug #478252
45
46
47
48 1.1 gnome-extra/zeitgeist/zeitgeist-0.9.14-r1.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zeitgeist/zeitgeist-0.9.14-r1.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zeitgeist/zeitgeist-0.9.14-r1.ebuild?rev=1.1&content-type=text/plain
52
53 Index: zeitgeist-0.9.14-r1.ebuild
54 ===================================================================
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/zeitgeist/zeitgeist-0.9.14-r1.ebuild,v 1.1 2014/07/01 06:46:16 jlec Exp $
58
59 EAPI=5
60
61 AUTOTOOLS_AUTORECONF=true
62 PYTHON_COMPAT=( python{2_6,2_7} )
63
64 VALA_MIN_API_VERSION=0.20
65
66 inherit autotools-utils bash-completion-r1 eutils python-r1 versionator vala
67
68 DIR_PV=$(get_version_component_range 1-2)
69
70 DESCRIPTION="Service to log activities and present to other apps"
71 HOMEPAGE="http://launchpad.net/zeitgeist/"
72 SRC_URI="http://launchpad.net/zeitgeist/${DIR_PV}/${PV}/+download/${P}.tar.xz"
73
74 LICENSE="LGPL-2+ LGPL-3+ GPL-2+"
75 SLOT="0"
76 KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
77 IUSE="+datahub downloads-monitor extensions +fts icu introspection nls plugins sql-debug telepathy"
78
79 REQUIRED_USE="
80 ${PYTHON_REQUIRED_USE}
81 downloads-monitor? ( datahub )"
82
83 RDEPEND="
84 ${PYTHON_DEPS}
85 !gnome-extra/zeitgeist-datahub
86 dev-libs/json-glib
87 dev-python/dbus-python[${PYTHON_USEDEP}]
88 dev-python/pygobject:2[${PYTHON_USEDEP}]
89 dev-python/pyxdg[${PYTHON_USEDEP}]
90 dev-python/rdflib[${PYTHON_USEDEP}]
91 media-libs/raptor:2
92 >=dev-libs/glib-2.26.0:2
93 >=dev-db/sqlite-3.7.11:3
94 sys-apps/dbus
95 datahub? ( x11-libs/gtk+:3 )
96 extensions? ( gnome-extra/zeitgeist-extensions )
97 fts? ( dev-libs/xapian[inmemory] )
98 icu? ( dev-libs/dee[icu?,${PYTHON_USEDEP}] )
99 introspection? ( dev-libs/gobject-introspection )
100 plugins? ( gnome-extra/zeitgeist-datasources )
101 telepathy? ( net-libs/telepathy-glib )
102 "
103 DEPEND="${RDEPEND}
104 $(vala_depend)
105 virtual/pkgconfig"
106
107 src_prepare() {
108 local PYTHON
109 python_export_best
110 sed \
111 -e 's:python::g' \
112 -i Makefile.am || die
113 vala_src_prepare
114
115 sed \
116 -e "/import/s: python : ${PYTHON} :g" \
117 -i configure.ac || die
118
119 epatch "${FILESDIR}"/${P}-gio-backport.patch
120
121 autotools-utils_src_prepare
122 }
123
124 src_configure() {
125 local myeconfargs=(
126 --docdir="${EPREFIX}/usr/share/doc/${PF}"
127 --with-session-bus-services-dir="${EPREFIX}/usr/share/dbus-1/services"
128 $(use_enable sql-debug explain-queries)
129 $(use_enable datahub)
130 $(use_enable downloads-monitor)
131 $(use_enable telepathy)
132 $(use_enable introspection)
133 $(use_with icu dee-icu)
134 )
135
136 use nls || myeconfargs+=( --disable-nls )
137 use fts && myeconfargs+=( --enable-fts )
138 autotools-utils_src_configure
139 }
140
141 src_install() {
142 dobashcomp data/completions/zeitgeist-daemon
143 autotools-utils_src_install
144 cd python || die
145 python_moduleinto ${PN}
146 python_foreach_impl python_domodule *py
147 }