From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB6F21395E3 for ; Sun, 13 Nov 2016 11:19:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82B1FE0B12; Sun, 13 Nov 2016 11:19:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59BD3E0B12 for ; Sun, 13 Nov 2016 11:19:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 460D5341669 for ; Sun, 13 Nov 2016 11:19:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B64C024BC for ; Sun, 13 Nov 2016 11:19:31 +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: <1479035923.b76bd3ffd82c83ef0d3ffc20e586beebceb95049.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/telepathy-glib/Manifest net-libs/telepathy-glib/telepathy-glib-0.24.0.ebuild X-VCS-Directories: net-libs/telepathy-glib/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: b76bd3ffd82c83ef0d3ffc20e586beebceb95049 X-VCS-Branch: master Date: Sun, 13 Nov 2016 11:19:31 +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: a5e26ba3-0cc9-4df0-a457-5cea52201bc1 X-Archives-Hash: abd4dd1f4b2def51bb968decf677bf68 commit: b76bd3ffd82c83ef0d3ffc20e586beebceb95049 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Nov 13 10:13:05 2016 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Nov 13 11:18:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b76bd3ff net-libs/telepathy-glib: cleanup old revision Package-Manager: portage-2.3.2 net-libs/telepathy-glib/Manifest | 1 - .../telepathy-glib/telepathy-glib-0.24.0.ebuild | 61 ---------------------- 2 files changed, 62 deletions(-) diff --git a/net-libs/telepathy-glib/Manifest b/net-libs/telepathy-glib/Manifest index b2d8779..2f7d7d0 100644 --- a/net-libs/telepathy-glib/Manifest +++ b/net-libs/telepathy-glib/Manifest @@ -1,2 +1 @@ -DIST telepathy-glib-0.24.0.tar.gz 3890992 SHA256 ae0002134991217f42e503c43dea7817853afc18863b913744d51ffa029818cf SHA512 97b30f9ea7996252c21777a72b98b3106c346e7cbf3185cb6d0ee75466a43447000d77b3dabd92cf93c59340baa830b9c07356939ba39fd2c8cf98738bc1ffb2 WHIRLPOOL bd9aecfbfdf302ed2365ec4b7d0d81b28ffc3e425c4e6280c3621a581fe8f9d4df7bf590c44357c98f3c64481600a8137d41d5842d9cc7a8bc7941af8f6348e7 DIST telepathy-glib-0.24.1.tar.gz 3898149 SHA256 9e0df1d8f857e0270cf0b32e2d1ca5a24aa7282873361785d573f72ad7f7d5eb SHA512 2fed94f76a19d6069f671cdd45d2fd8a4b4ad27c4601aff66041ca205456be397c76a86f92cc9bf20fa4eb6d4c15a67ed8196644c143c37e945f382229a63335 WHIRLPOOL bc1c48cbc961d0a4c263dbdd4a31ff6a4ca3a32bfc3b9bc12f2691f46028f7c371ae16a4cd2908f425f49e8eaa84158e5122523f24e2d669defbf8868fb6cd17 diff --git a/net-libs/telepathy-glib/telepathy-glib-0.24.0.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.24.0.ebuild deleted file mode 100644 index 693e682..00000000 --- a/net-libs/telepathy-glib/telepathy-glib-0.24.0.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -PYTHON_COMPAT=( python2_7 ) -VALA_MIN_API_VERSION="0.18" -VALA_USE_DEPEND="vapigen" - -inherit eutils gnome2 python-single-r1 vala virtualx - -DESCRIPTION="GLib bindings for the Telepathy D-Bus protocol" -HOMEPAGE="https://telepathy.freedesktop.org/" -SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" - -IUSE="debug +introspection +vala" -REQUIRED_USE=" - ${PYTHON_REQUIRED_USE} - vala? ( introspection ) -" - -# Broken for a long time and upstream doesn't care -# https://bugs.freedesktop.org/show_bug.cgi?id=63212 -RESTRICT="test" - -RDEPEND=" - >=dev-libs/glib-2.36:2 - >=dev-libs/dbus-glib-0.90 - introspection? ( >=dev-libs/gobject-introspection-1.30 ) -" -DEPEND="${RDEPEND} - dev-libs/libxslt - dev-util/gtk-doc-am - virtual/pkgconfig - vala? ( $(vala_depend) ) - ${PYTHON_DEPS} -" -# See bug 504744 for reference -PDEPEND=" - net-im/telepathy-mission-control -" - -src_configure() { - gnome2_src_configure \ - --disable-static \ - --disable-installed-tests \ - $(use_enable debug backtrace) \ - $(use_enable debug debug-cache) \ - $(use_enable introspection) \ - $(use_enable vala vala-bindings) -} - -src_test() { - unset DBUS_SESSION_BUS_ADDRESS - # Needs dbus for tests (auto-launched) - Xemake -j1 check -}