aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/bru2nii/bru2nii-9999.ebuild')
-rw-r--r--sci-biology/bru2nii/bru2nii-9999.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/sci-biology/bru2nii/bru2nii-9999.ebuild b/sci-biology/bru2nii/bru2nii-9999.ebuild
deleted file mode 100644
index 4a3297964..000000000
--- a/sci-biology/bru2nii/bru2nii-9999.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
-
-inherit git-r3
-
-DESCRIPTION="Converts Bruker ParaVision MRI data to the NIfTI file format"
-HOMEPAGE="https://github.com/neurolabusc/Bru2Nii"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/neurolabusc/Bru2Nii.git"
-
-LICENSE="|| ( Artistic GPL-1+ )"
-SLOT="0"
-IUSE="gui"
-
-RDEPEND=""
-DEPEND="dev-lang/fpc
- gui? ( dev-lang/lazarus )"
-
-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
-}