From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6B8721395E2 for ; Sat, 12 Nov 2016 09:29:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6644121C03E; Sat, 12 Nov 2016 09:29:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3ACC821C03E for ; Sat, 12 Nov 2016 09:29:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E5513415A2 for ; Sat, 12 Nov 2016 09:29:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F31486E for ; Sat, 12 Nov 2016 09:29: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: <1478942886.20b3da3a40ae20ad0c2d1f158551827198ebf0c8.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/psychopy/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/psychopy/psychopy-1.78.00.ebuild sci-biology/psychopy/psychopy-1.83.03.ebuild sci-biology/psychopy/psychopy-1.84.0.ebuild sci-biology/psychopy/psychopy-1.84.1.ebuild 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: 20b3da3a40ae20ad0c2d1f158551827198ebf0c8 X-VCS-Branch: master Date: Sat, 12 Nov 2016 09:29: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: b2305d78-fd1c-4dff-b914-1ff5927bc475 X-Archives-Hash: 4bd66cabb8c44b86131bd68b0fc54446 commit: 20b3da3a40ae20ad0c2d1f158551827198ebf0c8 Author: Justin Lecher gentoo org> AuthorDate: Sat Nov 12 09:28:06 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Nov 12 09:28:06 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=20b3da3a sci-biology/psychopy: Fix python dependency in media-libs/opencv Drop old Package-Manager: portage-2.3.2 Signed-off-by: Justin Lecher gentoo.org> sci-biology/psychopy/psychopy-1.78.00.ebuild | 45 --------------------------- sci-biology/psychopy/psychopy-1.83.03.ebuild | 46 ---------------------------- sci-biology/psychopy/psychopy-1.84.0.ebuild | 2 +- sci-biology/psychopy/psychopy-1.84.1.ebuild | 2 +- sci-biology/psychopy/psychopy-9999.ebuild | 2 +- 5 files changed, 3 insertions(+), 94 deletions(-) diff --git a/sci-biology/psychopy/psychopy-1.78.00.ebuild b/sci-biology/psychopy/psychopy-1.78.00.ebuild deleted file mode 100644 index c55c9b2..0000000 --- a/sci-biology/psychopy/psychopy-1.78.00.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="6" - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="threads(+)" - -inherit eutils gnome2-utils distutils-r1 - -DESCRIPTION="Python experimental psychology toolkit" -HOMEPAGE="http://www.psychopy.org/" -SRC_URI="https://github.com/psychopy/psychopy/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - " -RDEPEND="dev-python/pillow[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/numpy[lapack,${PYTHON_USEDEP}] - dev-python/pygame[${PYTHON_USEDEP}] - dev-python/pyglet[${PYTHON_USEDEP}] - dev-python/pyopengl[${PYTHON_USEDEP}] - dev-python/wxpython:*[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] - " - -python_install_all() { - distutils-r1_python_install_all - newicon -s scalable psychopy/monitors/psychopy-icon.svg psychopy.svg - make_desktop_entry psychopyApp.py PsychoPy psychopy -} - -pkg_postinst() { - gnome2_icon_cache_update -} -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/sci-biology/psychopy/psychopy-1.83.03.ebuild b/sci-biology/psychopy/psychopy-1.83.03.ebuild deleted file mode 100644 index 47021b4..0000000 --- a/sci-biology/psychopy/psychopy-1.83.03.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="6" - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="threads(+)" - -inherit eutils gnome2-utils distutils-r1 - -DESCRIPTION="Python experimental psychology toolkit" -HOMEPAGE="http://www.psychopy.org/" -SRC_URI="https://github.com/psychopy/psychopy/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - " -RDEPEND="dev-python/pillow[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/moviepy[${PYTHON_USEDEP}] - dev-python/numpy[lapack,${PYTHON_USEDEP}] - dev-python/pygame[${PYTHON_USEDEP}] - dev-python/pyglet[${PYTHON_USEDEP}] - dev-python/pyopengl[${PYTHON_USEDEP}] - dev-python/wxpython:*[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] - " - -python_install_all() { - distutils-r1_python_install_all - newicon -s scalable psychopy/monitors/psychopy-icon.svg psychopy.svg - make_desktop_entry psychopyApp.py PsychoPy psychopy -} - -pkg_postinst() { - gnome2_icon_cache_update -} -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/sci-biology/psychopy/psychopy-1.84.0.ebuild b/sci-biology/psychopy/psychopy-1.84.0.ebuild index 4dc03e7..d9b2a30 100644 --- a/sci-biology/psychopy/psychopy-1.84.0.ebuild +++ b/sci-biology/psychopy/psychopy-1.84.0.ebuild @@ -32,7 +32,7 @@ RDEPEND=" dev-python/pyopengl[${PYTHON_USEDEP}] dev-python/wxpython:*[${PYTHON_USEDEP}] media-libs/avbin-bin - media-libs/opencv[python,python_single_target_python2_7] + media-libs/opencv[python,${PYTHON_USEDEP}] sci-libs/scipy[${PYTHON_USEDEP}] " diff --git a/sci-biology/psychopy/psychopy-1.84.1.ebuild b/sci-biology/psychopy/psychopy-1.84.1.ebuild index 7260f62..b15e00d 100644 --- a/sci-biology/psychopy/psychopy-1.84.1.ebuild +++ b/sci-biology/psychopy/psychopy-1.84.1.ebuild @@ -32,7 +32,7 @@ RDEPEND=" dev-python/pyopengl[${PYTHON_USEDEP}] dev-python/wxpython:*[${PYTHON_USEDEP}] media-libs/avbin-bin - media-libs/opencv[python,python_single_target_python2_7] + media-libs/opencv[python,${PYTHON_USEDEP}] sci-libs/scipy[${PYTHON_USEDEP}] " diff --git a/sci-biology/psychopy/psychopy-9999.ebuild b/sci-biology/psychopy/psychopy-9999.ebuild index d47914b..3a940a5 100644 --- a/sci-biology/psychopy/psychopy-9999.ebuild +++ b/sci-biology/psychopy/psychopy-9999.ebuild @@ -33,7 +33,7 @@ RDEPEND=" dev-python/pyopengl[${PYTHON_USEDEP}] dev-python/wxpython:*[${PYTHON_USEDEP}] media-libs/avbin-bin - media-libs/opencv[python,python_single_target_python2_7] + media-libs/opencv[python,${PYTHON_USEDEP}] sci-libs/scipy[${PYTHON_USEDEP}] "