Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/mouse-brain-atlases/
Date: Sat, 17 Nov 2018 20:05:18
Message-Id: 1542485087.2c007edd93da46f614c1085050b536547008112d.chymera@gentoo
1 commit: 2c007edd93da46f614c1085050b536547008112d
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Sat Nov 17 20:04:26 2018 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sat Nov 17 20:04:47 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2c007edd
7
8 sci-biology/mouse-brain-atlases: deprecation
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.12
11 Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>
12
13 .../mouse-brain-atlases-0.1.20180623.ebuild | 27 -------------
14 .../mouse-brain-atlases-0.1.20180704.ebuild | 27 -------------
15 .../mouse-brain-atlases-0.1.20180717.ebuild | 44 ----------------------
16 3 files changed, 98 deletions(-)
17
18 diff --git a/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.1.20180623.ebuild b/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.1.20180623.ebuild
19 deleted file mode 100644
20 index 2bcbc5b4b..000000000
21 --- a/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.1.20180623.ebuild
22 +++ /dev/null
23 @@ -1,27 +0,0 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=6
28 -
29 -inherit check-reqs
30 -
31 -DESCRIPTION="A collection of mouse brain atlases in NIfTI format"
32 -HOMEPAGE="https://github.com/IBT-FMI/mouse-brain-atlases"
33 -SRC_URI="http://chymera.eu/distfiles/${P}.zip"
34 -
35 -LICENSE="fairuse"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
38 -IUSE=""
39 -
40 -RDEPEND=""
41 -DEPEND=""
42 -
43 -CHECKREQS_DISK_BUILD=4G
44 -CHECKREQS_DISK_USR=4G
45 -CHECKREQS_DISK_VAR=8G
46 -
47 -src_install() {
48 - insinto "/usr/share/${PN}"
49 - doins *
50 -}
51
52 diff --git a/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.1.20180704.ebuild b/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.1.20180704.ebuild
53 deleted file mode 100644
54 index 2bcbc5b4b..000000000
55 --- a/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.1.20180704.ebuild
56 +++ /dev/null
57 @@ -1,27 +0,0 @@
58 -# Copyright 1999-2018 Gentoo Foundation
59 -# Distributed under the terms of the GNU General Public License v2
60 -
61 -EAPI=6
62 -
63 -inherit check-reqs
64 -
65 -DESCRIPTION="A collection of mouse brain atlases in NIfTI format"
66 -HOMEPAGE="https://github.com/IBT-FMI/mouse-brain-atlases"
67 -SRC_URI="http://chymera.eu/distfiles/${P}.zip"
68 -
69 -LICENSE="fairuse"
70 -SLOT="0"
71 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
72 -IUSE=""
73 -
74 -RDEPEND=""
75 -DEPEND=""
76 -
77 -CHECKREQS_DISK_BUILD=4G
78 -CHECKREQS_DISK_USR=4G
79 -CHECKREQS_DISK_VAR=8G
80 -
81 -src_install() {
82 - insinto "/usr/share/${PN}"
83 - doins *
84 -}
85
86 diff --git a/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.1.20180717.ebuild b/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.1.20180717.ebuild
87 deleted file mode 100644
88 index b4caed1b2..000000000
89 --- a/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.1.20180717.ebuild
90 +++ /dev/null
91 @@ -1,44 +0,0 @@
92 -# Copyright 1999-2018 Gentoo Foundation
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI=6
96 -
97 -inherit check-reqs
98 -
99 -DESCRIPTION="A collection of mouse brain atlases in NIfTI format"
100 -HOMEPAGE="https://github.com/IBT-FMI/mouse-brain-atlases"
101 -SRC_URI="
102 - http://chymera.eu/distfiles/${P}.tar.xz
103 - hires? ( http://chymera.eu/distfiles/${PN}HD-${PV}.tar.xz )
104 - "
105 -
106 -LICENSE="fairuse"
107 -SLOT="0"
108 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
109 -IUSE="hires"
110 -
111 -RDEPEND=""
112 -DEPEND=""
113 -
114 -pkg_pretend() {
115 - if use hires; then
116 - CHECKREQS_DISK_BUILD="4G"
117 - CHECKREQS_DISK_USR="4G"
118 - CHECKREQS_DISK_VAR="8G"
119 - else
120 - CHECKREQS_DISK_BUILD="500M"
121 - fi
122 - check-reqs_pkg_pretend
123 -}
124 -
125 -# We disable this phase to not check requirements twice.
126 -pkg_setup() { :; }
127 -
128 -src_install() {
129 - insinto "/usr/share/${PN}"
130 - doins *
131 - if use hires; then
132 - cd "../${PN}HD-${PV}"
133 - doins *
134 - fi
135 -}