diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2022-08-19 09:23:31 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-23 05:50:22 +0100 |
commit | 982bc21809ccdbcbe59692f89bd6b214b73ba0ad (patch) | |
tree | f846cfdf4f530a27ffdd11780705b0225045dbdb | |
parent | net-im/bitlbee: fix tests in 3.6-r3 and live (diff) | |
download | gentoo-982bc21809ccdbcbe59692f89bd6b214b73ba0ad.tar.gz gentoo-982bc21809ccdbcbe59692f89bd6b214b73ba0ad.tar.bz2 gentoo-982bc21809ccdbcbe59692f89bd6b214b73ba0ad.zip |
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 <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | net-im/bitlbee/bitlbee-3.6-r2.ebuild | 4 | ||||
-rw-r--r-- | net-im/bitlbee/bitlbee-3.6-r3.ebuild | 4 | ||||
-rw-r--r-- | net-im/bitlbee/bitlbee-9999.ebuild | 4 | ||||
-rw-r--r-- | 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 @@ </maintainer> <use> <flag name="libevent">Use libevent for event handling</flag> - <flag name="msn">Enable MSN Messenger IM protocol support.</flag> - <flag name="nss">Use NSS for SSL support in MSN and Jabber</flag> - <flag name="oscar">Enable Oscar (AIM/ICQ) IM protocol support</flag> + <flag name="nss">Use NSS for SSL support in Jabber</flag> <flag name="otr">Enable support for encrypted conversations</flag> <flag name="plugins">Enable support for plugins</flag> <flag name="purple">Use libpurple instead of the built-in IM protocol support</flag> @@ -21,8 +19,7 @@ </use> <longdescription> 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. </longdescription> <upstream> <remote-id type="github">bitlbee/bitlbee</remote-id> |