From fa5ded6d130c632cf601594066d33a11297ec384 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 21:27:53 +0100 Subject: [PATCH] www-apps/venus: Switch to PYTHON_MULTI_USEDEP API MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- ...0911-r1.ebuild => venus-20100911-r3.ebuild} | 18 ++++++++++-------- ...0911-r2.ebuild => venus-20100911-r4.ebuild} | 18 ++++++++++-------- 2 files changed, 20 insertions(+), 16 deletions(-) rename www-apps/venus/{venus-20100911-r1.ebuild => venus-20100911-r3.ebuild} (74%) rename www-apps/venus/{venus-20100911-r2.ebuild => venus-20100911-r4.ebuild} (74%) diff --git a/www-apps/venus/venus-20100911-r1.ebuild b/www-apps/venus/venus-20100911-r3.ebuild similarity index 74% rename from www-apps/venus/venus-20100911-r1.ebuild rename to www-apps/venus/venus-20100911-r3.ebuild index 44d5059cd316..228801836103 100644 --- a/www-apps/venus/venus-20100911-r1.ebuild +++ b/www-apps/venus/venus-20100911-r3.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 @@ -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}" diff --git a/www-apps/venus/venus-20100911-r2.ebuild b/www-apps/venus/venus-20100911-r4.ebuild similarity index 74% rename from www-apps/venus/venus-20100911-r2.ebuild rename to www-apps/venus/venus-20100911-r4.ebuild index dd264089df00..cd6f9036e379 100644 --- a/www-apps/venus/venus-20100911-r2.ebuild +++ b/www-apps/venus/venus-20100911-r4.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 @@ -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}" -- 2.26.2