From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 AC382138350 for ; Sun, 9 Feb 2020 16:42:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2868E0883; Sun, 9 Feb 2020 16:42:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 ABF44E0883 for ; Sun, 9 Feb 2020 16:42:30 +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 428F034E90C for ; Sun, 9 Feb 2020 16:42:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACA7E13F for ; Sun, 9 Feb 2020 16:42:25 +0000 (UTC) From: "Michał Górny" 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" Message-ID: <1581266232.fa5ded6d130c632cf601594066d33a11297ec384.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/venus/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/venus/venus-20100911-r1.ebuild www-apps/venus/venus-20100911-r2.ebuild www-apps/venus/venus-20100911-r3.ebuild www-apps/venus/venus-20100911-r4.ebuild X-VCS-Directories: www-apps/venus/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fa5ded6d130c632cf601594066d33a11297ec384 X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:42:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 13418c0f-090b-4672-a0ca-eca5615b0c68 X-Archives-Hash: e0775fe1fe5d3b5499666d7ac30967f0 commit: fa5ded6d130c632cf601594066d33a11297ec384 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 20:27:53 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:37:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa5ded6d www-apps/venus: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> ...nus-20100911-r1.ebuild => venus-20100911-r3.ebuild} | 18 ++++++++++-------- ...nus-20100911-r2.ebuild => venus-20100911-r4.ebuild} | 18 ++++++++++-------- 2 files changed, 20 insertions(+), 16 deletions(-) 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 44d5059cd31..22880183610 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 dd264089df0..cd6f9036e37 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}"