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/bru2nii/
Date: Thu, 02 Apr 2020 04:13:27
Message-Id: 1585800797.bf89b196c139a2a9083474ae7a414ed7960eb0a4.chymera@gentoo
1 commit: bf89b196c139a2a9083474ae7a414ed7960eb0a4
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Thu Apr 2 04:13:17 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Thu Apr 2 04:13:17 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bf89b196
7
8 sci-biology/bru2nii: dropped live version
9
10 Development discontinued by upstream:
11 https://github.com/neurolabusc/Bru2Nii#introduction
12
13 Package-Manager: Portage-2.3.96, Repoman-2.3.22
14 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
15
16 sci-biology/bru2nii/bru2nii-9999.ebuild | 32 --------------------------------
17 1 file changed, 32 deletions(-)
18
19 diff --git a/sci-biology/bru2nii/bru2nii-9999.ebuild b/sci-biology/bru2nii/bru2nii-9999.ebuild
20 deleted file mode 100644
21 index 4a3297964..000000000
22 --- a/sci-biology/bru2nii/bru2nii-9999.ebuild
23 +++ /dev/null
24 @@ -1,32 +0,0 @@
25 -# Copyright 1999-2016 Gentoo Foundation
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -EAPI=6
29 -
30 -inherit git-r3
31 -
32 -DESCRIPTION="Converts Bruker ParaVision MRI data to the NIfTI file format"
33 -HOMEPAGE="https://github.com/neurolabusc/Bru2Nii"
34 -SRC_URI=""
35 -EGIT_REPO_URI="https://github.com/neurolabusc/Bru2Nii.git"
36 -
37 -LICENSE="|| ( Artistic GPL-1+ )"
38 -SLOT="0"
39 -IUSE="gui"
40 -
41 -RDEPEND=""
42 -DEPEND="dev-lang/fpc
43 - gui? ( dev-lang/lazarus )"
44 -
45 -src_compile() {
46 - fpc -Tlinux Bru2.lpr || die
47 - if use gui ; then
48 - lazbuild -B --lazarusdir="/usr/share/lazarus/" Bru2Nii.lpr || die
49 - fi
50 -}
51 -
52 -src_install() {
53 - dobin Bru2
54 - use gui && dobin Bru2Nii
55 - dodoc README.md
56 -}