Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/sabnzbd/
Date: Sun, 09 Feb 2020 16:34:42
Message-Id: 1581266055.8afcc5d490e16caf7b884ff8bd00397a926302b4.mgorny@gentoo
1 commit: 8afcc5d490e16caf7b884ff8bd00397a926302b4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 17:31:35 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:34:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8afcc5d4
7
8 net-nntp/sabnzbd: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{sabnzbd-2.3.9.ebuild => sabnzbd-2.3.9-r1.ebuild} | 18 ++++++++++--------
13 1 file changed, 10 insertions(+), 8 deletions(-)
14
15 diff --git a/net-nntp/sabnzbd/sabnzbd-2.3.9.ebuild b/net-nntp/sabnzbd/sabnzbd-2.3.9-r1.ebuild
16 similarity index 90%
17 rename from net-nntp/sabnzbd/sabnzbd-2.3.9.ebuild
18 rename to net-nntp/sabnzbd/sabnzbd-2.3.9-r1.ebuild
19 index 3c897b62e6e..725ecf31daf 100644
20 --- a/net-nntp/sabnzbd/sabnzbd-2.3.9.ebuild
21 +++ b/net-nntp/sabnzbd/sabnzbd-2.3.9-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="6"
28 @@ -40,13 +40,15 @@ IUSE="+7za +rar unzip"
29 RDEPEND="
30 ${PYTHON_DEPS}
31 >=app-arch/par2cmdline-0.4
32 - >=dev-python/cheetah-2.0.1[${PYTHON_USEDEP}]
33 - dev-python/configobj[${PYTHON_USEDEP}]
34 - dev-python/cryptography[${PYTHON_USEDEP}]
35 - dev-python/feedparser[${PYTHON_USEDEP}]
36 - dev-python/gntp[${PYTHON_USEDEP}]
37 - dev-python/pythonutils[${PYTHON_USEDEP}]
38 - >=dev-python/sabyenc-3.3.1[${PYTHON_USEDEP}]
39 + $(python_gen_cond_dep '
40 + >=dev-python/cheetah-2.0.1[${PYTHON_MULTI_USEDEP}]
41 + dev-python/configobj[${PYTHON_MULTI_USEDEP}]
42 + dev-python/cryptography[${PYTHON_MULTI_USEDEP}]
43 + dev-python/feedparser[${PYTHON_MULTI_USEDEP}]
44 + dev-python/gntp[${PYTHON_MULTI_USEDEP}]
45 + dev-python/pythonutils[${PYTHON_MULTI_USEDEP}]
46 + >=dev-python/sabyenc-3.3.1[${PYTHON_MULTI_USEDEP}]
47 + ')
48 net-misc/wget
49 7za? ( app-arch/p7zip )
50 rar? ( || ( app-arch/unrar app-arch/rar ) )