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 844B31387B2 for ; Mon, 6 Jan 2014 19:27:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 138C3E0B46; Mon, 6 Jan 2014 19:27:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D2FBE0B42 for ; Mon, 6 Jan 2014 19:27:10 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F80A33F54C for ; Mon, 6 Jan 2014 19:27:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EB328E5533 for ; Mon, 6 Jan 2014 19:27:06 +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: <1389034654.529d752d633bdc69a03a87e287b96acc8e4000be.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/psychopy/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/psychopy/ChangeLog sci-biology/psychopy/psychopy-9999.ebuild X-VCS-Directories: sci-biology/psychopy/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 529d752d633bdc69a03a87e287b96acc8e4000be X-VCS-Branch: master Date: Mon, 6 Jan 2014 19:27:06 +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: 754fcb16-0a09-470d-bd3a-1cc8346ef9c0 X-Archives-Hash: f95a57c7386c8be9d2b2907cf8e4a026 commit: 529d752d633bdc69a03a87e287b96acc8e4000be Author: Justin Lecher gentoo org> AuthorDate: Mon Jan 6 18:57:34 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 6 18:57:34 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=529d752d sci-biology/psychopy: Switch from git-2 to git-r3 Package-Manager: portage-2.2.8 --- sci-biology/psychopy/ChangeLog | 5 ++++- sci-biology/psychopy/psychopy-9999.ebuild | 10 +++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/sci-biology/psychopy/ChangeLog b/sci-biology/psychopy/ChangeLog index 67c7acd..a96dfee 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 psychopy-9999.ebuild: + Switch from git-2 to git-r3 + 10 Jun 2013; Justin Lecher 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 512d347..cb8f2fe 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}]