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 AC4F71395F0 for ; Tue, 4 Aug 2015 09:16:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 564D7140A7; Tue, 4 Aug 2015 09:16:48 +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 BDE75140A5 for ; Tue, 4 Aug 2015 09:16:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C6B73407C5 for ; Tue, 4 Aug 2015 09:16:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB25DC1 for ; Tue, 4 Aug 2015 09:16:45 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1437943832.a8c7c67dce51ddbc37e1bce45ad732953de1d75a.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ants/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/ants/ChangeLog sci-biology/ants/ants-9999.ebuild sci-biology/ants/metadata.xml X-VCS-Directories: sci-biology/ants/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a8c7c67dce51ddbc37e1bce45ad732953de1d75a X-VCS-Branch: master Date: Tue, 4 Aug 2015 09:16:45 +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: a444596e-9d0a-4d1d-b9b9-2f9fb500ab4e X-Archives-Hash: 40b8b8f88c599c98fd18e67698279802 commit: a8c7c67dce51ddbc37e1bce45ad732953de1d75a Author: Horea Christian mail ru> AuthorDate: Sun Jul 26 20:50:32 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Jul 26 20:50:32 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a8c7c67d new ebuild Package-Manager: portage-2.2.20 sci-biology/ants/ChangeLog | 8 ++++++++ sci-biology/ants/ants-9999.ebuild | 27 +++++++++++++++++++++++++++ sci-biology/ants/metadata.xml | 13 +++++++++++++ 3 files changed, 48 insertions(+) diff --git a/sci-biology/ants/ChangeLog b/sci-biology/ants/ChangeLog new file mode 100644 index 0000000..b46385b --- /dev/null +++ b/sci-biology/ants/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for sci-biology/ants +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*ants-9999 (26 Jul 2015) + + 26 Jul 2015; +ants-9999.ebuild, +metadata.xml: + new ebuild diff --git a/sci-biology/ants/ants-9999.ebuild b/sci-biology/ants/ants-9999.ebuild new file mode 100644 index 0000000..0623c22 --- /dev/null +++ b/sci-biology/ants/ants-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit cmake-utils git-r3 + +DESCRIPTION="Advanced Normalitazion Tools for neuroimaging" +HOMEPAGE="http://stnava.github.io/ANTs/" +SRC_URI="" +EGIT_REPO_URI="git://github.com/stnava/ANTs.git" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="" + +DEPEND="sci-libs/itk" +RDEPEND="${DEPEND}" + +src_install() { + cd "${WORKDIR}/${P}_build/ANTS-build" || die "build dir not found" + emake DESTDIR="${D}" install + cd "${WORKDIR}/${P}/Scripts" || die "scripts dir not found" + dodir /usr/lib/ants + install -t "${D}"usr/lib/ants * +} diff --git a/sci-biology/ants/metadata.xml b/sci-biology/ants/metadata.xml new file mode 100644 index 0000000..0358403 --- /dev/null +++ b/sci-biology/ants/metadata.xml @@ -0,0 +1,13 @@ + + + + sci + ANTs extracts information from complex datasets that include imaging (Word Cloud). +Paired with ANTsR (answer), ANTs is useful for managing, interpreting and visualizing multidimensional +data. ANTs is popularly considered a state-of-the-art medical image registration and segmentation +toolkit. ANTsR is an emerging tool supporting standardized multimodality image analysis. ANTs depends +on +the Insight ToolKit (ITK), a widely used medical image processing library to which ANTs developers +contribute. + +