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 76DF01396D2 for ; Mon, 25 Sep 2017 16:56:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75F632BC005; Mon, 25 Sep 2017 16:56:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4419A2BC005 for ; Mon, 25 Sep 2017 16:56:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1235734069A for ; Mon, 25 Sep 2017 16:56:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FD1F9090 for ; Mon, 25 Sep 2017 16:56:44 +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: <1506358583.c582da6e4fbcb9c28442d8749a461d65194a41bc.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-voip/telepathy-gabble/Manifest net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild X-VCS-Directories: net-voip/telepathy-gabble/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: c582da6e4fbcb9c28442d8749a461d65194a41bc X-VCS-Branch: master Date: Mon, 25 Sep 2017 16:56:44 +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: f5785f7a-a1bb-42c6-a01e-b659b1c449de X-Archives-Hash: 415b6ae2798a1e59ff08c9249d684ae8 commit: c582da6e4fbcb9c28442d8749a461d65194a41bc Author: Mart Raudsepp gentoo org> AuthorDate: Mon Sep 25 16:56:23 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Sep 25 16:56:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c582da6e net-voip/telepathy-gabble: remove old Package-Manager: Portage-2.3.6, Repoman-2.3.2 net-voip/telepathy-gabble/Manifest | 1 - .../telepathy-gabble-0.18.3.ebuild | 75 ---------------------- 2 files changed, 76 deletions(-) diff --git a/net-voip/telepathy-gabble/Manifest b/net-voip/telepathy-gabble/Manifest index 147b4bd1a80..40525c4109c 100644 --- a/net-voip/telepathy-gabble/Manifest +++ b/net-voip/telepathy-gabble/Manifest @@ -1,2 +1 @@ -DIST telepathy-gabble-0.18.3.tar.gz 2793195 SHA256 8ec714607e9bcb8d5a3f44adf871e7b07d5db8e326e47536e74e09cba59989c2 SHA512 51c7b754779d131c54facf8e373338bd471e6bb589d69cd8f9c0f4450b15d9676c2bbf762b64e9c3bf7067bca0e9accb6c766f2fda0051a26a36eb009d7bd5eb WHIRLPOOL e1e1e11e8a64c4587e74188827ad62ca702f7058d7d781fa7b982514bf5c16f24bb7711d38a36c113738303e9c0a90727cf57761818c55360ebf13c737d3f2c2 DIST telepathy-gabble-0.18.4.tar.gz 2584311 SHA256 115c91572c72d4a40f0b25b606167b4f2f09441dc7bf1036ccbb1450f1a4969c SHA512 4303f1da7eeadf1f0e69fa881cd8b08dc41f4fd061df3f2ecdc80735d8be3e8cf24d8482f265f1858d8dfed71f62e8bc02c13f9525db8d21c9d927e25fa66218 WHIRLPOOL 882b2aee87abdcf6e404e4a42bb3e3c8d4e8ecc1263deb38c2479455b3a08b58d70ddfb421c6942fb2551dde0a3fcf21e799ad6db6df22a5c0dcfc9fc7ec8d03 diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild deleted file mode 100644 index 5f175098d35..00000000000 --- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -GCONF_DEBUG="no" -PYTHON_COMPAT=( python2_7 ) - -inherit gnome2 eutils python-any-r1 - -DESCRIPTION="A XMPP connection manager, handles single and multi user chats and voice calls" -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-linux" -IUSE="gnutls +jingle plugins test" - -# Prevent false positives due nested configure -QA_CONFIGURE_OPTIONS=".*" - -# FIXME: missing sasl-2 for tests ? (automagic) -# missing libiphb for wocky ? -# x11-libs/gtksourceview:3.0 needed by telepathy-gabble-xmpp-console, bug #495184 -RDEPEND=" - >=dev-libs/glib-2.32:2 - >=sys-apps/dbus-1.1.0 - >=dev-libs/dbus-glib-0.82 - >=net-libs/telepathy-glib-0.19.9 - - dev-db/sqlite:3 - dev-libs/libxml2 - - gnutls? ( >=net-libs/gnutls-2.10.2 ) - !gnutls? ( >=dev-libs/openssl-0.9.8g:0[-bindist] ) - jingle? ( || ( net-libs/libsoup:2.4[ssl] - >=net-libs/libsoup-2.33.1 ) - >=net-libs/libnice-0.0.11 ) - plugins? ( x11-libs/gtksourceview:3.0[introspection] ) - - !