aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-06 15:47:58 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-06 15:47:58 +0100
commitb9054f07009ca02679912ac70bb2f990a320ec87 (patch)
tree7daaa36c367764b419ccaff6a904fe68cf2221c4
parentsci-biology/spm: EAPI bump, version bump (diff)
downloadsci-b9054f07009ca02679912ac70bb2f990a320ec87.tar.gz
sci-b9054f07009ca02679912ac70bb2f990a320ec87.tar.bz2
sci-b9054f07009ca02679912ac70bb2f990a320ec87.zip
sci-biology/spm: cleanup old
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--sci-biology/spm/Manifest2
-rw-r--r--sci-biology/spm/spm-12.ebuild33
-rw-r--r--sci-biology/spm/spm-8.ebuild39
3 files changed, 0 insertions, 74 deletions
diff --git a/sci-biology/spm/Manifest b/sci-biology/spm/Manifest
index 32eb0629b..d1a4c4b07 100644
--- a/sci-biology/spm/Manifest
+++ b/sci-biology/spm/Manifest
@@ -1,5 +1,3 @@
DIST spm-12_p6470.tar.gz 94904848 BLAKE2B 51ba79b721e7a3518b546edd3fca647fd1e12fc80d1bc942d6ca208831ddcf82c2b37b6f2b158978add4e60ddea53eb6d712c6d2817f37b86c3d96c69976ed63 SHA512 7cc2cfed5aa69ea9846cb36f5e489255340e8c27f2e404372a474923d9c4fee6b6ee2dc5dd7f31362b6d2f95eeb281f24008b8b3e174ae3702e6cb040f06c4f2
DIST spm-12_p7219.tar.gz 97358283 BLAKE2B 70c174f0a7f8f0005f8217d01fb01f45877f7b8d608f5a3ab933b48fae7a7f79d7f4a64f363dae918819688172958e1d503b52408564eb182a5e0dcec155afe4 SHA512 7312c0e74abb65eb211f920f8787e7582fe3269e272920283a5e4ebf6760baf12f2d4223e19696bcf1040c01242513fae2f0ab6241ddcba7de057c2adb33880a
DIST spm-12_p7771.tar.gz 113583785 BLAKE2B e3c011206569ad66af4ca4475a224751622c760760bd02f27ef18b1cbbde63592da633ca6a880a42a7cf22857eb40bf8d8bba6a6cb92ba53cb1b73bec25534af SHA512 063adac233d28d6912ab6e0a1bc4bda56f011bf0349855eb45ae5e2f63ee6b6a459829ed5a7145ee6744d1afa7c7d9ca8acfe8783784876f048e88d7ee287adb
-DIST spm12.0.zip 93842449 BLAKE2B 3b942fc17f9b584ee4a7a0f09d6435a635a718f217e84c8775b0ad9b50b632aa964b07ee96313a235bae62ad6fe0f81d41292181383b79fd9defb3d1eccaa5c6 SHA512 d09267360c3d67ae0b462f47c9b4445c4970524c60cf80e96afc035087e2212050ab7422957525aeb67f6853dd9ba3b9ee5cfe2e26afcec2e1ea7bc2f5828e4b
-DIST spm8.zip 92048821 BLAKE2B 97059a284b7eba4c063ef97bedf877237f8afea4fdc1aa3a877d8b73bde743dcfab2ec687c0841910f8a363f50c567bdc381a0e0ab8315d9c6aaeaa7afcbe1a0 SHA512 da942841bbac74461950639648aeb4f8aef1c6229f3b30a47713c158bf9751dcec0d825b7d6349c03eab1ee91467f86e0c504c761ac1094343718a373effb451
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
-}