gpo.zugaina.org

Search Portage & Overlays:

sci-biology/cellblender

MCell blender addon. Create, Simulate, Visualize, and Analyze 3D Cell Models

Screenshots

ChangeLog

commit 56377c37b21445cc60d58a9e639d90f96776e8b6
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Wed Aug 30 11:41:15 2023 -0700

sci-biology/cellblender: eapi bump remove eutils

commit 5bbc7bc35446f5624f0c74d32eecc65f28ee6a61
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Jul 18 11:58:34 2022 -0700

sci-biology/cellblender: bump eapi

commit 6bd5fc7037d98a8d49b745b04b4bdf6805cc380b
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Feb 11 06:47:43 2020 -0800

sci-biology/cellblender git-2 -> git-r3

commit b77e8e7f8967a002e517f6f43c38689a4931e258
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 6 17:22:11 2019 -0800

rewrite copyright headers part 2

update all Manifests

for a fun time

_remainfest_inner () {
local _pat="*.ebuild"
pushd "$@" > /dev/null;
local _files=( $_pat )
ebuild $_files digest;
popd > /dev/null;
}

export -f _remainfest_inner
remanp () {
git ls-files '*.ebuild' | cut -d' ' -f3 | cut -d'/' -f1,2 | sort -u | xargs -P15 -r -n 1 -- bash -c '_remainfest_inner "$@"' _
}

remanp

commit fd49fca7fbc1450a730cac76d162feb848d02c58
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 6 15:25:46 2019 -0800

rewrite copyright headers part 1

conversion done with
=sed -i 's/201[0-9]\ Gentoo\ Foundation/2019\ Gentoo\ Authors/g' */*/*.ebuild=

there are a number of fiddly changes that need to be made before all the
Manifests can be regenerated (which will be part 2)

commit af939b9900c6347fd0e20cfbf1222e0793b87251
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sun Jan 24 15:13:21 2016 -0800

manifests for cellblender and mcell

commit 3ea0ff4bb9acf7a55a7bc2a74b705b0ec0e1b135
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Jan 22 23:33:27 2016 -0800

changed make to so that make -jN gets passed correctly

commit e7cfedcc3fd300c66e0b4010113e6cb67b3328b1
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Jan 22 23:32:32 2016 -0800

fixed destdir in the makefile and changed which cellblender_id.py is cated since prefixing with causes problems

commit 020983a9dabfc8ef0c88ca269a45f5eb61b4c7ea
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Jan 22 23:29:20 2016 -0800

cellblender ebuild fixed destdir and use flags

commit 988711a7b3c32d88df1e88f0fb012e51d9ab511e
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Jan 22 17:59:57 2016 -0800

first pass at cellblender ebuilds