www-apps/venus: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 20:27:53 +0000 (21:27 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:37:12 +0000 (17:37 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
www-apps/venus/venus-20100911-r3.ebuild [moved from www-apps/venus/venus-20100911-r1.ebuild with 74% similarity]
www-apps/venus/venus-20100911-r4.ebuild [moved from www-apps/venus/venus-20100911-r2.ebuild with 74% similarity]

similarity index 74%
rename from www-apps/venus/venus-20100911-r1.ebuild
rename to www-apps/venus/venus-20100911-r3.ebuild
index 44d5059cd31635316b96572dd81e8e1a351e57f0..2288018361036290639d30f24d9be1056b671b75 100644 (file)
@@ -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
@@ -19,13 +19,15 @@ RESTRICT="!test? ( test )"
 SLOT="0"
 
 RDEPEND="
-       dev-python/bsddb3[${PYTHON_USEDEP}]
-       dev-python/chardet[${PYTHON_USEDEP}]
-       dev-python/httplib2[${PYTHON_USEDEP}]
-       dev-python/utidylib[${PYTHON_USEDEP}]
-       django? ( dev-python/django[${PYTHON_USEDEP}] )
-       genshi? ( dev-python/genshi[${PYTHON_USEDEP}] )
-       redland? ( dev-python/rdflib[redland,${PYTHON_USEDEP}] )
+       $(python_gen_cond_dep '
+               dev-python/bsddb3[${PYTHON_MULTI_USEDEP}]
+               dev-python/chardet[${PYTHON_MULTI_USEDEP}]
+               dev-python/httplib2[${PYTHON_MULTI_USEDEP}]
+               dev-python/utidylib[${PYTHON_MULTI_USEDEP}]
+               django? ( dev-python/django[${PYTHON_MULTI_USEDEP}] )
+               genshi? ( dev-python/genshi[${PYTHON_MULTI_USEDEP}] )
+               redland? ( dev-python/rdflib[redland,${PYTHON_MULTI_USEDEP}] )
+       ')
        ${PYTHON_DEPS}"
 DEPEND="${RDEPEND}"
 
similarity index 74%
rename from www-apps/venus/venus-20100911-r2.ebuild
rename to www-apps/venus/venus-20100911-r4.ebuild
index dd264089df008803d2788f9cebcf08e0a49cd84e..cd6f9036e379ea496bbfd223714994caf9fab143 100644 (file)
@@ -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
@@ -19,13 +19,15 @@ RESTRICT="!test? ( test )"
 SLOT="0"
 
 RDEPEND="
-       dev-python/bsddb3[${PYTHON_USEDEP}]
-       dev-python/chardet[${PYTHON_USEDEP}]
-       dev-python/httplib2[${PYTHON_USEDEP}]
-       dev-python/utidylib[${PYTHON_USEDEP}]
-       django? ( dev-python/django[${PYTHON_USEDEP}] )
-       genshi? ( dev-python/genshi[${PYTHON_USEDEP}] )
-       redland? ( dev-python/rdflib[redland,${PYTHON_USEDEP}] )
+       $(python_gen_cond_dep '
+               dev-python/bsddb3[${PYTHON_MULTI_USEDEP}]
+               dev-python/chardet[${PYTHON_MULTI_USEDEP}]
+               dev-python/httplib2[${PYTHON_MULTI_USEDEP}]
+               dev-python/utidylib[${PYTHON_MULTI_USEDEP}]
+               django? ( dev-python/django[${PYTHON_MULTI_USEDEP}] )
+               genshi? ( dev-python/genshi[${PYTHON_MULTI_USEDEP}] )
+               redland? ( dev-python/rdflib[redland,${PYTHON_MULTI_USEDEP}] )
+       ')
        ${PYTHON_DEPS}"
 DEPEND="${RDEPEND}"