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/dolfin/
Date: Mon, 21 Sep 2015 14:05:03
Message-Id: 1442842551.adef9e2c72e14efcc6bd4246929a507aeaddf049.jlec@gentoo
1 commit: adef9e2c72e14efcc6bd4246929a507aeaddf049
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 13:35:51 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 13:35:51 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=adef9e2c
7
8 sci-mathematics/dolfin: 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/dolfin/dolfin-0.9.9.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-mathematics/dolfin/dolfin-0.9.9.ebuild b/sci-mathematics/dolfin/dolfin-0.9.9.ebuild
17 index 547ff0c..887d541 100644
18 --- a/sci-mathematics/dolfin/dolfin-0.9.9.ebuild
19 +++ b/sci-mathematics/dolfin/dolfin-0.9.9.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,7 +10,7 @@ inherit cmake-utils eutils python-single-r1
27
28 DESCRIPTION="C++/Python interface of FEniCS"
29 HOMEPAGE="https://launchpad.net/dolfin/"
30 -SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
31 +SRC_URI="https://launchpad.net/${PN}/0.x/${PV}/+download/${P}.tar.gz"
32
33 LICENSE="LGPL-2.1"
34 SLOT="0"