public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ants/
Date: Tue,  4 Aug 2015 09:16:45 +0000 (UTC)	[thread overview]
Message-ID: <1437943832.a8c7c67dce51ddbc37e1bce45ad732953de1d75a.jlec@gentoo> (raw)

commit:     a8c7c67dce51ddbc37e1bce45ad732953de1d75a
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Sun Jul 26 20:50:32 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> 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;  <chymera@gentoo.org> +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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>sci</herd>
+  <longdescription>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.
+  </longdescription>
+</pkgmetadata>


             reply	other threads:[~2015-08-04  9:16 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-04  9:16 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-02 12:52 [gentoo-commits] proj/sci:master commit in: sci-biology/ants/ Andrew Ammerlaan
2023-04-06  7:15 Horea Christian
2023-04-04 21:20 Horea Christian
2023-04-04  5:04 Horea Christian
2022-09-15 11:17 Andrew Ammerlaan
2022-09-15 11:17 Andrew Ammerlaan
2022-09-15  7:57 Horea Christian
2022-09-15  7:03 Horea Christian
2022-08-31 10:56 Andrew Ammerlaan
2020-12-24 11:00 Horea Christian
2020-12-07 20:09 Horea Christian
2020-09-26 13:08 Horea Christian
2020-09-26 13:00 Horea Christian
2020-09-25 19:43 Horea Christian
2020-09-25 19:41 Horea Christian
2019-12-09 13:24 Horea Christian
2019-11-25 17:58 Horea Christian
2019-11-25 17:55 Horea Christian
2018-06-26  0:25 Horea Christian
2018-01-20 21:26 Martin Mokrejs
2016-07-12 19:57 Marius Brehler
2016-05-20 14:03 Marius Brehler
2016-05-20 14:03 Marius Brehler
2015-08-04  9:16 Justin Lecher
2015-08-04  9:16 Justin Lecher
2015-08-04  9:16 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1437943832.a8c7c67dce51ddbc37e1bce45ad732953de1d75a.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox