Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/
Date: Tue, 23 Feb 2016 09:28:49
Message-Id: 1456218875.020a4b688674d0805e5b2428e4aee8e852077e2e.monsieurp@gentoo
1 commit: 020a4b688674d0805e5b2428e4aee8e852077e2e
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 23 08:40:06 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 23 09:14:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=020a4b68
7
8 dev-python/spyder: Make use of variables wherever possible.
9
10 Package-Manager: portage-2.2.26
11
12 dev-python/spyder/spyder-2.3.8.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/spyder/spyder-2.3.8.ebuild b/dev-python/spyder/spyder-2.3.8.ebuild
16 index 43ae8ad..50b8220 100644
17 --- a/dev-python/spyder/spyder-2.3.8.ebuild
18 +++ b/dev-python/spyder/spyder-2.3.8.ebuild
19 @@ -10,7 +10,7 @@ inherit distutils-r1
20
21 DESCRIPTION="Python IDE with matlab-like features"
22 HOMEPAGE="https://github.com/spyder-ide/spyder"
23 -SRC_URI="https://bitbucket.org/spyder-ide/spyderlib/downloads/spyder-2.3.8.zip"
24 +SRC_URI="https://bitbucket.org/${PN}-ide/${PN}lib/downloads/${P}.zip"
25
26 LICENSE="MIT"
27 SLOT="0"