aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-01-06 19:26:35 +0100
committerJustin Lecher <jlec@gentoo.org>2014-01-06 19:26:35 +0100
commit3f7323688e8ba8919cef97a1643ec49e56d359a5 (patch)
treef9a709da4211caf6cec972ebedb0db282e7bdc33
parentsci-libs/nipype: Switch from git-2 to git-r3 (diff)
downloadsci-3f7323688e8ba8919cef97a1643ec49e56d359a5.tar.gz
sci-3f7323688e8ba8919cef97a1643ec49e56d359a5.tar.bz2
sci-3f7323688e8ba8919cef97a1643ec49e56d359a5.zip
sci-libs/nibabel: Switch from git-2 to git-r3
Package-Manager: portage-2.2.8
-rw-r--r--sci-libs/nibabel/ChangeLog8
-rw-r--r--sci-libs/nibabel/metadata.xml18
-rw-r--r--sci-libs/nibabel/nibabel-1.3.0.ebuild4
-rw-r--r--sci-libs/nibabel/nibabel-9999.ebuild8
4 files changed, 24 insertions, 14 deletions
diff --git a/sci-libs/nibabel/ChangeLog b/sci-libs/nibabel/ChangeLog
new file mode 100644
index 000000000..c31cec79e
--- /dev/null
+++ b/sci-libs/nibabel/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sci-libs/nibabel
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 06 Jan 2014; Justin Lecher <jlec@gentoo.org> nibabel-1.3.0.ebuild,
+ nibabel-9999.ebuild, metadata.xml:
+ Switch from git-2 to git-r3
+
diff --git a/sci-libs/nibabel/metadata.xml b/sci-libs/nibabel/metadata.xml
index 7ffd788e6..bb00d121f 100644
--- a/sci-libs/nibabel/metadata.xml
+++ b/sci-libs/nibabel/metadata.xml
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<maintainer>
- <email>h.chr@mail.ru</email>
- <name>Horea Christian</name>
-</maintainer>
-<longdescription lang="en">
+ <herd>sci</herd>
+ <maintainer>
+ <email>h.chr@mail.ru</email>
+ <name>Horea Christian</name>
+ </maintainer>
+ <longdescription lang="en">
The package provides read and write access to some common medical and
neuroimaging file formats, including: ANALYZE (plain, SPM99, SPM2), GIFTI,
NIfTI1, MINC, MGH and ECAT as well as PAR/REC. It can read and write Freesurfer
geometry, and read Freesurfer morphometry and annotation files. There is some
very limited support for DICOM. NiBabel is the successor of PyNIfTI.
</longdescription>
-<use>
- <flag name="dicom">Adds limited read support for the DICOM imaging format.</flag>
-</use>
+ <use>
+ <flag name="dicom">Adds limited read support for the DICOM imaging format.</flag>
+ </use>
</pkgmetadata>
diff --git a/sci-libs/nibabel/nibabel-1.3.0.ebuild b/sci-libs/nibabel/nibabel-1.3.0.ebuild
index 51eec2f3f..c3d5d279e 100644
--- a/sci-libs/nibabel/nibabel-1.3.0.ebuild
+++ b/sci-libs/nibabel/nibabel-1.3.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
diff --git a/sci-libs/nibabel/nibabel-9999.ebuild b/sci-libs/nibabel/nibabel-9999.ebuild
index 0070d0bfd..81915fa4f 100644
--- a/sci-libs/nibabel/nibabel-9999.ebuild
+++ b/sci-libs/nibabel/nibabel-9999.ebuild
@@ -1,20 +1,22 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1 git-2
+inherit distutils-r1 git-r3
DESCRIPTION="Access a cacophony of neuro-imaging file formats"
HOMEPAGE="http://nipy.org/nibabel/"
+SRC_URI=""
EGIT_REPO_URI="https://github.com/nipy/nibabel.git"
LICENSE="MIT"
SLOT="0"
IUSE="dicom doc test"
+KEYWORDS=""
RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]