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 1Q89JA-0005Jz-PO for garchives@archives.gentoo.org; Fri, 08 Apr 2011 10:52:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9EDE1C03C; Fri, 8 Apr 2011 10:52:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 925A01C042 for ; Fri, 8 Apr 2011 10:52:14 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 839481B4144 for ; Fri, 8 Apr 2011 10:52:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id EA1598006E for ; Fri, 8 Apr 2011 10:52:12 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <6f7fbe00528736c0634c49eb0eec0d09b2bf7153.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-libs/libsocialweb/ X-VCS-Repository: proj/gnome X-VCS-Files: net-libs/libsocialweb/libsocialweb-0.25.15.ebuild X-VCS-Directories: net-libs/libsocialweb/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 6f7fbe00528736c0634c49eb0eec0d09b2bf7153 Date: Fri, 8 Apr 2011 10:52:12 +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: d31d81c7649689bda2afb35ae7611b86 commit: 6f7fbe00528736c0634c49eb0eec0d09b2bf7153 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Fri Apr 8 08:46:52 2011 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Fri Apr 8 10:51:46 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D6f7fbe00 net-libs/libsocialweb: QAed * Add missing libsoup dependency * No debug handling =E2=86=92 GCONF_DEBUG=3Dno * Uses python tools during build (Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --forc= e, signed Manifest commit with key C6085806) --- net-libs/libsocialweb/libsocialweb-0.25.15.ebuild | 16 +++++++++++++--= - 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/net-libs/libsocialweb/libsocialweb-0.25.15.ebuild b/net-libs= /libsocialweb/libsocialweb-0.25.15.ebuild index 0448329..cf44f7e 100644 --- a/net-libs/libsocialweb/libsocialweb-0.25.15.ebuild +++ b/net-libs/libsocialweb/libsocialweb-0.25.15.ebuild @@ -3,10 +3,11 @@ # $Header: $ =20 EAPI=3D"3" -GCONF_DEBUG=3D"yes" +GCONF_DEBUG=3D"no" GNOME2_LA_PUNT=3D"yes" +PYTHON_DEPEND=3D"2" =20 -inherit gnome2 +inherit gnome2 python =20 DESCRIPTION=3D"Social web services integration framework" HOMEPAGE=3D"http://git.gnome.org/browse/libsocialweb" @@ -24,7 +25,8 @@ RDEPEND=3D">=3Ddev-libs/glib-2.14:2 gnome-base/libgnome-keyring dev-libs/dbus-glib dev-libs/json-glib -=09 + net-libs/libsoup:2.4 + gnome? ( >=3Dnet-libs/libsoup-gnome-2.25.1:2.4 ) introspection? ( >=3Ddev-libs/gobject-introspection-0.9.6 ) networkmanager? ( net-misc/networkmanager ) @@ -64,4 +66,12 @@ pkg_setup() { fi =20 DOCS=3D"AUTHORS README TODO" + + python_set_active_version 2 +} + +src_prepare() { + gnome2_src_prepare + + python_convert_shebangs 2 ${S}/tools/glib-ginterface-gen.py }