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 DB6FB139085 for ; Wed, 25 Jan 2017 06:30:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E718D21C06B; Wed, 25 Jan 2017 06:30:09 +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 C144421C06A for ; Wed, 25 Jan 2017 06:30:09 +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 6ADBB341670 for ; Wed, 25 Jan 2017 06:30:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B89A2E9F for ; Wed, 25 Jan 2017 06:30:03 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1485325649.07c239870dd066754b8339f3b50d6a5e2e558d13.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/bitlbee/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/bitlbee/bitlbee-3.5-r1.ebuild net-im/bitlbee/bitlbee-9999.ebuild X-VCS-Directories: net-im/bitlbee/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 07c239870dd066754b8339f3b50d6a5e2e558d13 X-VCS-Branch: master Date: Wed, 25 Jan 2017 06:30: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: 8c9ac594-e558-48f2-b296-a73f785fae08 X-Archives-Hash: 8e84f4ca3e8b87c96e0e3ebb1c1b5bae commit: 07c239870dd066754b8339f3b50d6a5e2e558d13 Author: Tim Harder gentoo org> AuthorDate: Wed Jan 25 06:27:29 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Wed Jan 25 06:27:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c23987 net-im/bitlbee: drop yahoo support (bug #607126) net-im/bitlbee/{bitlbee-9999.ebuild => bitlbee-3.5-r1.ebuild} | 4 ++-- net-im/bitlbee/bitlbee-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-im/bitlbee/bitlbee-9999.ebuild b/net-im/bitlbee/bitlbee-3.5-r1.ebuild similarity index 97% copy from net-im/bitlbee/bitlbee-9999.ebuild copy to net-im/bitlbee/bitlbee-3.5-r1.ebuild index d010143..6ce539f 100644 --- a/net-im/bitlbee/bitlbee-9999.ebuild +++ b/net-im/bitlbee/bitlbee-3.5-r1.ebuild @@ -19,12 +19,12 @@ HOMEPAGE="https://www.bitlbee.org/" LICENSE="GPL-2" SLOT="0" -IUSE_PROTOCOLS="msn oscar purple twitter +xmpp yahoo" +IUSE_PROTOCOLS="msn oscar purple twitter +xmpp" IUSE="debug +gnutls ipv6 libevent libressl nss otr +plugins selinux test xinetd ${IUSE_PROTOCOLS}" REQUIRED_USE=" - || ( purple xmpp msn oscar yahoo ) + || ( purple xmpp msn oscar ) xmpp? ( !nss ) " diff --git a/net-im/bitlbee/bitlbee-9999.ebuild b/net-im/bitlbee/bitlbee-9999.ebuild index d010143..6ce539f 100644 --- a/net-im/bitlbee/bitlbee-9999.ebuild +++ b/net-im/bitlbee/bitlbee-9999.ebuild @@ -19,12 +19,12 @@ HOMEPAGE="https://www.bitlbee.org/" LICENSE="GPL-2" SLOT="0" -IUSE_PROTOCOLS="msn oscar purple twitter +xmpp yahoo" +IUSE_PROTOCOLS="msn oscar purple twitter +xmpp" IUSE="debug +gnutls ipv6 libevent libressl nss otr +plugins selinux test xinetd ${IUSE_PROTOCOLS}" REQUIRED_USE=" - || ( purple xmpp msn oscar yahoo ) + || ( purple xmpp msn oscar ) xmpp? ( !nss ) "