aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-01-06 19:51:58 +0100
committerJustin Lecher <jlec@gentoo.org>2014-01-06 19:51:58 +0100
commit439c685cd6db9361b066aaeeb67b8e675e76cc6d (patch)
tree96592c4a3b908f19dcaa1c5809b1ba93d4fe2a4f
parentsci-biology/pybrain: Switch from git-2 to git-r3 (diff)
downloadsci-439c685cd6db9361b066aaeeb67b8e675e76cc6d.tar.gz
sci-439c685cd6db9361b066aaeeb67b8e675e76cc6d.tar.bz2
sci-439c685cd6db9361b066aaeeb67b8e675e76cc6d.zip
sci-biology/pysurfer: Switch from git-2 to git-r3
Package-Manager: portage-2.2.8
-rw-r--r--sci-biology/pysurfer/ChangeLog8
-rw-r--r--sci-biology/pysurfer/metadata.xml5
-rw-r--r--sci-biology/pysurfer/pysurfer-0.4.ebuild14
-rw-r--r--sci-biology/pysurfer/pysurfer-9999.ebuild16
4 files changed, 30 insertions, 13 deletions
diff --git a/sci-biology/pysurfer/ChangeLog b/sci-biology/pysurfer/ChangeLog
new file mode 100644
index 000000000..2c2a0a896
--- /dev/null
+++ b/sci-biology/pysurfer/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sci-biology/pysurfer
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 06 Jan 2014; Justin Lecher <jlec@gentoo.org> pysurfer-0.4.ebuild,
+ pysurfer-9999.ebuild, +metadata.xml:
+ Switch from git-2 to git-r3
+
diff --git a/sci-biology/pysurfer/metadata.xml b/sci-biology/pysurfer/metadata.xml
new file mode 100644
index 000000000..897aa2e6b
--- /dev/null
+++ b/sci-biology/pysurfer/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+</pkgmetadata>
diff --git a/sci-biology/pysurfer/pysurfer-0.4.ebuild b/sci-biology/pysurfer/pysurfer-0.4.ebuild
index 2aec2ae64..5d6417449 100644
--- a/sci-biology/pysurfer/pysurfer-0.4.ebuild
+++ b/sci-biology/pysurfer/pysurfer-0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -16,12 +16,14 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND="sci-visualization/mayavi[${PYTHON_USEDEP}]
- dev-python/matplotlib[${PYTHON_USEDEP}]
- sci-libs/nibabel[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- sci-libs/scipy[${PYTHON_USEDEP}]"
+RDEPEND="
+ sci-visualization/mayavi[${PYTHON_USEDEP}]
+ dev-python/matplotlib[${PYTHON_USEDEP}]
+ sci-libs/nibabel[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ sci-libs/scipy[${PYTHON_USEDEP}]"
DEPEND=""
S="${WORKDIR}/PySurfer-${PV}"
+
PATCHES=( "${FILESDIR}/${PV}-headless_build.patch" )
diff --git a/sci-biology/pysurfer/pysurfer-9999.ebuild b/sci-biology/pysurfer/pysurfer-9999.ebuild
index 6b0e30e72..3a5768a7f 100644
--- a/sci-biology/pysurfer/pysurfer-9999.ebuild
+++ b/sci-biology/pysurfer/pysurfer-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -6,20 +6,22 @@ EAPI="5"
PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1 git-2
+inherit distutils-r1 git-r3
DESCRIPTION="Python based program for visualization of data from Freesurfer"
HOMEPAGE="http://pysurfer.github.com"
+SRC_URI=""
EGIT_REPO_URI="https://github.com/nipy/PySurfer.git"
LICENSE="BSD"
SLOT="0"
-RDEPEND="sci-visualization/mayavi[${PYTHON_USEDEP}]
- dev-python/matplotlib[${PYTHON_USEDEP}]
- sci-libs/nibabel[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- sci-libs/scipy[${PYTHON_USEDEP}]"
+RDEPEND="
+ sci-visualization/mayavi[${PYTHON_USEDEP}]
+ dev-python/matplotlib[${PYTHON_USEDEP}]
+ sci-libs/nibabel[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ sci-libs/scipy[${PYTHON_USEDEP}]"
DEPEND=""
S="${WORKDIR}/PySurfer-${PV}"