gpo.zugaina.org

Search Portage & Overlays:

sci-biology/mcell

MCell: Monte Carlo Simulator of Cellular Microphysiology

Screenshots

ChangeLog

commit 93b41e85a16413dabd945118ad6c4786b3bbd2ab
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Aug 11 00:09:52 2022 -0700

sci-biology/mcell: inherit cmake

commit b0f595d04dfe0020feeb5a2bb87f0431301bc3d1
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Jul 18 11:59:23 2022 -0700

sci-biology/mcell: bump eapi

commit 6c4345431faeff66108f21fce892f520ed1286a5
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Feb 10 08:47:14 2020 -0800

git-2 -> git-r3 since git-2 has been removed

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 eb5df1fcce51e30b6e3d0125e8adbba553330bba
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sat Jan 23 00:06:27 2016 -0800

mcell ebuild reset repo uri to mcellteam and added patch for cmake install location until it is merged into master

commit 711efa005aae8a64e695060781a9b72487739996
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Jan 22 18:00:23 2016 -0800

added arch restrictions

commit 86988695f3c8765d0cafccb559c8ec05d9367164
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Jan 15 17:11:23 2016 -0800

mcell-9999.ebuild now works, will need to update the egit settings when pull requests are complete

commit 43d73db9efcefd6f94d2434954d820a539c1c16f
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Dec 14 16:01:55 2015 -0800

added preliminary mcell ebuilds