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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0C397138350 for ; Tue, 5 May 2020 08:47:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5CF8E08C4; Tue, 5 May 2020 08:47:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F955E08AA for ; Tue, 5 May 2020 08:47:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09E5534F540 for ; Tue, 5 May 2020 08:47:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EC17231 for ; Tue, 5 May 2020 08:47:00 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1588668395.c5ddc78302bcf975d0b4b2724a828aad5da94c2c.juippis@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-r1.ebuild net-im/bitlbee/bitlbee-3.6.ebuild X-VCS-Directories: net-im/bitlbee/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c5ddc78302bcf975d0b4b2724a828aad5da94c2c X-VCS-Branch: master Date: Tue, 5 May 2020 08:47:00 +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: 9b82ab36-83eb-4d3e-819b-7a767d7394d9 X-Archives-Hash: 923adb6e298d7d75077144d1dc785b61 commit: c5ddc78302bcf975d0b4b2724a828aad5da94c2c Author: Petr Vaněk atlas cz> AuthorDate: Fri May 1 09:49:03 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue May 5 08:46:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ddc783 net-im/bitlbee: sync 3.6 with live ebuild Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Petr Vaněk atlas.cz> Signed-off-by: Joonas Niilola gentoo.org> .../{bitlbee-3.6.ebuild => bitlbee-3.6-r1.ebuild} | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/net-im/bitlbee/bitlbee-3.6.ebuild b/net-im/bitlbee/bitlbee-3.6-r1.ebuild similarity index 94% rename from net-im/bitlbee/bitlbee-3.6.ebuild rename to net-im/bitlbee/bitlbee-3.6-r1.ebuild index 3fba9718c97..847614625a9 100644 --- a/net-im/bitlbee/bitlbee-3.6.ebuild +++ b/net-im/bitlbee/bitlbee-3.6-r1.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit systemd toolchain-funcs +PYTHON_COMPAT=( python3_{6..8} ) + +inherit python-any-r1 systemd toolchain-funcs if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/bitlbee/bitlbee.git" @@ -32,7 +34,7 @@ REQUIRED_USE=" COMMON_DEPEND=" acct-group/bitlbee acct-user/bitlbee - >=dev-libs/glib-2.16 + dev-libs/glib:2 purple? ( net-im/pidgin ) libevent? ( dev-libs/libevent:= ) otr? ( >=net-libs/libotr-4 ) @@ -46,12 +48,17 @@ COMMON_DEPEND=" ) " DEPEND="${COMMON_DEPEND} - virtual/pkgconfig selinux? ( sec-policy/selinux-bitlbee ) - test? ( dev-libs/check )" + test? ( dev-libs/check ) +" RDEPEND="${COMMON_DEPEND} - xinetd? ( sys-apps/xinetd )" + xinetd? ( sys-apps/xinetd ) +" + +BDEPEND="${PYTHON_DEPS} + virtual/pkgconfig +" PATCHES=( "${FILESDIR}"/${PN}-3.5-systemd-user.patch