* [gentoo-commits] gentoo-x86 commit in dev-libs/folks: ChangeLog folks-0.9.2.ebuild
@ 2013-07-24 19:20 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2013-07-24 19:20 UTC (permalink / raw
To: gentoo-commits
eva 13/07/24 19:20:51
Modified: ChangeLog folks-0.9.2.ebuild
Log:
Update build dependencies with USE=vala, properly handle ofono backend with eds USE flag, it is the only dependency.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Revision Changes Path
1.31 dev-libs/folks/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/folks/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/folks/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/folks/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/folks/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 9 Jun 2013 11:00:54 -0000 1.30
+++ ChangeLog 24 Jul 2013 19:20:51 -0000 1.31
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/folks
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/folks/ChangeLog,v 1.30 2013/06/09 11:00:54 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/folks/ChangeLog,v 1.31 2013/07/24 19:20:51 eva Exp $
+
+ 24 Jul 2013; Gilles Dartiguelongue <eva@gentoo.org> folks-0.9.2.ebuild:
+ Update build dependencies with USE=vala, properly handle ofono backend with
+ eds USE flag, it is the only dependency.
*folks-0.9.2 (09 Jun 2013)
1.2 dev-libs/folks/folks-0.9.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/folks/folks-0.9.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/folks/folks-0.9.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/folks/folks-0.9.2.ebuild?r1=1.1&r2=1.2
Index: folks-0.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/folks/folks-0.9.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- folks-0.9.2.ebuild 9 Jun 2013 11:00:54 -0000 1.1
+++ folks-0.9.2.ebuild 24 Jul 2013 19:20:51 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/folks/folks-0.9.2.ebuild,v 1.1 2013/06/09 11:00:54 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/folks/folks-0.9.2.ebuild,v 1.2 2013/07/24 19:20:51 eva Exp $
EAPI="5"
GCONF_DEBUG="yes"
@@ -49,21 +49,23 @@
test? ( sys-apps/dbus )
vala? (
$(vala_depend)
- >=net-libs/telepathy-glib-0.13.1[vala]
- eds? ( >=gnome-extra/evolution-data-server-3.5.4:=[vala] ) )
+ eds? ( >=gnome-extra/evolution-data-server-3.8.1:=[vala] )
+ telepathy? ( >=net-libs/telepathy-glib-0.19[vala] )
+ zeitgeist? ( >=dev-libs/libzeitgeist-0.3.14:=[vala] ) )
"
# the inspect tool requires --enable-vala
REQUIRED_USE="utils? ( vala )"
src_prepare() {
- gnome2_src_prepare
use vala && vala_src_prepare
+ gnome2_src_prepare
}
src_configure() {
# Rebuilding docs needs valadoc, which has no release
gnome2_src_configure \
$(use_enable eds eds-backend) \
+ $(use_enable eds ofono-backend) \
$(use_enable socialweb libsocialweb-backend) \
$(use_enable telepathy telepathy-backend) \
$(use_enable tracker tracker-backend) \
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/folks: ChangeLog folks-0.9.2.ebuild
@ 2013-07-24 22:16 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2013-07-24 22:16 UTC (permalink / raw
To: gentoo-commits
eva 13/07/24 22:16:48
Modified: ChangeLog folks-0.9.2.ebuild
Log:
libzeitgeist has no vala USE flag.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Revision Changes Path
1.32 dev-libs/folks/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/folks/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/folks/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/folks/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/folks/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 24 Jul 2013 19:20:51 -0000 1.31
+++ ChangeLog 24 Jul 2013 22:16:48 -0000 1.32
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/folks
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/folks/ChangeLog,v 1.31 2013/07/24 19:20:51 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/folks/ChangeLog,v 1.32 2013/07/24 22:16:48 eva Exp $
+
+ 24 Jul 2013; Gilles Dartiguelongue <eva@gentoo.org> folks-0.9.2.ebuild:
+ libzeitgeist has no vala USE flag.
24 Jul 2013; Gilles Dartiguelongue <eva@gentoo.org> folks-0.9.2.ebuild:
Update build dependencies with USE=vala, properly handle ofono backend with
1.3 dev-libs/folks/folks-0.9.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/folks/folks-0.9.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/folks/folks-0.9.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/folks/folks-0.9.2.ebuild?r1=1.2&r2=1.3
Index: folks-0.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/folks/folks-0.9.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- folks-0.9.2.ebuild 24 Jul 2013 19:20:51 -0000 1.2
+++ folks-0.9.2.ebuild 24 Jul 2013 22:16:48 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/folks/folks-0.9.2.ebuild,v 1.2 2013/07/24 19:20:51 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/folks/folks-0.9.2.ebuild,v 1.3 2013/07/24 22:16:48 eva Exp $
EAPI="5"
GCONF_DEBUG="yes"
@@ -50,8 +50,7 @@
vala? (
$(vala_depend)
eds? ( >=gnome-extra/evolution-data-server-3.8.1:=[vala] )
- telepathy? ( >=net-libs/telepathy-glib-0.19[vala] )
- zeitgeist? ( >=dev-libs/libzeitgeist-0.3.14:=[vala] ) )
+ telepathy? ( >=net-libs/telepathy-glib-0.19[vala] ) )
"
# the inspect tool requires --enable-vala
REQUIRED_USE="utils? ( vala )"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-07-24 22:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-24 22:16 [gentoo-commits] gentoo-x86 commit in dev-libs/folks: ChangeLog folks-0.9.2.ebuild Gilles Dartiguelongue (eva)
-- strict thread matches above, loose matches on Subject: below --
2013-07-24 19:20 Gilles Dartiguelongue (eva)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox