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 0F7DC138A1C for ; Thu, 2 Apr 2015 10:34:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86B70E096C; Thu, 2 Apr 2015 10:34:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3706E096C for ; Thu, 2 Apr 2015 10:34:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F80F34087E for ; Thu, 2 Apr 2015 10:34:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDEA6150DF for ; Thu, 2 Apr 2015 10:34:01 +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: <1427970812.c0a5266e63153a605b5b1426140f41487ad70d3d.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-1.78.00.ebuild X-VCS-Directories: sci-biology/psychopy/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c0a5266e63153a605b5b1426140f41487ad70d3d X-VCS-Branch: master Date: Thu, 2 Apr 2015 10:34:01 +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: 1c380bbc-54a1-4cd3-a18e-578cb6b78ea6 X-Archives-Hash: 8df38dc691d327069e9c5f991b711287 commit: c0a5266e63153a605b5b1426140f41487ad70d3d Author: Justin Lecher gentoo org> AuthorDate: Thu Apr 2 10:33:32 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Apr 2 10:33:32 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c0a5266e sci-biology/psychopy: Drop eselect dependency Package-Manager: portage-2.2.18 sci-biology/psychopy/ChangeLog | 3 +++ sci-biology/psychopy/psychopy-1.78.00.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-biology/psychopy/ChangeLog b/sci-biology/psychopy/ChangeLog index 49cc4a4..a180e47 100644 --- a/sci-biology/psychopy/ChangeLog +++ b/sci-biology/psychopy/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 02 Apr 2015; Justin Lecher psychopy-1.78.00.ebuild: + sci-biology/psychopy: Drop eselect dependency + 18 Feb 2015; Justin Lecher -psychopy-1.75.01.ebuild, -psychopy-1.77.02.ebuild, psychopy-1.78.00.ebuild, psychopy-9999.ebuild: sci-biology/psychopy: fix SLOT operators diff --git a/sci-biology/psychopy/psychopy-1.78.00.ebuild b/sci-biology/psychopy/psychopy-1.78.00.ebuild index 864a1d3..8de257b 100644 --- a/sci-biology/psychopy/psychopy-1.78.00.ebuild +++ b/sci-biology/psychopy/psychopy-1.78.00.ebuild @@ -32,7 +32,7 @@ RDEPEND=" dev-python/pygame[${PYTHON_USEDEP}] " -DEPEND="app-admin/eselect +DEPEND=" app-arch/unzip dev-python/setuptools[${PYTHON_USEDEP}] test? ( ${RDEPEND} )