Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/bitlbee/
Date: Wed, 25 Jan 2017 06:30:12
Message-Id: 1485325649.07c239870dd066754b8339f3b50d6a5e2e558d13.radhermit@gentoo
1 commit: 07c239870dd066754b8339f3b50d6a5e2e558d13
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 25 06:27:29 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 25 06:27:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c23987
7
8 net-im/bitlbee: drop yahoo support (bug #607126)
9
10 net-im/bitlbee/{bitlbee-9999.ebuild => bitlbee-3.5-r1.ebuild} | 4 ++--
11 net-im/bitlbee/bitlbee-9999.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/net-im/bitlbee/bitlbee-9999.ebuild b/net-im/bitlbee/bitlbee-3.5-r1.ebuild
15 similarity index 97%
16 copy from net-im/bitlbee/bitlbee-9999.ebuild
17 copy to net-im/bitlbee/bitlbee-3.5-r1.ebuild
18 index d010143..6ce539f 100644
19 --- a/net-im/bitlbee/bitlbee-9999.ebuild
20 +++ b/net-im/bitlbee/bitlbee-3.5-r1.ebuild
21 @@ -19,12 +19,12 @@ HOMEPAGE="https://www.bitlbee.org/"
22
23 LICENSE="GPL-2"
24 SLOT="0"
25 -IUSE_PROTOCOLS="msn oscar purple twitter +xmpp yahoo"
26 +IUSE_PROTOCOLS="msn oscar purple twitter +xmpp"
27 IUSE="debug +gnutls ipv6 libevent libressl nss otr +plugins selinux test xinetd
28 ${IUSE_PROTOCOLS}"
29
30 REQUIRED_USE="
31 - || ( purple xmpp msn oscar yahoo )
32 + || ( purple xmpp msn oscar )
33 xmpp? ( !nss )
34 "
35
36
37 diff --git a/net-im/bitlbee/bitlbee-9999.ebuild b/net-im/bitlbee/bitlbee-9999.ebuild
38 index d010143..6ce539f 100644
39 --- a/net-im/bitlbee/bitlbee-9999.ebuild
40 +++ b/net-im/bitlbee/bitlbee-9999.ebuild
41 @@ -19,12 +19,12 @@ HOMEPAGE="https://www.bitlbee.org/"
42
43 LICENSE="GPL-2"
44 SLOT="0"
45 -IUSE_PROTOCOLS="msn oscar purple twitter +xmpp yahoo"
46 +IUSE_PROTOCOLS="msn oscar purple twitter +xmpp"
47 IUSE="debug +gnutls ipv6 libevent libressl nss otr +plugins selinux test xinetd
48 ${IUSE_PROTOCOLS}"
49
50 REQUIRED_USE="
51 - || ( purple xmpp msn oscar yahoo )
52 + || ( purple xmpp msn oscar )
53 xmpp? ( !nss )
54 "