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-visualization/mricrogl/
Date: Wed, 01 Apr 2020 13:29:44
Message-Id: 1585747756.b5f0c9da2cdb876bdda6278a03096018c9f22a6b.chymera@gentoo
1 commit: b5f0c9da2cdb876bdda6278a03096018c9f22a6b
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Wed Apr 1 13:29:16 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Wed Apr 1 13:29:16 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b5f0c9da
7
8 sci-visualization/mricrogl: dropped live version
9
10 Package-Manager: Portage-2.3.96, Repoman-2.3.22
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 sci-visualization/mricrogl/mricrogl-9999.ebuild | 44 -------------------------
14 1 file changed, 44 deletions(-)
15
16 diff --git a/sci-visualization/mricrogl/mricrogl-9999.ebuild b/sci-visualization/mricrogl/mricrogl-9999.ebuild
17 deleted file mode 100644
18 index 45eb77642..000000000
19 --- a/sci-visualization/mricrogl/mricrogl-9999.ebuild
20 +++ /dev/null
21 @@ -1,44 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit git-r3 gnome2-utils
28 -
29 -DESCRIPTION="A simple medical imaging visualization tool"
30 -HOMEPAGE="https://github.com/neurolabusc/MRIcroGL"
31 -SRC_URI=""
32 -EGIT_REPO_URI="https://github.com/neurolabusc/MRIcroGL.git"
33 -
34 -LICENSE="BSD"
35 -SLOT="0"
36 -
37 -RDEPEND=""
38 -DEPEND="dev-lang/fpc
39 - >=dev-lang/lazarus-1.6.2
40 - media-libs/mesa
41 - "
42 -
43 -src_compile() {
44 - # Python support will only be vaialable for the default implementation:
45 - # https://github.com/neurolabusc/MRIcroGL/issues/30#issuecomment-423216197
46 - cp -rf /etc/lazarus system-lazarus-config
47 - lazbuild -B --lazarusdir="/usr/share/lazarus/" --pcp="system-lazarus-config" simplelaz.lpi || die
48 -}
49 -
50 -src_install() {
51 - dobin MRIcroGL
52 -
53 - insinto /usr/share/mricrogl
54 - doins -r lut script shaders
55 -
56 - doicon -s scalable mricrogl.svg
57 - make_desktop_entry MRIcroGL MRIcroGL /usr/share/icons/hicolor/scalable/apps/mricrogl.svg
58 -}
59 -
60 -pkg_postinst() {
61 - gnome2_icon_cache_update
62 -}
63 -pkg_postrm() {
64 - gnome2_icon_cache_update
65 -}