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.1.ebuild ChangeLog
Date: Thu, 28 Mar 2013 23:07:53
Message-Id: 20130328230748.BB7B42171D@flycatcher.gentoo.org
1 pacho 13/03/28 23:07:48
2
3 Modified: ChangeLog
4 Added: folks-0.9.1.ebuild
5 Log:
6 Version bump for Gnome 3.8
7
8 (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.27 dev-libs/folks/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/folks/ChangeLog?rev=1.27&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/folks/ChangeLog?rev=1.27&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/folks/ChangeLog?r1=1.26&r2=1.27
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/folks/ChangeLog,v
20 retrieving revision 1.26
21 retrieving revision 1.27
22 diff -u -r1.26 -r1.27
23 --- ChangeLog 2 Feb 2013 22:24:49 -0000 1.26
24 +++ ChangeLog 28 Mar 2013 23:07:48 -0000 1.27
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-libs/folks
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/folks/ChangeLog,v 1.26 2013/02/02 22:24:49 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/folks/ChangeLog,v 1.27 2013/03/28 23:07:48 pacho Exp $
30 +
31 +*folks-0.9.1 (28 Mar 2013)
32 +
33 + 28 Mar 2013; Pacho Ramos <pacho@g.o> +folks-0.9.1.ebuild:
34 + Version bump for Gnome 3.8
35
36 02 Feb 2013; Agostino Sarubbo <ago@g.o> folks-0.8.0.ebuild:
37 Add ~arm, wrt bug #449220
38
39
40
41 1.1 dev-libs/folks/folks-0.9.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/folks/folks-0.9.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/folks/folks-0.9.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: folks-0.9.1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 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.1.ebuild,v 1.1 2013/03/28 23:07:48 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="yes"
54 VALA_MIN_API_VERSION="0.18"
55 VALA_USE_DEPEND="vapigen"
56
57 inherit eutils gnome2 vala virtualx
58
59 DESCRIPTION="libfolks is a library that aggregates people from multiple sources"
60 HOMEPAGE="http://telepathy.freedesktop.org/wiki/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 IUSE="eds socialweb +telepathy test tracker utils vala"
67
68 COMMON_DEPEND="
69 >=dev-libs/glib-2.32:2
70 dev-libs/dbus-glib
71 >=dev-libs/libgee-0.10:0.8[introspection]
72 dev-libs/libxml2
73 sys-libs/ncurses:=
74 sys-libs/readline:=
75
76 eds? ( >=gnome-extra/evolution-data-server-3.7.90:= )
77 socialweb? ( >=net-libs/libsocialweb-0.25.20 )
78 telepathy? (
79 >=dev-libs/libzeitgeist-0.3.14:=
80 >=net-libs/telepathy-glib-0.19 )
81 tracker? ( >=app-misc/tracker-0.16:= )
82 "
83 # telepathy-mission-control needed at runtime; it is used by the telepathy
84 # backend via telepathy-glib's AccountManager binding.
85 RDEPEND="${COMMON_DEPEND}
86 net-im/telepathy-mission-control
87 "
88 # folks socialweb backend requires that libsocialweb be built with USE=vala,
89 # even when building folks with --disable-vala.
90 DEPEND="${COMMON_DEPEND}
91 >=dev-libs/gobject-introspection-1.30
92 >=dev-util/intltool-0.50.0
93 sys-devel/gettext
94 virtual/pkgconfig
95
96 socialweb? ( >=net-libs/libsocialweb-0.25.15[vala] )
97 test? ( sys-apps/dbus )
98 vala? (
99 $(vala_depend)
100 >=net-libs/telepathy-glib-0.13.1[vala]
101 eds? ( >=gnome-extra/evolution-data-server-3.5.4:=[vala] ) )
102 "
103 # the inspect tool requires --enable-vala
104 REQUIRED_USE="utils? ( vala )"
105
106 src_prepare() {
107 local vala_version=$(vala_best_api_version)
108 # Rebuilding docs needs valadoc, which has no release
109 G2CONF="${G2CONF}
110 $(use_enable eds eds-backend)
111 $(use_enable socialweb libsocialweb-backend)
112 $(use_enable telepathy telepathy-backend)
113 $(use_enable tracker tracker-backend)
114 $(use_enable utils inspect-tool)
115 $(use_enable vala)
116 $(use_enable test tests)
117 --enable-import-tool
118 --disable-docs
119 --disable-fatal-warnings
120 VALAC=$(type -p valac-${vala_version})
121 VAPIGEN=$(type -p vapigen-${vala_version})"
122
123 # We don't need vala_src_prepare
124 gnome2_src_prepare
125 }
126
127 src_test() {
128 # FIXME: eds tests often fails for no good reason
129 #sed -e 's/check: .*/check: /' \
130 # -i tests/eds/Makefile || die "sed failed"
131 dbus-launch Xemake check
132 }