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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48D4C158094 for ; Tue, 23 Aug 2022 05:11:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98470E0833; Tue, 23 Aug 2022 05:11:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09547E0827 for ; Tue, 23 Aug 2022 05:11:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31B93340E26 for ; Tue, 23 Aug 2022 05:11:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 454C357D for ; Tue, 23 Aug 2022 05:11:15 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1661230222.982bc21809ccdbcbe59692f89bd6b214b73ba0ad.sam@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.6-r2.ebuild net-im/bitlbee/bitlbee-3.6-r3.ebuild net-im/bitlbee/bitlbee-9999.ebuild net-im/bitlbee/metadata.xml X-VCS-Directories: net-im/bitlbee/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 982bc21809ccdbcbe59692f89bd6b214b73ba0ad X-VCS-Branch: master Date: Tue, 23 Aug 2022 05:11:15 +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: 6b9714c1-9a15-46da-a988-a4b0eff15980 X-Archives-Hash: 1f07b94778b1429938612921ec1f8b4e commit: 982bc21809ccdbcbe59692f89bd6b214b73ba0ad Author: Petr Vaněk atlas cz> AuthorDate: Fri Aug 19 07:23:31 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 23 04:50:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=982bc218 net-im/bitlbee: drop msn and oscar use flags msn[1] and oscar[2] protocols were removed in version 3.6, therefore both use flags do nothing. [1] https://github.com/bitlbee/bitlbee/commit/7ec2ce8fd7d30a536823ef9e08a3dad80ce76d4e [2] https://github.com/bitlbee/bitlbee/commit/e5d2c5607310ef9669a051a1b93e019319495955 Signed-off-by: Petr Vaněk atlas.cz> Signed-off-by: Sam James gentoo.org> net-im/bitlbee/bitlbee-3.6-r2.ebuild | 4 ++-- net-im/bitlbee/bitlbee-3.6-r3.ebuild | 4 ++-- net-im/bitlbee/bitlbee-9999.ebuild | 4 ++-- net-im/bitlbee/metadata.xml | 7 ++----- 4 files changed, 8 insertions(+), 11 deletions(-) diff --git a/net-im/bitlbee/bitlbee-3.6-r2.ebuild b/net-im/bitlbee/bitlbee-3.6-r2.ebuild index 127f0a88198d..983d5a872b1c 100644 --- a/net-im/bitlbee/bitlbee-3.6-r2.ebuild +++ b/net-im/bitlbee/bitlbee-3.6-r2.ebuild @@ -20,13 +20,13 @@ HOMEPAGE="https://www.bitlbee.org/" LICENSE="GPL-2 BSD-2" SLOT="0" -IUSE_PROTOCOLS="msn oscar purple twitter +xmpp" +IUSE_PROTOCOLS="purple twitter +xmpp" IUSE="debug +gnutls ipv6 libevent nss otr +plugins selinux test xinetd ${IUSE_PROTOCOLS}" RESTRICT="!test? ( test )" REQUIRED_USE=" - || ( purple xmpp msn oscar ) + || ( purple xmpp ) purple? ( plugins ) test? ( plugins ) xmpp? ( !nss ) diff --git a/net-im/bitlbee/bitlbee-3.6-r3.ebuild b/net-im/bitlbee/bitlbee-3.6-r3.ebuild index 72d2a7207ba2..dc1b934e114a 100644 --- a/net-im/bitlbee/bitlbee-3.6-r3.ebuild +++ b/net-im/bitlbee/bitlbee-3.6-r3.ebuild @@ -20,13 +20,13 @@ HOMEPAGE="https://www.bitlbee.org/" LICENSE="GPL-2" SLOT="0" -IUSE_PROTOCOLS="msn oscar purple twitter +xmpp" +IUSE_PROTOCOLS="purple twitter +xmpp" IUSE="debug +gnutls ipv6 libevent nss otr +plugins selinux test xinetd ${IUSE_PROTOCOLS}" RESTRICT="!test? ( test )" REQUIRED_USE=" - || ( purple xmpp msn oscar ) + || ( purple xmpp ) purple? ( plugins ) test? ( plugins ) xmpp? ( !nss ) diff --git a/net-im/bitlbee/bitlbee-9999.ebuild b/net-im/bitlbee/bitlbee-9999.ebuild index 0a8cc973ae18..c1ec4905594e 100644 --- a/net-im/bitlbee/bitlbee-9999.ebuild +++ b/net-im/bitlbee/bitlbee-9999.ebuild @@ -20,13 +20,13 @@ HOMEPAGE="https://www.bitlbee.org/" LICENSE="GPL-2" SLOT="0" -IUSE_PROTOCOLS="msn oscar purple twitter +xmpp" +IUSE_PROTOCOLS="purple twitter +xmpp" IUSE="debug +gnutls ipv6 libevent nss otr +plugins selinux test xinetd ${IUSE_PROTOCOLS}" RESTRICT="!test? ( test )" REQUIRED_USE=" - || ( purple xmpp msn oscar ) + || ( purple xmpp ) purple? ( plugins ) test? ( plugins ) xmpp? ( !nss ) diff --git a/net-im/bitlbee/metadata.xml b/net-im/bitlbee/metadata.xml index a3e4b3e074d2..9dbb1759075c 100644 --- a/net-im/bitlbee/metadata.xml +++ b/net-im/bitlbee/metadata.xml @@ -11,9 +11,7 @@ Use libevent for event handling - Enable MSN Messenger IM protocol support. - Use NSS for SSL support in MSN and Jabber - Enable Oscar (AIM/ICQ) IM protocol support + Use NSS for SSL support in Jabber Enable support for encrypted conversations Enable support for plugins Use libpurple instead of the built-in IM protocol support @@ -21,8 +19,7 @@ Bitlbee as an IRC to IM gateway. It provides an irc server that allows - you to log on and then connect to various instant messaging protocols - (AIM, MSN, Yahoo, Jabber, etc). + you to log on and then connect to various instant messaging protocols. bitlbee/bitlbee