aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-14 11:33:04 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-14 11:33:04 +0100
commit72086de903c08741c7008dc593533efedf6a2186 (patch)
tree5b84dbf8099b5d6e99f40a8b19741c19cf2d4f11
parentpackage.mask: mask quorum for removal (diff)
downloadsci-72086de903c08741c7008dc593533efedf6a2186.tar.gz
sci-72086de903c08741c7008dc593533efedf6a2186.tar.bz2
sci-72086de903c08741c7008dc593533efedf6a2186.zip
sci-biology/spm: cleanup old
Closes: https://github.com/gentoo/sci/issues/896 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--sci-biology/spm/Manifest2
-rw-r--r--sci-biology/spm/spm-12_p6470.ebuild37
-rw-r--r--sci-biology/spm/spm-12_p7219.ebuild37
3 files changed, 0 insertions, 76 deletions
diff --git a/sci-biology/spm/Manifest b/sci-biology/spm/Manifest
index d1a4c4b07..6d40dd923 100644
--- a/sci-biology/spm/Manifest
+++ b/sci-biology/spm/Manifest
@@ -1,3 +1 @@
-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
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}"/*
-}