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: www-apps/venus/
Date: Sun, 09 Feb 2020 16:42:34
Message-Id: 1581266232.fa5ded6d130c632cf601594066d33a11297ec384.mgorny@gentoo
1 commit: fa5ded6d130c632cf601594066d33a11297ec384
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 20:27:53 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:37:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa5ded6d
7
8 www-apps/venus: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 ...nus-20100911-r1.ebuild => venus-20100911-r3.ebuild} | 18 ++++++++++--------
13 ...nus-20100911-r2.ebuild => venus-20100911-r4.ebuild} | 18 ++++++++++--------
14 2 files changed, 20 insertions(+), 16 deletions(-)
15
16 diff --git a/www-apps/venus/venus-20100911-r1.ebuild b/www-apps/venus/venus-20100911-r3.ebuild
17 similarity index 74%
18 rename from www-apps/venus/venus-20100911-r1.ebuild
19 rename to www-apps/venus/venus-20100911-r3.ebuild
20 index 44d5059cd31..22880183610 100644
21 --- a/www-apps/venus/venus-20100911-r1.ebuild
22 +++ b/www-apps/venus/venus-20100911-r3.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -19,13 +19,15 @@ RESTRICT="!test? ( test )"
30 SLOT="0"
31
32 RDEPEND="
33 - dev-python/bsddb3[${PYTHON_USEDEP}]
34 - dev-python/chardet[${PYTHON_USEDEP}]
35 - dev-python/httplib2[${PYTHON_USEDEP}]
36 - dev-python/utidylib[${PYTHON_USEDEP}]
37 - django? ( dev-python/django[${PYTHON_USEDEP}] )
38 - genshi? ( dev-python/genshi[${PYTHON_USEDEP}] )
39 - redland? ( dev-python/rdflib[redland,${PYTHON_USEDEP}] )
40 + $(python_gen_cond_dep '
41 + dev-python/bsddb3[${PYTHON_MULTI_USEDEP}]
42 + dev-python/chardet[${PYTHON_MULTI_USEDEP}]
43 + dev-python/httplib2[${PYTHON_MULTI_USEDEP}]
44 + dev-python/utidylib[${PYTHON_MULTI_USEDEP}]
45 + django? ( dev-python/django[${PYTHON_MULTI_USEDEP}] )
46 + genshi? ( dev-python/genshi[${PYTHON_MULTI_USEDEP}] )
47 + redland? ( dev-python/rdflib[redland,${PYTHON_MULTI_USEDEP}] )
48 + ')
49 ${PYTHON_DEPS}"
50 DEPEND="${RDEPEND}"
51
52
53 diff --git a/www-apps/venus/venus-20100911-r2.ebuild b/www-apps/venus/venus-20100911-r4.ebuild
54 similarity index 74%
55 rename from www-apps/venus/venus-20100911-r2.ebuild
56 rename to www-apps/venus/venus-20100911-r4.ebuild
57 index dd264089df0..cd6f9036e37 100644
58 --- a/www-apps/venus/venus-20100911-r2.ebuild
59 +++ b/www-apps/venus/venus-20100911-r4.ebuild
60 @@ -1,4 +1,4 @@
61 -# Copyright 1999-2019 Gentoo Authors
62 +# Copyright 1999-2020 Gentoo Authors
63 # Distributed under the terms of the GNU General Public License v2
64
65 EAPI=6
66 @@ -19,13 +19,15 @@ RESTRICT="!test? ( test )"
67 SLOT="0"
68
69 RDEPEND="
70 - dev-python/bsddb3[${PYTHON_USEDEP}]
71 - dev-python/chardet[${PYTHON_USEDEP}]
72 - dev-python/httplib2[${PYTHON_USEDEP}]
73 - dev-python/utidylib[${PYTHON_USEDEP}]
74 - django? ( dev-python/django[${PYTHON_USEDEP}] )
75 - genshi? ( dev-python/genshi[${PYTHON_USEDEP}] )
76 - redland? ( dev-python/rdflib[redland,${PYTHON_USEDEP}] )
77 + $(python_gen_cond_dep '
78 + dev-python/bsddb3[${PYTHON_MULTI_USEDEP}]
79 + dev-python/chardet[${PYTHON_MULTI_USEDEP}]
80 + dev-python/httplib2[${PYTHON_MULTI_USEDEP}]
81 + dev-python/utidylib[${PYTHON_MULTI_USEDEP}]
82 + django? ( dev-python/django[${PYTHON_MULTI_USEDEP}] )
83 + genshi? ( dev-python/genshi[${PYTHON_MULTI_USEDEP}] )
84 + redland? ( dev-python/rdflib[redland,${PYTHON_MULTI_USEDEP}] )
85 + ')
86 ${PYTHON_DEPS}"
87 DEPEND="${RDEPEND}"