Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/folks: folks-0.9.7.1.ebuild ChangeLog
Date: Thu, 26 Jun 2014 10:42:18
Message-Id: 20140626104213.A87C12004E@flycatcher.gentoo.org
1 pacho 14/06/26 10:42:13
2
3 Modified: ChangeLog
4 Added: folks-0.9.7.1.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.42 dev-libs/folks/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/folks/ChangeLog?rev=1.42&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/folks/ChangeLog?rev=1.42&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/folks/ChangeLog?r1=1.41&r2=1.42
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/folks/ChangeLog,v
20 retrieving revision 1.41
21 retrieving revision 1.42
22 diff -u -r1.41 -r1.42
23 --- ChangeLog 27 Apr 2014 16:02:25 -0000 1.41
24 +++ ChangeLog 26 Jun 2014 10:42:13 -0000 1.42
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-libs/folks
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/folks/ChangeLog,v 1.41 2014/04/27 16:02:25 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/folks/ChangeLog,v 1.42 2014/06/26 10:42:13 pacho Exp $
30 +
31 +*folks-0.9.7.1 (26 Jun 2014)
32 +
33 + 26 Jun 2014; Pacho Ramos <pacho@g.o> +folks-0.9.7.1.ebuild:
34 + Version bump
35
36 *folks-0.9.6-r1 (27 Apr 2014)
37
38
39
40
41 1.1 dev-libs/folks/folks-0.9.7.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/folks/folks-0.9.7.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/folks/folks-0.9.7.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: folks-0.9.7.1.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-libs/folks/folks-0.9.7.1.ebuild,v 1.1 2014/06/26 10:42:13 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="yes"
54 VALA_MIN_API_VERSION="0.22"
55 VALA_USE_DEPEND="vapigen"
56
57 inherit gnome2 vala virtualx
58
59 DESCRIPTION="Library for aggregating people from multiple sources"
60 HOMEPAGE="https://wiki.gnome.org/Projects/Folks"
61
62 LICENSE="LGPL-2.1+"
63 SLOT="0/25" # subslot = libfolks soname version
64 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
65 # TODO: --enable-profiling
66 # Vala isn't really optional, https://bugzilla.gnome.org/show_bug.cgi?id=701099
67 IUSE="bluetooth eds socialweb +telepathy test tracker utils zeitgeist"
68 REQUIRED_USE="bluetooth? ( eds )"
69
70 COMMON_DEPEND="
71 $(vala_depend)
72 >=dev-libs/glib-2.38.2:2
73 dev-libs/dbus-glib
74 >=dev-libs/libgee-0.10:0.8[introspection]
75 dev-libs/libxml2
76 sys-libs/ncurses:=
77 sys-libs/readline:=
78
79 bluetooth? ( >=net-wireless/bluez-5 )
80 eds? ( >=gnome-extra/evolution-data-server-3.8:=[vala] )
81 socialweb? ( >=net-libs/libsocialweb-0.25.20 )
82 telepathy? ( >=net-libs/telepathy-glib-0.19[vala] )
83 tracker? ( >=app-misc/tracker-1:0= )
84 zeitgeist? ( >=gnome-extra/zeitgeist-0.9.14 )
85 "
86 # telepathy-mission-control needed at runtime; it is used by the telepathy
87 # backend via telepathy-glib's AccountManager binding.
88 RDEPEND="${COMMON_DEPEND}
89 net-im/telepathy-mission-control
90 "
91 # folks socialweb backend requires that libsocialweb be built with USE=vala,
92 # even when building folks with --disable-vala.
93 #
94 # FIXME:
95 # test? ( bluetooth? ( dbusmock is missing in the tree ) )
96 DEPEND="${COMMON_DEPEND}
97 >=dev-libs/gobject-introspection-1.30
98 >=dev-util/intltool-0.50.0
99 sys-devel/gettext
100 virtual/pkgconfig
101
102 socialweb? ( >=net-libs/libsocialweb-0.25.15[vala] )
103 test? ( sys-apps/dbus
104 bluetooth? (
105 >=gnome-extra/evolution-data-server-3.9.1
106 >=dev-libs/glib-2.39.2 ) )
107 !<dev-lang/vala-0.22.1:0.22
108 "
109
110 src_prepare() {
111 # Allow building against tracker-1.0
112 sed -e 's/\(TRACKER_SPARQL_MAJOR\)=0.16/\1=1.0/' \
113 -i configure{.ac,} || die
114
115 vala_src_prepare
116 gnome2_src_prepare
117 }
118
119 src_configure() {
120 # Rebuilding docs needs valadoc, which has no release
121 gnome2_src_configure \
122 $(use_enable bluetooth bluez-backend) \
123 $(use_enable eds eds-backend) \
124 $(use_enable eds ofono-backend) \
125 $(use_enable socialweb libsocialweb-backend) \
126 $(use_enable telepathy telepathy-backend) \
127 $(use_enable tracker tracker-backend) \
128 $(use_enable utils inspect-tool) \
129 $(use_enable test tests) \
130 $(use_enable zeitgeist) \
131 --enable-vala \
132 --enable-import-tool \
133 --disable-docs \
134 --disable-fatal-warnings
135 }
136
137 src_test() {
138 dbus-launch Xemake check
139 }