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 EBF7258973 for ; Mon, 18 Jan 2016 16:32:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 794A221C01C; Mon, 18 Jan 2016 16:32:01 +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 E971121C01C for ; Mon, 18 Jan 2016 16:32:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DCFD340A7F for ; Mon, 18 Jan 2016 16:32:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 699FB1024 for ; Mon, 18 Jan 2016 16:31:56 +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: <1453128624.927154ffad14a313a0817dfe2793f927ca12d55f.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.83.03.ebuild X-VCS-Directories: sci-biology/psychopy/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 927154ffad14a313a0817dfe2793f927ca12d55f X-VCS-Branch: master Date: Mon, 18 Jan 2016 16:31:56 +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: 9a706bf1-2680-4725-908b-f87e63217da1 X-Archives-Hash: 809967b66aad12c4ded87bd8e685458d commit: 927154ffad14a313a0817dfe2793f927ca12d55f Author: Horea Christian mail ru> AuthorDate: Mon Jan 18 14:50:24 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 18 14:50:24 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=927154ff sci-biology/psychopy: updated source link Package-Manager: portage-2.2.26 sci-biology/psychopy/psychopy-1.83.03.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sci-biology/psychopy/psychopy-1.83.03.ebuild b/sci-biology/psychopy/psychopy-1.83.03.ebuild index 03da25c..c22a368 100644 --- a/sci-biology/psychopy/psychopy-1.83.03.ebuild +++ b/sci-biology/psychopy/psychopy-1.83.03.ebuild @@ -6,13 +6,11 @@ EAPI="5" PYTHON_COMPAT=( python2_7 ) -inherit eutils gnome2-utils distutils-r1 git-r3 +inherit eutils gnome2-utils distutils-r1 DESCRIPTION="Python experimental psychology toolkit" HOMEPAGE="http://www.psychopy.org/" -SRC_URI="" -EGIT_REPO_URI="https://github.com/psychopy/psychopy.git" -EGIT_COMMIT="1.83.03" +SRC_URI="https://github.com/psychopy/psychopy/releases/download/${PV}/${P}.zip" LICENSE="GPL-3+" SLOT="0"