commit:     211adaa9d1bf4c789fca60f9c8b64904a73ef119
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Apr  2 04:22:14 2020 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Apr  2 04:22:14 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=211adaa9

sci-biology/bru2nii: removed old version

and updated EAPI and copyright for current version

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 sci-biology/bru2nii/bru2nii-1.0.20161212b.ebuild | 32 ------------------------
 sci-biology/bru2nii/bru2nii-1.0.20180303.ebuild  |  4 +--
 2 files changed, 2 insertions(+), 34 deletions(-)

diff --git a/sci-biology/bru2nii/bru2nii-1.0.20161212b.ebuild 
b/sci-biology/bru2nii/bru2nii-1.0.20161212b.ebuild
deleted file mode 100644
index 507aee256..000000000
--- a/sci-biology/bru2nii/bru2nii-1.0.20161212b.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Converts Bruker ParaVision MRI data to the NIfTI file format"
-HOMEPAGE="https://github.com/neurolabusc/Bru2Nii";
-SRC_URI="https://github.com/neurolabusc/Bru2Nii/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-1+ )"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="gui"
-
-RDEPEND=""
-DEPEND="dev-lang/fpc
-       gui? ( dev-lang/lazarus )"
-
-S="${WORKDIR}/Bru2Nii-${PV}"
-
-src_compile() {
-       fpc -Tlinux Bru2.lpr || die
-       if use gui ; then
-               lazbuild -B --lazarusdir="/usr/share/lazarus/" Bru2Nii.lpr || 
die
-       fi
-}
-
-src_install() {
-       dobin Bru2
-       use gui && dobin Bru2Nii
-       dodoc README.md
-}

diff --git a/sci-biology/bru2nii/bru2nii-1.0.20180303.ebuild 
b/sci-biology/bru2nii/bru2nii-1.0.20180303.ebuild
index 19ff47564..7ce360f79 100644
--- a/sci-biology/bru2nii/bru2nii-1.0.20180303.ebuild
+++ b/sci-biology/bru2nii/bru2nii-1.0.20180303.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="Converts Bruker ParaVision MRI data to the NIfTI file format"
 HOMEPAGE="https://github.com/neurolabusc/Bru2Nii";

Reply via email to