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 1SXU7b-0006bp-Ak for garchives@archives.gentoo.org; Thu, 24 May 2012 09:14:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EA99E0B1F; Thu, 24 May 2012 09:12:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1ED8AE0B1F for ; Thu, 24 May 2012 09:12:02 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D51131B4067 for ; Thu, 24 May 2012 09:12:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3A2CBE5441 for ; Thu, 24 May 2012 09:11:58 +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: <1337848425.f4973cde1337b0aacff6ce9a424b4c83f1c9e45d.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-contacts/gnome-contacts-3.4.0.ebuild gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild X-VCS-Directories: gnome-extra/gnome-contacts/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: f4973cde1337b0aacff6ce9a424b4c83f1c9e45d X-VCS-Branch: master Date: Thu, 24 May 2012 09:11:58 +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: f01077a4-9f19-445c-bf79-5a3bf237f487 X-Archives-Hash: 8ee27d407b10531dc6990ff0325d6833 commit: f4973cde1337b0aacff6ce9a424b4c83f1c9e45d Author: Alexandre Rostovtsev gentoo org> AuthorDate: Thu May 24 08:33:45 2012 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Thu May 24 08:33:45 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Df4973cde gnome-extra/gnome-contacts: moved to gx86; update live ebuild --- .../gnome-contacts/gnome-contacts-3.4.0.ebuild | 51 --------------= ------ .../gnome-contacts/gnome-contacts-9999.ebuild | 8 ++-- 2 files changed, 4 insertions(+), 55 deletions(-) diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.4.0.ebuild b/gno= me-extra/gnome-contacts/gnome-contacts-3.4.0.ebuild deleted file mode 100644 index 9efc6d6..0000000 --- a/gnome-extra/gnome-contacts/gnome-contacts-3.4.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/gnome-cont= acts-3.2.2.ebuild,v 1.2 2011/11/06 21:33:10 tetromino Exp $ - -EAPI=3D"4" -GCONF_DEBUG=3D"no" - -inherit gnome2 -if [[ ${PV} =3D 9999 ]]; then - inherit gnome2-live -fi - -DESCRIPTION=3D"GNOME contact management application" -HOMEPAGE=3D"https://live.gnome.org/Design/Apps/Contacts" - -LICENSE=3D"GPL-2" -SLOT=3D"0" -IUSE=3D"" -if [[ ${PV} =3D 9999 ]]; then - KEYWORDS=3D"" -else - KEYWORDS=3D"~amd64 ~x86" -fi - -RDEPEND=3D">=3Ddev-libs/folks-0.6.1.1[eds] - >=3Ddev-libs/glib-2.31.10:2 - >=3Dx11-libs/gtk+-3.0:3 - >=3Dgnome-extra/evolution-data-server-3.2[gnome-online-accounts] - >=3Dgnome-base/gnome-desktop-3.0:3 - >=3Dnet-libs/telepathy-glib-0.17.5 - - dev-libs/libgee:0 - net-libs/gnome-online-accounts - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - x11-libs/libnotify - x11-libs/pango" -DEPEND=3D"${RDEPEND} - >=3Ddev-util/intltool-0.40 - >=3Dsys-devel/gettext-0.17 - virtual/pkgconfig" -# Regenerating C from vala sources requires: -# >=3Ddev-lang/vala-0.14.0:0.14 -# net-libs/telepathy-glib[vala] - -pkg_setup() { - DOCS=3D"AUTHORS ChangeLog NEWS" # README is empty - # We do not need valac when building from pre-generated C sources, - # but configure checks for it anyway - G2CONF=3D"${G2CONF} VALAC=3D$(type -P true)" -} diff --git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnom= e-extra/gnome-contacts/gnome-contacts-9999.ebuild index 9efc6d6..08e43a6 100644 --- a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild +++ b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/gnome-cont= acts-3.2.2.ebuild,v 1.2 2011/11/06 21:33:10 tetromino Exp $ +# $Header: $ =20 EAPI=3D"4" GCONF_DEBUG=3D"no" @@ -24,7 +24,7 @@ fi =20 RDEPEND=3D">=3Ddev-libs/folks-0.6.1.1[eds] >=3Ddev-libs/glib-2.31.10:2 - >=3Dx11-libs/gtk+-3.0:3 + >=3Dx11-libs/gtk+-3.4:3 >=3Dgnome-extra/evolution-data-server-3.2[gnome-online-accounts] >=3Dgnome-base/gnome-desktop-3.0:3 >=3Dnet-libs/telepathy-glib-0.17.5 @@ -47,5 +47,5 @@ pkg_setup() { DOCS=3D"AUTHORS ChangeLog NEWS" # README is empty # We do not need valac when building from pre-generated C sources, # but configure checks for it anyway - G2CONF=3D"${G2CONF} VALAC=3D$(type -P true)" + G2CONF=3D"${G2CONF} VALAC=3D$(type -P valac-0.14)" }