From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 963E31387B2 for ; Wed, 18 Dec 2013 22:49:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDD02E0DFB; Wed, 18 Dec 2013 22:49:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7E30E0DCC for ; Wed, 18 Dec 2013 22:49:40 +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 A301233F5F9 for ; Wed, 18 Dec 2013 22:49:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 261F711024B for ; Wed, 18 Dec 2013 22:49:38 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1387406946.599ae83bd7270aa58624c2cff9c20997b99dbe14.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: app-mobilephone/gnome-phone-manager/ X-VCS-Repository: proj/gnome X-VCS-Files: app-mobilephone/gnome-phone-manager/gnome-phone-manager-9999.ebuild app-mobilephone/gnome-phone-manager/metadata.xml X-VCS-Directories: app-mobilephone/gnome-phone-manager/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 599ae83bd7270aa58624c2cff9c20997b99dbe14 X-VCS-Branch: master Date: Wed, 18 Dec 2013 22:49:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6592e24f-1bb9-4f88-ba5c-aab1c6c76adc X-Archives-Hash: 8ed24b1703f2bef128c8dd70fd131214 commit: 599ae83bd7270aa58624c2cff9c20997b99dbe14 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Wed Dec 18 22:14:11 2013 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Wed Dec 18 22:49:06 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=599ae83b app-mobilephone/gnome-phone-manager: sync with gentoo-x86 --- .../gnome-phone-manager-9999.ebuild | 35 ++++++++++------------ app-mobilephone/gnome-phone-manager/metadata.xml | 7 ++--- 2 files changed, 19 insertions(+), 23 deletions(-) diff --git a/app-mobilephone/gnome-phone-manager/gnome-phone-manager-9999.ebuild b/app-mobilephone/gnome-phone-manager/gnome-phone-manager-9999.ebuild index 338f129..693c712 100644 --- a/app-mobilephone/gnome-phone-manager/gnome-phone-manager-9999.ebuild +++ b/app-mobilephone/gnome-phone-manager/gnome-phone-manager-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -12,33 +12,31 @@ if [[ ${PV} = 9999 ]]; then inherit gnome2-live fi -DESCRIPTION="A program created to allow you to control aspects of your mobile phone from your GNOME 2 desktop" +DESCRIPTION="A program created to allow you to control aspects of your mobile phone from your GNOME desktop" HOMEPAGE="http://live.gnome.org/PhoneManager" LICENSE="GPL-2" SLOT="0" -# XXX: telepathy support is considered experimental -IUSE="telepathy" if [[ ${PV} = 9999 ]]; then KEYWORDS="" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~ppc ~x86" fi +IUSE="gnome" +# telepathy support is considered experimental RDEPEND=" >=app-mobilephone/gnokii-0.6.28[bluetooth] - >=dev-libs/glib-2.25:2 - >=gnome-base/gconf-2:2 - >=gnome-base/orbit-2 - >=gnome-extra/evolution-data-server-3.6 - >=net-wireless/gnome-bluetooth-3:2 - >=x11-libs/gtk+-3:3 - >=x11-themes/gnome-icon-theme-2.19.1 dev-libs/dbus-glib + >=dev-libs/glib-2.31:2 dev-libs/openobex + >=gnome-base/gconf-2:2 + >=gnome-extra/evolution-data-server-3.6 media-libs/libcanberra[gtk3] net-wireless/bluez - telepathy? ( net-libs/telepathy-glib ) + >=net-wireless/gnome-bluetooth-3.3:2 + >=x11-themes/gnome-icon-theme-2.19.1 + >=x11-libs/gtk+-3:3 " DEPEND="${RDEPEND} >=dev-util/intltool-0.35.5 @@ -48,7 +46,7 @@ DEPEND="${RDEPEND} # gnome-common needed for eautoreconf src_prepare() { - # Fix build with eds-3.6 + # Fix eds-3.6 building, upstream bug #680927 epatch "${FILESDIR}"/0001-Adapt-to-Evolution-Data-Server-API-changes.patch [[ ${PV} != 9999 ]] && eautoreconf @@ -56,9 +54,8 @@ src_prepare() { } src_configure() { - G2CONF="${G2CONF} - $(use_enable telepathy) - --enable-bluetooth-plugin - --disable-static" - gnome2_src_configure + gnome2_src_configure \ + $(use_enable gnome bluetooth-plugin) \ + --disable-telepathy \ + --disable-static } diff --git a/app-mobilephone/gnome-phone-manager/metadata.xml b/app-mobilephone/gnome-phone-manager/metadata.xml index a11e67d..755902a 100644 --- a/app-mobilephone/gnome-phone-manager/metadata.xml +++ b/app-mobilephone/gnome-phone-manager/metadata.xml @@ -1,10 +1,9 @@ - mobile-phone - gnome - Phone Manager is a program created to allow you to control aspects -of your mobile phone from your GNOME 2 desktop. +gnome +Phone Manager is a program created to allow you to control aspects +of your mobile phone from your GNOME desktop. The software is in its early stages right now. Current features include: * Runs in the background; indicates status on the panel notification area.