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:22:28
Message-Id: 1585801334.211adaa9d1bf4c789fca60f9c8b64904a73ef119.chymera@gentoo
1 commit: 211adaa9d1bf4c789fca60f9c8b64904a73ef119
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Thu Apr 2 04:22:14 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Thu Apr 2 04:22:14 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=211adaa9
7
8 sci-biology/bru2nii: removed old version
9
10 and updated EAPI and copyright for current version
11
12 Package-Manager: Portage-2.3.96, Repoman-2.3.22
13 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
14
15 sci-biology/bru2nii/bru2nii-1.0.20161212b.ebuild | 32 ------------------------
16 sci-biology/bru2nii/bru2nii-1.0.20180303.ebuild | 4 +--
17 2 files changed, 2 insertions(+), 34 deletions(-)
18
19 diff --git a/sci-biology/bru2nii/bru2nii-1.0.20161212b.ebuild b/sci-biology/bru2nii/bru2nii-1.0.20161212b.ebuild
20 deleted file mode 100644
21 index 507aee256..000000000
22 --- a/sci-biology/bru2nii/bru2nii-1.0.20161212b.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 -DESCRIPTION="Converts Bruker ParaVision MRI data to the NIfTI file format"
31 -HOMEPAGE="https://github.com/neurolabusc/Bru2Nii"
32 -SRC_URI="https://github.com/neurolabusc/Bru2Nii/archive/v${PV}.tar.gz -> ${P}.tar.gz"
33 -
34 -LICENSE="|| ( Artistic GPL-1+ )"
35 -SLOT="0"
36 -KEYWORDS="~amd64"
37 -IUSE="gui"
38 -
39 -RDEPEND=""
40 -DEPEND="dev-lang/fpc
41 - gui? ( dev-lang/lazarus )"
42 -
43 -S="${WORKDIR}/Bru2Nii-${PV}"
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 -}
57
58 diff --git a/sci-biology/bru2nii/bru2nii-1.0.20180303.ebuild b/sci-biology/bru2nii/bru2nii-1.0.20180303.ebuild
59 index 19ff47564..7ce360f79 100644
60 --- a/sci-biology/bru2nii/bru2nii-1.0.20180303.ebuild
61 +++ b/sci-biology/bru2nii/bru2nii-1.0.20180303.ebuild
62 @@ -1,7 +1,7 @@
63 -# Copyright 1999-2018 Gentoo Foundation
64 +# Copyright 1999-2020 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 -EAPI=6
68 +EAPI=7
69
70 DESCRIPTION="Converts Bruker ParaVision MRI data to the NIfTI file format"
71 HOMEPAGE="https://github.com/neurolabusc/Bru2Nii"