Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/spm/
Date: Fri, 14 Jan 2022 10:33:51
Message-Id: 1642156384.72086de903c08741c7008dc593533efedf6a2186.andrewammerlaan@gentoo
1 commit: 72086de903c08741c7008dc593533efedf6a2186
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 14 10:33:04 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 14 10:33:04 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=72086de9
7
8 sci-biology/spm: cleanup old
9
10 Closes: https://github.com/gentoo/sci/issues/896
11
12 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
13
14 sci-biology/spm/spm-12_p6470.ebuild | 37 -------------------------------------
15 sci-biology/spm/spm-12_p7219.ebuild | 37 -------------------------------------
16 2 files changed, 74 deletions(-)
17
18 diff --git a/sci-biology/spm/spm-12_p6470.ebuild b/sci-biology/spm/spm-12_p6470.ebuild
19 deleted file mode 100644
20 index 86e2d5a0d..000000000
21 --- a/sci-biology/spm/spm-12_p6470.ebuild
22 +++ /dev/null
23 @@ -1,37 +0,0 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=7
28 -
29 -MY_PV_MAJ=$(ver_cut 1)
30 -MY_PV_REL=$(ver_cut 3)
31 -DESCRIPTION="Analysis of brain imaging data sequences for Octave or Matlab"
32 -HOMEPAGE="https://www.fil.ion.ucl.ac.uk/spm/"
33 -SRC_URI="https://github.com/${PN}/${PN}${MY_PV_MAJ}/archive/r${MY_PV_REL}.tar.gz -> ${P}.tar.gz"
34 -
35 -LICENSE="GPL-2+"
36 -SLOT="0"
37 -KEYWORDS="~amd64"
38 -
39 -RDEPEND=">=sci-mathematics/octave-3.8"
40 -DEPEND="${RDEPEND}
41 - app-arch/unzip
42 -"
43 -
44 -MY_PN="${PN}${MY_PV_MAJ}-r${MY_PV_REL}"
45 -S="${WORKDIR}/${MY_PN}/src"
46 -
47 -src_prepare() {
48 - default
49 - emake distclean PLATFORM=octave
50 -}
51 -
52 -src_compile() {
53 - emake PLATFORM=octave
54 -}
55 -
56 -src_install() {
57 - emake install PLATFORM=octave
58 - insinto "$(octave-config --m-site-dir)/${P}"
59 - doins -r "${WORKDIR}/${MY_PN}"/*
60 -}
61
62 diff --git a/sci-biology/spm/spm-12_p7219.ebuild b/sci-biology/spm/spm-12_p7219.ebuild
63 deleted file mode 100644
64 index 86e2d5a0d..000000000
65 --- a/sci-biology/spm/spm-12_p7219.ebuild
66 +++ /dev/null
67 @@ -1,37 +0,0 @@
68 -# Copyright 1999-2021 Gentoo Authors
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=7
72 -
73 -MY_PV_MAJ=$(ver_cut 1)
74 -MY_PV_REL=$(ver_cut 3)
75 -DESCRIPTION="Analysis of brain imaging data sequences for Octave or Matlab"
76 -HOMEPAGE="https://www.fil.ion.ucl.ac.uk/spm/"
77 -SRC_URI="https://github.com/${PN}/${PN}${MY_PV_MAJ}/archive/r${MY_PV_REL}.tar.gz -> ${P}.tar.gz"
78 -
79 -LICENSE="GPL-2+"
80 -SLOT="0"
81 -KEYWORDS="~amd64"
82 -
83 -RDEPEND=">=sci-mathematics/octave-3.8"
84 -DEPEND="${RDEPEND}
85 - app-arch/unzip
86 -"
87 -
88 -MY_PN="${PN}${MY_PV_MAJ}-r${MY_PV_REL}"
89 -S="${WORKDIR}/${MY_PN}/src"
90 -
91 -src_prepare() {
92 - default
93 - emake distclean PLATFORM=octave
94 -}
95 -
96 -src_compile() {
97 - emake PLATFORM=octave
98 -}
99 -
100 -src_install() {
101 - emake install PLATFORM=octave
102 - insinto "$(octave-config --m-site-dir)/${P}"
103 - doins -r "${WORKDIR}/${MY_PN}"/*
104 -}