aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-01-06 19:57:34 +0100
committerJustin Lecher <jlec@gentoo.org>2014-01-06 19:57:34 +0100
commit529d752d633bdc69a03a87e287b96acc8e4000be (patch)
tree3bfa390270ea9ea2d716cbf531531086063d5492
parentsci-biology/pysurfer: Switch from git-2 to git-r3 (diff)
downloadsci-529d752d633bdc69a03a87e287b96acc8e4000be.tar.gz
sci-529d752d633bdc69a03a87e287b96acc8e4000be.tar.bz2
sci-529d752d633bdc69a03a87e287b96acc8e4000be.zip
sci-biology/psychopy: Switch from git-2 to git-r3
Package-Manager: portage-2.2.8
-rw-r--r--sci-biology/psychopy/ChangeLog5
-rw-r--r--sci-biology/psychopy/psychopy-9999.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-biology/psychopy/ChangeLog b/sci-biology/psychopy/ChangeLog
index 67c7acdf6..a96dfee0f 100644
--- a/sci-biology/psychopy/ChangeLog
+++ b/sci-biology/psychopy/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-biology/psychopy
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 06 Jan 2014; Justin Lecher <jlec@gentoo.org> psychopy-9999.ebuild:
+ Switch from git-2 to git-r3
+
10 Jun 2013; Justin Lecher <jlec@gentoo.org> psychopy-1.75.01.ebuild,
psychopy-9999.ebuild, metadata.xml:
Add missing python use dep, move to virtual/python-imaging
diff --git a/sci-biology/psychopy/psychopy-9999.ebuild b/sci-biology/psychopy/psychopy-9999.ebuild
index 512d34757..cb8f2fe92 100644
--- a/sci-biology/psychopy/psychopy-9999.ebuild
+++ b/sci-biology/psychopy/psychopy-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,20 @@ EAPI="5"
PYTHON_COMPAT=( python2_7 )
-inherit eutils gnome2-utils distutils-r1 git-2
+inherit eutils gnome2-utils distutils-r1 git-r3
DESCRIPTION="Python experimental psychology toolkit"
HOMEPAGE="http://www.psychopy.org/"
+SRC_URI=""
EGIT_REPO_URI="https://github.com/psychopy/psychopy.git"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- app-admin/eselect
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
"
-
RDEPEND="${DEPEND}
virtual/python-imaging[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]