Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/psychopy/
Date: Thu, 02 Apr 2015 10:34:09
Message-Id: 1427970812.c0a5266e63153a605b5b1426140f41487ad70d3d.jlec@gentoo
1 commit: c0a5266e63153a605b5b1426140f41487ad70d3d
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 2 10:33:32 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 2 10:33:32 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c0a5266e
7
8 sci-biology/psychopy: Drop eselect dependency
9
10 Package-Manager: portage-2.2.18
11
12 sci-biology/psychopy/ChangeLog | 3 +++
13 sci-biology/psychopy/psychopy-1.78.00.ebuild | 2 +-
14 2 files changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/sci-biology/psychopy/ChangeLog b/sci-biology/psychopy/ChangeLog
17 index 49cc4a4..a180e47 100644
18 --- a/sci-biology/psychopy/ChangeLog
19 +++ b/sci-biology/psychopy/ChangeLog
20 @@ -2,6 +2,9 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Header: $
23
24 + 02 Apr 2015; Justin Lecher <jlec@g.o> psychopy-1.78.00.ebuild:
25 + sci-biology/psychopy: Drop eselect dependency
26 +
27 18 Feb 2015; Justin Lecher <jlec@g.o> -psychopy-1.75.01.ebuild,
28 -psychopy-1.77.02.ebuild, psychopy-1.78.00.ebuild, psychopy-9999.ebuild:
29 sci-biology/psychopy: fix SLOT operators
30
31 diff --git a/sci-biology/psychopy/psychopy-1.78.00.ebuild b/sci-biology/psychopy/psychopy-1.78.00.ebuild
32 index 864a1d3..8de257b 100644
33 --- a/sci-biology/psychopy/psychopy-1.78.00.ebuild
34 +++ b/sci-biology/psychopy/psychopy-1.78.00.ebuild
35 @@ -32,7 +32,7 @@ RDEPEND="
36 dev-python/pygame[${PYTHON_USEDEP}]
37 "
38
39 -DEPEND="app-admin/eselect
40 +DEPEND="
41 app-arch/unzip
42 dev-python/setuptools[${PYTHON_USEDEP}]
43 test? ( ${RDEPEND} )