From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/bitlbee/
Date: Tue, 23 Aug 2022 05:11:15 +0000 (UTC) [thread overview]
Message-ID: <1661230222.982bc21809ccdbcbe59692f89bd6b214b73ba0ad.sam@gentoo> (raw)
commit: 982bc21809ccdbcbe59692f89bd6b214b73ba0ad
Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Fri Aug 19 07:23:31 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <arkamar <AT> atlas.cz>
Signed-off-by: Sam James <sam <AT> 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 @@
</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>
next reply other threads:[~2022-08-23 5:11 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-23 5:11 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-27 19:08 [gentoo-commits] repo/gentoo:master commit in: net-im/bitlbee/ Petr Vaněk
2024-02-20 9:08 Petr Vaněk
2024-02-20 9:08 Petr Vaněk
2022-09-30 15:24 Agostino Sarubbo
2022-09-30 15:23 Agostino Sarubbo
2022-09-30 15:22 Agostino Sarubbo
2022-08-30 8:48 Jakov Smolić
2022-08-23 5:11 Sam James
2022-08-23 5:11 Sam James
2022-08-18 7:06 Joonas Niilola
2022-07-28 7:10 Sam James
2022-07-09 9:55 Sam James
2022-06-21 16:12 Jakov Smolić
2022-02-07 20:20 Arthur Zamarin
2022-02-07 20:20 Arthur Zamarin
2022-02-07 20:20 Arthur Zamarin
2021-05-02 19:40 Mikle Kolyada
2021-04-15 8:41 Joonas Niilola
2021-03-26 15:55 Sam James
2020-09-07 8:20 Sergei Trofimovich
2020-08-22 11:26 Agostino Sarubbo
2020-08-22 5:50 Agostino Sarubbo
2020-05-05 8:47 Joonas Niilola
2020-05-05 8:47 Joonas Niilola
2020-05-05 8:47 Joonas Niilola
2020-05-05 8:47 Joonas Niilola
2020-05-05 8:46 Joonas Niilola
2019-11-20 14:39 Joonas Niilola
2019-11-18 5:27 Tim Harder
2019-09-15 14:55 Michał Górny
2019-09-15 14:55 Michał Górny
2019-08-14 23:17 Tim Harder
2017-09-11 6:44 Tim Harder
2017-02-12 15:44 Agostino Sarubbo
2017-02-08 2:12 Michael Weber
2017-02-01 22:32 Tim Harder
2017-01-25 6:30 Tim Harder
2017-01-25 6:30 Tim Harder
2017-01-04 17:09 Agostino Sarubbo
2016-12-21 11:28 Tobias Klausmann
2016-08-07 6:52 Pacho Ramos
2016-07-03 23:01 Zac Medico
2016-03-27 1:26 Tim Harder
2016-03-27 1:26 Tim Harder
2016-03-16 11:51 Agostino Sarubbo
2016-03-15 15:27 Agostino Sarubbo
2016-03-06 12:58 Agostino Sarubbo
2016-01-18 3:33 Tim Harder
2016-01-18 3:17 Tim Harder
2016-01-17 22:20 Tim Harder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1661230222.982bc21809ccdbcbe59692f89bd6b214b73ba0ad.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox