From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1144368-garchives=archives.gentoo.org@lists.gentoo.org> 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 3D585138350 for <garchives@archives.gentoo.org>; Sun, 9 Feb 2020 16:34:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 710A2E0875; Sun, 9 Feb 2020 16:34:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5B5B1E0875 for <gentoo-commits@lists.gentoo.org>; Sun, 9 Feb 2020 16:34:41 +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 8BEFF34E2F1 for <gentoo-commits@lists.gentoo.org>; Sun, 9 Feb 2020 16:34:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C521712F for <gentoo-commits@lists.gentoo.org>; Sun, 9 Feb 2020 16:34:37 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1581266055.8afcc5d490e16caf7b884ff8bd00397a926302b4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/sabnzbd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nntp/sabnzbd/sabnzbd-2.3.9-r1.ebuild net-nntp/sabnzbd/sabnzbd-2.3.9.ebuild X-VCS-Directories: net-nntp/sabnzbd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8afcc5d490e16caf7b884ff8bd00397a926302b4 X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:34:37 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3dcecf9d-b798-483c-89e9-c9105c84167d X-Archives-Hash: 0d39cd47570f3465b3f8c8f4b2a36889 commit: 8afcc5d490e16caf7b884ff8bd00397a926302b4 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Feb 7 17:31:35 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Feb 9 16:34:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8afcc5d4 net-nntp/sabnzbd: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../{sabnzbd-2.3.9.ebuild => sabnzbd-2.3.9-r1.ebuild} | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/net-nntp/sabnzbd/sabnzbd-2.3.9.ebuild b/net-nntp/sabnzbd/sabnzbd-2.3.9-r1.ebuild similarity index 90% rename from net-nntp/sabnzbd/sabnzbd-2.3.9.ebuild rename to net-nntp/sabnzbd/sabnzbd-2.3.9-r1.ebuild index 3c897b62e6e..725ecf31daf 100644 --- a/net-nntp/sabnzbd/sabnzbd-2.3.9.ebuild +++ b/net-nntp/sabnzbd/sabnzbd-2.3.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -40,13 +40,15 @@ IUSE="+7za +rar unzip" RDEPEND=" ${PYTHON_DEPS} >=app-arch/par2cmdline-0.4 - >=dev-python/cheetah-2.0.1[${PYTHON_USEDEP}] - dev-python/configobj[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/feedparser[${PYTHON_USEDEP}] - dev-python/gntp[${PYTHON_USEDEP}] - dev-python/pythonutils[${PYTHON_USEDEP}] - >=dev-python/sabyenc-3.3.1[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-python/cheetah-2.0.1[${PYTHON_MULTI_USEDEP}] + dev-python/configobj[${PYTHON_MULTI_USEDEP}] + dev-python/cryptography[${PYTHON_MULTI_USEDEP}] + dev-python/feedparser[${PYTHON_MULTI_USEDEP}] + dev-python/gntp[${PYTHON_MULTI_USEDEP}] + dev-python/pythonutils[${PYTHON_MULTI_USEDEP}] + >=dev-python/sabyenc-3.3.1[${PYTHON_MULTI_USEDEP}] + ') net-misc/wget 7za? ( app-arch/p7zip ) rar? ( || ( app-arch/unrar app-arch/rar ) )