From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qi8wD-0005q8-Gb for garchives@archives.gentoo.org; Sat, 16 Jul 2011 17:46:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AAF3E0462; Sat, 16 Jul 2011 17:45:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4E280E0462 for ; Sat, 16 Jul 2011 17:45:44 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B790A1B4009 for ; Sat, 16 Jul 2011 17:45:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id BB9008003D for ; Sat, 16 Jul 2011 17:45:42 +0000 (UTC) From: "Priit Laes" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Priit Laes" Message-ID: Subject: [gentoo-commits] proj/gnome:gnome-next commit in: dev-libs/folks/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/folks/folks-0.5.2.ebuild X-VCS-Directories: dev-libs/folks/ X-VCS-Committer: plaes X-VCS-Committer-Name: Priit Laes X-VCS-Revision: c5f939c2bcbb8605d23444efb6e45b4e434b4704 Date: Sat, 16 Jul 2011 17:45:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 9996aebd813c01b4ef7d652e75240b59 commit: c5f939c2bcbb8605d23444efb6e45b4e434b4704 Author: Priit Laes plaes org> AuthorDate: Sat Jul 16 17:36:23 2011 +0000 Commit: Priit Laes plaes org> CommitDate: Sat Jul 16 17:36:23 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Dc5f939c2 dev-libs/folks: Added 0.5.2 to the overlay --- dev-libs/folks/folks-0.5.2.ebuild | 54 +++++++++++++++++++++++++++++++= ++++++ 1 files changed, 54 insertions(+), 0 deletions(-) diff --git a/dev-libs/folks/folks-0.5.2.ebuild b/dev-libs/folks/folks-0.5= .2.ebuild new file mode 100644 index 0000000..7cac406 --- /dev/null +++ b/dev-libs/folks/folks-0.5.2.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"3" +GCONF_DEBUG=3D"yes" +GNOME_TARBALL_SUFFIX=3D"xz" +GNOME2_LA_PUNT=3D"yes" + +inherit gnome2 + +DESCRIPTION=3D"libfolks is a library that aggregates people from multipl= e sources" +HOMEPAGE=3D"http://telepathy.freedesktop.org/wiki/Folks" + +LICENSE=3D"LGPL-2" +SLOT=3D"0" +KEYWORDS=3D"~alpha amd64 ~ia64 ~ppc ~sparc x86" +IUSE=3D"vala" + +# FIXME: links against system libfolks instead of the built one +RDEPEND=3D">=3Ddev-libs/glib-2.24:2 + net-libs/libsocialweb[vala?] + >=3Dnet-libs/telepathy-glib-0.13.1[vala?] + dev-libs/dbus-glib + =3Ddev-util/intltool-0.35.0 + >=3Ddev-util/pkgconfig-0.21 + vala? ( >=3Ddev-lang/vala-0.11.6:0.12[vapigen] ) + >=3Ddev-libs/gobject-introspection-0.9.12 + sys-devel/gettext +" + +pkg_setup() { + DOCS=3D"AUTHORS ChangeLog NEWS README" + # Rebuilding docs needs valadoc, which has no release + # Libsocialweb backend seems to require vala excplicitly + G2CONF=3D"${G2CONF} + $(use_enable vala) + $(use_enable vala inspect-tool) + --enable-import-tool + --disable-docs + --disable-libsocialweb-backend + --disable-Werror" + if use vala; then + G2CONF=3D"${G2CONF} + VALAC=3D$(type -p valac-0.12) + VAPIGEN=3D$(type -p vapigen-0.12)" + fi +}