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-mathematics/gambit/
Date: Mon, 21 Sep 2015 14:05:00
Message-Id: 1442842304.06c1654398405ecdf768023b65639c3dac7788c7.jlec@gentoo
1 commit: 06c1654398405ecdf768023b65639c3dac7788c7
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 13:31:44 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 13:31:44 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=06c16543
7
8 sci-mathematics/gambit: Fix SRC_URI
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-mathematics/gambit/gambit-0.2010.09.01.ebuild | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-mathematics/gambit/gambit-0.2010.09.01.ebuild b/sci-mathematics/gambit/gambit-0.2010.09.01.ebuild
17 index a1acba9..d36758e 100644
18 --- a/sci-mathematics/gambit/gambit-0.2010.09.01.ebuild
19 +++ b/sci-mathematics/gambit/gambit-0.2010.09.01.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -10,9 +10,7 @@ inherit wxwidgets
27
28 DESCRIPTION="Gambit: Software Tools for Game Theory"
29 HOMEPAGE="http://www.gambit-project.org/doc/index.html"
30 -SRC_URI="mirror://sourceforge/gambit/${P}.tar.gz"
31 - #http://econweb.tamu.edu/gambit/doc/${PN}-manual-${PV}.pdf
32 - #http://econweb.tamu.edu/gambit/doc/${PN}-manual-${PV}.tar.gz
33 +SRC_URI="mirror://sourceforge/project/${PN}/${PN}-stable/${PV}/${P}.tar.gz"
34
35 LICENSE="GPL-2"
36 SLOT="0"