commit: b9054f07009ca02679912ac70bb2f990a320ec87 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sat Mar 6 14:47:58 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sat Mar 6 14:47:58 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b9054f07
sci-biology/spm: cleanup old Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-biology/spm/spm-12.ebuild | 33 --------------------------------- sci-biology/spm/spm-8.ebuild | 39 --------------------------------------- 2 files changed, 72 deletions(-) diff --git a/sci-biology/spm/spm-12.ebuild b/sci-biology/spm/spm-12.ebuild deleted file mode 100644 index a46cbff23..000000000 --- a/sci-biology/spm/spm-12.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Analysis of brain imaging data sequences for Octave or Matlab" -HOMEPAGE="http://www.fil.ion.ucl.ac.uk/spm/" -SRC_URI="http://www.fil.ion.ucl.ac.uk/spm/download/restricted/eldorado/${PN}${PV}.0.zip" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=">=sci-mathematics/octave-3.8" -DEPEND="${RDEPEND} - app-arch/unzip -" - -S="${WORKDIR}/${PN}${PV}/src" - -src_prepare() { - emake distclean PLATFORM=octave -} - -src_compile() { - emake -j1 PLATFORM=octave -} - -src_install() { - emake install PLATFORM=octave - insinto "$(octave-config --m-site-dir)/${P}" - doins -r "${WORKDIR}/${PN}${PV}"/* -} diff --git a/sci-biology/spm/spm-8.ebuild b/sci-biology/spm/spm-8.ebuild deleted file mode 100644 index 55376a7f0..000000000 --- a/sci-biology/spm/spm-8.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Analysis of brain imaging data sequences for Octave or Matlab" -HOMEPAGE="http://www.fil.ion.ucl.ac.uk/spm/" -SRC_URI="http://www.fil.ion.ucl.ac.uk/spm/download/restricted/idyll/${PN}${PV}.zip" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=">=sci-mathematics/octave-3.6.4 - " - -DEPEND="${RDEPEND} - app-arch/unzip - " - -S="${WORKDIR}/${PN}${PV}" - -src_prepare() { - echo "MEXOPTS += -v" >> src/Makefile.var - emake -C src distclean PLATFORM=octave - emake -C src toolbox-distclean PLATFORM=octave -} - -src_compile() { - emake -C src -j1 PLATFORM=octave - emake -C src toolbox PLATFORM=octave -} - -src_install() { - emake -C src -j1 install PLATFORM=octave - emake -C src -j1 toolbox-install PLATFORM=octave - insinto $(octave-config --m-site-dir) - doins -r "${S}"/*.m -}
