From d962e5d54dd601e11c933130246d97e1fb55f43c Mon Sep 17 00:00:00 2001 From: David Seifert Date: Thu, 20 Apr 2017 17:05:57 +0200 Subject: [PATCH] sci-chemistry/pymol-plugins-caver: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- .../pymol-plugins-caver-2.1.2.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/sci-chemistry/pymol-plugins-caver/pymol-plugins-caver-2.1.2.ebuild b/sci-chemistry/pymol-plugins-caver/pymol-plugins-caver-2.1.2.ebuild index 95337d7cf2afe..ffc1c59074aaf 100644 --- a/sci-chemistry/pymol-plugins-caver/pymol-plugins-caver-2.1.2.ebuild +++ b/sci-chemistry/pymol-plugins-caver/pymol-plugins-caver-2.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ inherit multilib python-r1 eutils versionator java-utils-2 MY_PV="$(replace_all_version_separators _)" MY_P="Caver${MY_PV}_pymol_plugin" -DESCRIPTION="Calculation of pathways from buried cavities to outside solvent in protein structures" +DESCRIPTION="Calculation of pathways of proteins from buried cavities to outside solvent" HOMEPAGE="http://loschmidt.chemi.muni.cz/caver/" SRC_URI="${MY_P}.zip" @@ -18,11 +18,14 @@ LICENSE="CAVER" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" >=virtual/jre-1.6 - sci-chemistry/pymol[${PYTHON_USEDEP}]" -DEPEND="app-arch/unzip" + sci-chemistry/pymol[${PYTHON_USEDEP}] + ${PYTHON_DEPS}" +DEPEND="app-arch/unzip + ${PYTHON_DEPS}" RESTRICT="fetch"