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