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 468E0138334 for ; Sun, 8 Dec 2019 11:20:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7B05E087E; Sun, 8 Dec 2019 11:20:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 57696E087A for ; Sun, 8 Dec 2019 11:20:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 07F3B34D887 for ; Sun, 8 Dec 2019 11:20:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFE857FE for ; Sun, 8 Dec 2019 11:20:37 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1575803631.010119eba72a452e36ecdc7050ab0dfa7c0bd65c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/blueman/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/blueman/blueman-2.1.1-r1.ebuild net-wireless/blueman/blueman-9999.ebuild X-VCS-Directories: net-wireless/blueman/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 010119eba72a452e36ecdc7050ab0dfa7c0bd65c X-VCS-Branch: master Date: Sun, 8 Dec 2019 11:20:37 +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: a32e9b46-f09a-4645-9b5b-ff37dc49b308 X-Archives-Hash: a122a79186162547dda1ece53e3a9a4e commit: 010119eba72a452e36ecdc7050ab0dfa7c0bd65c Author: Michał Górny gentoo org> AuthorDate: Sun Dec 8 11:13:51 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Dec 8 11:13:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=010119eb net-wireless/blueman: Switch to new python-single-r1 API Signed-off-by: Michał Górny gentoo.org> net-wireless/blueman/blueman-2.1.1-r1.ebuild | 15 ++++++++++----- net-wireless/blueman/blueman-9999.ebuild | 13 ++++++++++--- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/net-wireless/blueman/blueman-2.1.1-r1.ebuild b/net-wireless/blueman/blueman-2.1.1-r1.ebuild index 4249d4afac6..0dbede4768d 100644 --- a/net-wireless/blueman/blueman-2.1.1-r1.ebuild +++ b/net-wireless/blueman/blueman-2.1.1-r1.ebuild @@ -15,6 +15,7 @@ if [[ ${PV} == "9999" ]] ; then KEYWORDS="" else SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz" + S=${WORKDIR}/${P/_/.} KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" fi @@ -25,15 +26,21 @@ SLOT="0" IUSE="appindicator network nls policykit pulseaudio" DEPEND=" - dev-python/pygobject:3[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] + ') >=net-wireless/bluez-5:= ${PYTHON_DEPS}" BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/cython[${PYTHON_MULTI_USEDEP}] + ') virtual/pkgconfig nls? ( dev-util/intltool sys-devel/gettext )" RDEPEND="${DEPEND} - dev-python/pycairo[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pycairo[${PYTHON_MULTI_USEDEP}] + ') sys-apps/dbus x11-libs/gtk+:3[introspection] x11-libs/libnotify[introspection] @@ -65,8 +72,6 @@ RDEPEND="${DEPEND} !net-wireless/gnome-bluetooth " -S=${WORKDIR}/${P/_/.} - REQUIRED_USE="${PYTHON_REQUIRED_USE}" pkg_pretend() { diff --git a/net-wireless/blueman/blueman-9999.ebuild b/net-wireless/blueman/blueman-9999.ebuild index c04d0676bc9..0dbede4768d 100644 --- a/net-wireless/blueman/blueman-9999.ebuild +++ b/net-wireless/blueman/blueman-9999.ebuild @@ -15,6 +15,7 @@ if [[ ${PV} == "9999" ]] ; then KEYWORDS="" else SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz" + S=${WORKDIR}/${P/_/.} KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" fi @@ -25,15 +26,21 @@ SLOT="0" IUSE="appindicator network nls policykit pulseaudio" DEPEND=" - dev-python/pygobject:3[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] + ') >=net-wireless/bluez-5:= ${PYTHON_DEPS}" BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/cython[${PYTHON_MULTI_USEDEP}] + ') virtual/pkgconfig nls? ( dev-util/intltool sys-devel/gettext )" RDEPEND="${DEPEND} - dev-python/pycairo[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pycairo[${PYTHON_MULTI_USEDEP}] + ') sys-apps/dbus x11-libs/gtk+:3[introspection] x11-libs/libnotify[introspection]