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 1QvZGM-00074O-Mi for garchives@archives.gentoo.org; Mon, 22 Aug 2011 18:30:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9ABB121C061; Mon, 22 Aug 2011 18:30:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5105F21C061 for ; Mon, 22 Aug 2011 18:30:01 +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 847731B404C for ; Mon, 22 Aug 2011 18:30:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E3ADF80043 for ; Mon, 22 Aug 2011 18:29:59 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <65be830088972687de14977ca118de4bea8775cd.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:gnome-next commit in: net-im/empathy/ X-VCS-Repository: proj/gnome X-VCS-Files: net-im/empathy/empathy-3.1.5.1.ebuild net-im/empathy/empathy-3.1.5.ebuild net-im/empathy/empathy-9999.ebuild X-VCS-Directories: net-im/empathy/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 65be830088972687de14977ca118de4bea8775cd Date: Mon, 22 Aug 2011 18:29:59 +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: 5ab02478b7d622e59ad591207ff28f66 commit: 65be830088972687de14977ca118de4bea8775cd Author: Alexandre Rostovtsev gmail com> AuthorDate: Mon Aug 22 18:26:24 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Mon Aug 22 18:26:24 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D65be8300 net-im/empathy: 3.1.5 =E2=86=92 3.1.5.1 Version bump with numerous bugfixes. Webkit-gtk is now a required dependency. Needs telepathy-glib-0.15.5. --- ...empathy-3.1.5.ebuild =3D> empathy-3.1.5.1.ebuild} | 8 ++++---- net-im/empathy/empathy-9999.ebuild | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/net-im/empathy/empathy-3.1.5.ebuild b/net-im/empathy/empathy= -3.1.5.1.ebuild similarity index 96% rename from net-im/empathy/empathy-3.1.5.ebuild rename to net-im/empathy/empathy-3.1.5.1.ebuild index 3a9c7aa..57906f5 100644 --- a/net-im/empathy/empathy-3.1.5.ebuild +++ b/net-im/empathy/empathy-3.1.5.1.ebuild @@ -24,7 +24,7 @@ else KEYWORDS=3D"~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" fi # FIXME: Add location support once geoclue stops being idiotic with auto= magic deps -IUSE=3D"debug eds +map +geoloc +networkmanager sendto spell test +video = webkit" # gnome +IUSE=3D"debug eds +map +geoloc +networkmanager sendto spell test +video"= # gnome =20 # FIXME: gst-plugins-bad is required for the valve plugin. This should m= ove to good # eventually at which point the dep can be dropped @@ -36,7 +36,8 @@ RDEPEND=3D">=3Ddev-libs/glib-2.28:2 >=3Dmedia-libs/libcanberra-0.25[gtk3] media-sound/pulseaudio[glib] >=3Dnet-libs/gnutls-2.8.5 - >=3Dnet-libs/telepathy-glib-0.15.3 + >=3Dnet-libs/telepathy-glib-0.15.5 + >=3Dnet-libs/webkit-gtk-1.3.13:3 >=3Dx11-libs/libnotify-0.7 =20 dev-libs/libxml2:2 @@ -65,7 +66,6 @@ RDEPEND=3D">=3Ddev-libs/glib-2.28:2 video? ( || ( sys-fs/udev[gudev] sys-fs/udev[extras] ) >=3Dmedia-video/cheese-2.91.91.1 ) - webkit? ( >=3Dnet-libs/webkit-gtk-1.3.13:3 ) " # gnome? ( >=3Dgnome-base/gnome-control-center-2.31.4 ) DEPEND=3D"${RDEPEND} @@ -73,6 +73,7 @@ DEPEND=3D"${RDEPEND} >=3Dapp-text/gnome-doc-utils-0.17.3 >=3Ddev-util/intltool-0.35.0 >=3Ddev-util/pkgconfig-0.16 + >=3Dsys-devel/gettext-0.17 test? ( sys-apps/grep >=3Ddev-libs/check-0.9.4 ) @@ -99,7 +100,6 @@ pkg_setup() { $(use_enable spell) $(use_with video cheese) $(use_enable video gudev) - $(use_enable webkit) --disable-control-center-embedding" # $(use_enable gnome control-center-embedding) # gnome-control-center-3.1.4 dropped support for third-party panels diff --git a/net-im/empathy/empathy-9999.ebuild b/net-im/empathy/empathy-= 9999.ebuild index 2d50664..57906f5 100644 --- a/net-im/empathy/empathy-9999.ebuild +++ b/net-im/empathy/empathy-9999.ebuild @@ -36,7 +36,7 @@ RDEPEND=3D">=3Ddev-libs/glib-2.28:2 >=3Dmedia-libs/libcanberra-0.25[gtk3] media-sound/pulseaudio[glib] >=3Dnet-libs/gnutls-2.8.5 - >=3Dnet-libs/telepathy-glib-0.15.3 + >=3Dnet-libs/telepathy-glib-0.15.5 >=3Dnet-libs/webkit-gtk-1.3.13:3 >=3Dx11-libs/libnotify-0.7 =20 @@ -73,6 +73,7 @@ DEPEND=3D"${RDEPEND} >=3Dapp-text/gnome-doc-utils-0.17.3 >=3Ddev-util/intltool-0.35.0 >=3Ddev-util/pkgconfig-0.16 + >=3Dsys-devel/gettext-0.17 test? ( sys-apps/grep >=3Ddev-libs/check-0.9.4 )