# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 DESCRIPTION="BioBlender is a Blender addon, providing tools for working on bio - molecules." HOMEPAGE="https://github.com/MonZop/BioBlender" LICENSE="BSD-2" IUSE="" SLOT="0" KEYWORDS="" DEPEND="" RDEPEND="${DEPEND} =media-gfx/blender-2.78 sci-chemistry/pymol" if [[ ${PV} == "9999" ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/MonZop/BioBlender.git" KEYWORDS="" fi pkg_setup() { python-single-r1_pkg_setup } src_install(){ insinto /usr/share/blender/2.78/scripts/addons doins -r "${WORKDIR}"/"${P}" }