Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/bitlbee/
Date: Tue, 05 May 2020 08:47:08
Message-Id: 1588668395.c5ddc78302bcf975d0b4b2724a828aad5da94c2c.juippis@gentoo
1 commit: c5ddc78302bcf975d0b4b2724a828aad5da94c2c
2 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
3 AuthorDate: Fri May 1 09:49:03 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue May 5 08:46:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ddc783
7
8 net-im/bitlbee: sync 3.6 with live ebuild
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 .../{bitlbee-3.6.ebuild => bitlbee-3.6-r1.ebuild} | 17 ++++++++++++-----
15 1 file changed, 12 insertions(+), 5 deletions(-)
16
17 diff --git a/net-im/bitlbee/bitlbee-3.6.ebuild b/net-im/bitlbee/bitlbee-3.6-r1.ebuild
18 similarity index 94%
19 rename from net-im/bitlbee/bitlbee-3.6.ebuild
20 rename to net-im/bitlbee/bitlbee-3.6-r1.ebuild
21 index 3fba9718c97..847614625a9 100644
22 --- a/net-im/bitlbee/bitlbee-3.6.ebuild
23 +++ b/net-im/bitlbee/bitlbee-3.6-r1.ebuild
24 @@ -3,7 +3,9 @@
25
26 EAPI=7
27
28 -inherit systemd toolchain-funcs
29 +PYTHON_COMPAT=( python3_{6..8} )
30 +
31 +inherit python-any-r1 systemd toolchain-funcs
32
33 if [[ ${PV} == "9999" ]]; then
34 EGIT_REPO_URI="https://github.com/bitlbee/bitlbee.git"
35 @@ -32,7 +34,7 @@ REQUIRED_USE="
36 COMMON_DEPEND="
37 acct-group/bitlbee
38 acct-user/bitlbee
39 - >=dev-libs/glib-2.16
40 + dev-libs/glib:2
41 purple? ( net-im/pidgin )
42 libevent? ( dev-libs/libevent:= )
43 otr? ( >=net-libs/libotr-4 )
44 @@ -46,12 +48,17 @@ COMMON_DEPEND="
45 )
46 "
47 DEPEND="${COMMON_DEPEND}
48 - virtual/pkgconfig
49 selinux? ( sec-policy/selinux-bitlbee )
50 - test? ( dev-libs/check )"
51 + test? ( dev-libs/check )
52 +"
53
54 RDEPEND="${COMMON_DEPEND}
55 - xinetd? ( sys-apps/xinetd )"
56 + xinetd? ( sys-apps/xinetd )
57 +"
58 +
59 +BDEPEND="${PYTHON_DEPS}
60 + virtual/pkgconfig
61 +"
62
63 PATCHES=(
64 "${FILESDIR}"/${PN}-3.5-systemd-user.patch