From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AB1FA138350 for ; Wed, 1 Apr 2020 12:04:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3256E0A85; Wed, 1 Apr 2020 12:04:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD4A6E0A85 for ; Wed, 1 Apr 2020 12:04:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7EDE34F78F for ; Wed, 1 Apr 2020 12:04:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9504018E for ; Wed, 1 Apr 2020 12:04:53 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1585742681.31edb5fccb73d7f4542f644909527f8a58c56049.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/dcm2niix/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/dcm2niix/dcm2niix-1.0.20200331.ebuild sci-biology/dcm2niix/metadata.xml X-VCS-Directories: sci-biology/dcm2niix/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 31edb5fccb73d7f4542f644909527f8a58c56049 X-VCS-Branch: master Date: Wed, 1 Apr 2020 12:04:53 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 67a69b97-bb3d-44c2-bd63-35d655d4a7a9 X-Archives-Hash: 3588e02f33d78e54daeeea5422ab9e0a commit: 31edb5fccb73d7f4542f644909527f8a58c56049 Author: Horea Christian chymera eu> AuthorDate: Wed Apr 1 12:04:41 2020 +0000 Commit: Horea Christian gmail com> CommitDate: Wed Apr 1 12:04:41 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=31edb5fc sci-biology/dcm2niix: new package Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Horea Christian chymera.eu> sci-biology/dcm2niix/dcm2niix-1.0.20200331.ebuild | 21 +++++++++++++++++++++ sci-biology/dcm2niix/metadata.xml | 17 +++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/sci-biology/dcm2niix/dcm2niix-1.0.20200331.ebuild b/sci-biology/dcm2niix/dcm2niix-1.0.20200331.ebuild new file mode 100644 index 000000000..b473655b8 --- /dev/null +++ b/sci-biology/dcm2niix/dcm2niix-1.0.20200331.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils + +DESCRIPTION="DICOM to NIfTI converter" +HOMEPAGE="https://github.com/rordenlab/dcm2niix" +SRC_URI="https://github.com/rordenlab/dcm2niix/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~amd64 ~x86" + +DEPEND="" +RDEPEND="" + +pkg_postinst() { + optfeature "parallel gzip support" app-arch/pigz +} diff --git a/sci-biology/dcm2niix/metadata.xml b/sci-biology/dcm2niix/metadata.xml new file mode 100644 index 000000000..c5721a2d0 --- /dev/null +++ b/sci-biology/dcm2niix/metadata.xml @@ -0,0 +1,17 @@ + + + + + chr@chymera.eu + Horea Christian + + + sci@gentoo.org + Gentoo Science Project + + + dcm2niix is a designed to convert neuroimaging data from the DICOM + format to the NIfTI format. ICOM provides many ways to store/compress + image data, known as transfer syntaxes. + +