Install this version:
emerge -a =sci-biology/cellblender-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-biology/cellblender-9999
Or alternatively:
emerge --autounmask-write -a =sci-biology/cellblender-9999
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=8
inherit git-r3
EGIT_REPO_URI="git://github.com/mcellteam/cellblender.git"
DESCRIPTION="MCell blender addon. Create, Simulate, Visualize, and Analyze 3D Cell Models"
HOMEPAGE="http://mcell.org/"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+mcell"
DEPEND=">=media-gfx/blender-2.6
mcell? ( sci-biology/mcell )"
RDEPEND="${DEPEND}"
BUILD_DIR="${S}"
src_prepare() {
epatch "${FILESDIR}"/${P}-destdir.patch \
"${FILESDIR}"/${P}-parallel_build.patch
}
src_install() {
if VER="/usr/share/blender/*";then
emake DESTDIR=$(echo $VER)/scripts/addons/ install
fi
}
Manage flags for this package:
euse -i <flag> -p sci-biology/cellblender |
euse -E <flag> -p sci-biology/cellblender |
euse -D <flag> -p sci-biology/cellblender
>=media-gfx/blender-2.6 mcell? ( sci-biology/mcell )
>=media-gfx/blender-2.6 mcell? ( sci-biology/mcell )