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 0AF0F138334 for ; Sun, 20 Oct 2019 17:38:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 466FAE0BF1; Sun, 20 Oct 2019 17:38:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30AB8E0BF1 for ; Sun, 20 Oct 2019 17:38:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56E5734C0B9 for ; Sun, 20 Oct 2019 17:38:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AA2A76A for ; Sun, 20 Oct 2019 17:38:20 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1571593081.0b4d88d2956aeffc17875fccec18c6c57b76ddf9.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-haze/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild X-VCS-Directories: net-voip/telepathy-haze/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 0b4d88d2956aeffc17875fccec18c6c57b76ddf9 X-VCS-Branch: master Date: Sun, 20 Oct 2019 17:38:20 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c2a72767-c8f0-4a72-98df-777253ea181f X-Archives-Hash: c7a9f2e61f7f21115cb730567a3fa5df commit: 0b4d88d2956aeffc17875fccec18c6c57b76ddf9 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Oct 19 20:35:24 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Oct 20 17:38:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b4d88d2 net-voip/telepathy-haze: remove old Package-Manager: Portage-2.3.69, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> .../telepathy-haze/telepathy-haze-0.8.0-r1.ebuild | 42 ---------------------- 1 file changed, 42 deletions(-) diff --git a/net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild b/net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild deleted file mode 100644 index ccf350d7d57..00000000000 --- a/net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit eutils python-single-r1 - -DESCRIPTION="Telepathy connection manager providing libpurple supported protocols" -HOMEPAGE="https://telepathy.freedesktop.org https://developer.pidgin.im/wiki/TelepathyHaze" -SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" -#IUSE="test" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -# Tests failing, see upstream: https://bugs.freedesktop.org/34577 -RESTRICT="test" - -RDEPEND="${PYTHON_DEPS} - >=net-im/pidgin-2.7 - >=net-libs/telepathy-glib-0.15.1[${PYTHON_USEDEP}] - >=dev-libs/glib-2.30:2 - >=dev-libs/dbus-glib-0.73 -" -DEPEND="${RDEPEND} - dev-util/glib-utils - virtual/pkgconfig" -# test? ( dev-python/twisted-words )" - -src_prepare() { - # contact-list: Don't crash if a contact is already in the roster - # (fixed in next version) - epatch "${FILESDIR}"/${P}-crash.patch - - # Fix compat with newer pidgin versions, bug #572296 - epatch "${FILESDIR}"/${P}-pidgin-2.10.12-compat.patch -}