commit: 72086de903c08741c7008dc593533efedf6a2186 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Fri Jan 14 10:33:04 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Fri Jan 14 10:33:04 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=72086de9
sci-biology/spm: cleanup old Closes: https://github.com/gentoo/sci/issues/896 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> sci-biology/spm/spm-12_p6470.ebuild | 37 ------------------------------------- sci-biology/spm/spm-12_p7219.ebuild | 37 ------------------------------------- 2 files changed, 74 deletions(-) diff --git a/sci-biology/spm/spm-12_p6470.ebuild b/sci-biology/spm/spm-12_p6470.ebuild deleted file mode 100644 index 86e2d5a0d..000000000 --- a/sci-biology/spm/spm-12_p6470.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_PV_MAJ=$(ver_cut 1) -MY_PV_REL=$(ver_cut 3) -DESCRIPTION="Analysis of brain imaging data sequences for Octave or Matlab" -HOMEPAGE="https://www.fil.ion.ucl.ac.uk/spm/" -SRC_URI="https://github.com/${PN}/${PN}${MY_PV_MAJ}/archive/r${MY_PV_REL}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=">=sci-mathematics/octave-3.8" -DEPEND="${RDEPEND} - app-arch/unzip -" - -MY_PN="${PN}${MY_PV_MAJ}-r${MY_PV_REL}" -S="${WORKDIR}/${MY_PN}/src" - -src_prepare() { - default - emake distclean PLATFORM=octave -} - -src_compile() { - emake PLATFORM=octave -} - -src_install() { - emake install PLATFORM=octave - insinto "$(octave-config --m-site-dir)/${P}" - doins -r "${WORKDIR}/${MY_PN}"/* -} diff --git a/sci-biology/spm/spm-12_p7219.ebuild b/sci-biology/spm/spm-12_p7219.ebuild deleted file mode 100644 index 86e2d5a0d..000000000 --- a/sci-biology/spm/spm-12_p7219.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_PV_MAJ=$(ver_cut 1) -MY_PV_REL=$(ver_cut 3) -DESCRIPTION="Analysis of brain imaging data sequences for Octave or Matlab" -HOMEPAGE="https://www.fil.ion.ucl.ac.uk/spm/" -SRC_URI="https://github.com/${PN}/${PN}${MY_PV_MAJ}/archive/r${MY_PV_REL}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=">=sci-mathematics/octave-3.8" -DEPEND="${RDEPEND} - app-arch/unzip -" - -MY_PN="${PN}${MY_PV_MAJ}-r${MY_PV_REL}" -S="${WORKDIR}/${MY_PN}/src" - -src_prepare() { - default - emake distclean PLATFORM=octave -} - -src_compile() { - emake PLATFORM=octave -} - -src_install() { - emake install PLATFORM=octave - insinto "$(octave-config --m-site-dir)/${P}" - doins -r "${WORKDIR}/${MY_PN}"/* -}
