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 F34AD1389E2 for ; Fri, 26 Dec 2014 22:04:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0629FE0C2B; Fri, 26 Dec 2014 22:04:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F27BE0BFD for ; Fri, 26 Dec 2014 22:04:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2AF02340618 for ; Fri, 26 Dec 2014 22:04:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C53FD70B for ; Fri, 26 Dec 2014 22:04:03 +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: <1419631224.4f25d574dba3a8e574c4edb585f47667174bdbfb.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-im/telepathy-mission-control/ X-VCS-Repository: proj/gnome X-VCS-Files: net-im/telepathy-mission-control/metadata.xml net-im/telepathy-mission-control/telepathy-mission-control-5.16.1.ebuild X-VCS-Directories: net-im/telepathy-mission-control/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 4f25d574dba3a8e574c4edb585f47667174bdbfb X-VCS-Branch: master Date: Fri, 26 Dec 2014 22:04:03 +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: 8f3059b0-abe0-488f-ae96-5789a94d67a6 X-Archives-Hash: 0260d876ae9b8c65f39a0b9c509b1aa0 commit: 4f25d574dba3a8e574c4edb585f47667174bdbfb Author: Gilles Dartiguelongue gentoo org> AuthorDate: Fri Dec 26 22:00:24 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Fri Dec 26 22:00:24 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4f25d574 net-im/telepathy-mission-control: moved to gentoo-x86 --- net-im/telepathy-mission-control/metadata.xml | 15 ------- .../telepathy-mission-control-5.16.1.ebuild | 49 ---------------------- 2 files changed, 64 deletions(-) diff --git a/net-im/telepathy-mission-control/metadata.xml b/net-im/telepathy-mission-control/metadata.xml deleted file mode 100644 index be8efc7..0000000 --- a/net-im/telepathy-mission-control/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - gnome - net-im - Mission Control, or MC, is a telepathy component providing a -way for "end-user" applications to abstract some of the details of connection -managers, to provide a simple way to manipulate a bunch of connection managers -at once, and to remove the need to have in each program the account -definitions and credentials. - - Add support for net-misc/connman - Use sys-power/upower to detect suspend and resume - - diff --git a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.1.ebuild b/net-im/telepathy-mission-control/telepathy-mission-control-5.16.1.ebuild deleted file mode 100644 index 420e9fd..0000000 --- a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" -# Needed for tests and build #489466 -PYTHON_COMPAT=( python2_{6,7} ) - -inherit gnome2 python-any-r1 - -DESCRIPTION="An account manager and channel dispatcher for the Telepathy framework" -HOMEPAGE="http://cgit.freedesktop.org/telepathy/telepathy-mission-control/" -SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" -IUSE="debug networkmanager +upower" # test - -RDEPEND=" - >=dev-libs/dbus-glib-0.82 - >=dev-libs/glib-2.32:2 - >=sys-apps/dbus-0.95 - >=net-libs/telepathy-glib-0.20 - networkmanager? ( >=net-misc/networkmanager-0.7 ) - upower? ( >=sys-power/upower-0.9.11 ) -" -DEPEND="${RDEPEND} - ${PYTHON_DEPS} - dev-libs/libxslt - >=dev-util/gtk-doc-am-1.17 - virtual/pkgconfig -" -# test? ( dev-python/twisted-words )" - -# Tests are broken, see upstream bug #29334 and #64212 -# upstream doesn't want it enabled everywhere (#29334#c12) -RESTRICT="test" - -src_configure() { - # creds is not available - gnome2_src_configure \ - --disable-static \ - $(use_enable debug) \ - $(use_with networkmanager connectivity nm) \ - $(use_enable upower) -}