From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B83791384B4 for ; Fri, 6 Nov 2015 09:58:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26818E077F; Fri, 6 Nov 2015 09:58:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9544E077F for ; Fri, 6 Nov 2015 09:58:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 332C4340691 for ; Fri, 6 Nov 2015 09:58:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5600821D8 for ; Fri, 6 Nov 2015 09:58:19 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1446508853.9f8a48fc20ec049b57901fa21ca6678c2897f028.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/bru2nii/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/bru2nii/ChangeLog sci-biology/bru2nii/bru2nii-9999.ebuild sci-biology/bru2nii/metadata.xml X-VCS-Directories: sci-biology/bru2nii/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 9f8a48fc20ec049b57901fa21ca6678c2897f028 X-VCS-Branch: master Date: Fri, 6 Nov 2015 09:58:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7f629558-029c-48ce-90fd-db69c19249c2 X-Archives-Hash: 01f44516742b0a20f42dfeb15115e6ca commit: 9f8a48fc20ec049b57901fa21ca6678c2897f028 Author: Horea Christian mail ru> AuthorDate: Tue Nov 3 00:00:53 2015 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Tue Nov 3 00:00:53 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9f8a48fc sci-biology/bru2nii: new ebuild Package-Manager: portage-2.2.23 sci-biology/bru2nii/ChangeLog | 9 +++++++++ sci-biology/bru2nii/bru2nii-9999.ebuild | 33 +++++++++++++++++++++++++++++++++ sci-biology/bru2nii/metadata.xml | 17 +++++++++++++++++ 3 files changed, 59 insertions(+) diff --git a/sci-biology/bru2nii/ChangeLog b/sci-biology/bru2nii/ChangeLog new file mode 100644 index 0000000..15aecbf --- /dev/null +++ b/sci-biology/bru2nii/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for sci-biology/bru2nii +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Id$ + +*bru2nii-9999 (03 Nov 2015) + + 03 Nov 2015; Horea Christian +bru2nii-9999.ebuild, + +metadata.xml: + sci-biology/bru2nii: new ebuild diff --git a/sci-biology/bru2nii/bru2nii-9999.ebuild b/sci-biology/bru2nii/bru2nii-9999.ebuild new file mode 100644 index 0000000..2f1e9da --- /dev/null +++ b/sci-biology/bru2nii/bru2nii-9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +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 + lazbuild -B --lazarusdir="/usr/share/lazarus/" Bru2Nii.lpr + ls . +} + +src_install() { + dobin Bru2 || die "dobin failed" + dobin Bru2Nii || die "dobin failed" + dodoc README.md +} + diff --git a/sci-biology/bru2nii/metadata.xml b/sci-biology/bru2nii/metadata.xml new file mode 100644 index 0000000..e99e7f2 --- /dev/null +++ b/sci-biology/bru2nii/metadata.xml @@ -0,0 +1,17 @@ + + + + sci + + This is a simple tool for converting Bruker ParaVision MRI data to + the NIfTI file format. It includes both a drag-and-drop graphical + interface (Bru2Nii) as well as a command line tool (Bru2). + + + neurolabusc/Bru2Nii + + + Build graphical user interface + + +