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 563E4138334 for ; Wed, 24 Apr 2019 19:39:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79F86E09B8; Wed, 24 Apr 2019 19:39:39 +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 4DC04E09B8 for ; Wed, 24 Apr 2019 19:39:39 +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 C0F4B342561 for ; Wed, 24 Apr 2019 19:39:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20ED85CA for ; Wed, 24 Apr 2019 19:39:35 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1556134698.7746de90b29ea81f6f9dc9a3d594e4b127b62f10.asturm@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/telepathy-gabble-0.18.4.ebuild X-VCS-Directories: net-voip/telepathy-gabble/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7746de90b29ea81f6f9dc9a3d594e4b127b62f10 X-VCS-Branch: master Date: Wed, 24 Apr 2019 19:39:35 +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: bdf95e58-4938-444b-8ff1-be8efcddb2a7 X-Archives-Hash: 3b2c34d37caff5c76766fa02cef9b0bc commit: 7746de90b29ea81f6f9dc9a3d594e4b127b62f10 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Apr 23 21:23:15 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Apr 24 19:38:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7746de90 net-voip/telepathy-gabble: Drop 0.18.4 (r0) Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> .../telepathy-gabble-0.18.4.ebuild | 91 ---------------------- 1 file changed, 91 deletions(-) diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild deleted file mode 100644 index b3ef53e976b..00000000000 --- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -# Python is used during build for some scripted source files generation (and twisted tests) -PYTHON_COMPAT=( python2_7 ) - -inherit gnome2 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 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux" -IUSE="gnutls +jingle libressl 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 -# Keep in mind some deps or higher minimum versions are in ext/wocky/configure.ac -RDEPEND=" - >=dev-libs/glib-2.44:2 - >=sys-apps/dbus-1.1.0 - >=dev-libs/dbus-glib-0.82 - >=net-libs/telepathy-glib-0.19.9 - - dev-libs/libxml2 - dev-db/sqlite:3 - - gnutls? ( >=net-libs/gnutls-2.10.2 ) - !gnutls? ( - libressl? ( dev-libs/libressl:0= ) - !libressl? ( >=dev-libs/openssl-0.9.8g:0=[-bindist] ) - ) - jingle? ( - >=net-libs/libsoup-2.42 - >=net-libs/libnice-0.0.11 ) - plugins? ( x11-libs/gtksourceview:3.0[introspection] ) - - !=dev-python/twisted-16.0.0 -# ( >=dev-python/twisted-core-0.8.2 -# >=dev-python/twisted-words-0.8.2 -# >=dev-python/dbus-python-0.83 -# ) ) -#) - -PATCHES=( - # Fix build with USE=-jingle, bug #523230 - "${FILESDIR}"/${P}-build-fix-no-jingle.patch -) - -pkg_setup() { - python-any-r1_pkg_setup -} - -src_configure() { - gnome2_src_configure \ - --disable-coding-style-checks \ - --disable-static \ - --disable-Werror \ - --enable-file-transfer \ - $(use_enable jingle voip) \ - $(use_enable jingle google-relay) \ - $(use_enable plugins) \ - --with-tls=$(usex gnutls gnutls openssl) -} - -src_test() { - # This runs only C tests (see tests/README): - emake -C tests check-TESTS -}