commit:     fe08749eb57f249a70a5aeda3b938d902a2e8a76
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Thu Feb 19 22:38:04 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Thu Feb 19 22:38:04 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fe08749e

Fix SRC_URI and SLOT operators

Package-Manager: portage-2.2.14

---
 sci-mathematics/freefem++/ChangeLog            | 5 ++++-
 sci-mathematics/freefem++/freefem++-3.8.ebuild | 6 +++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/sci-mathematics/freefem++/ChangeLog 
b/sci-mathematics/freefem++/ChangeLog
index 616b17a..784ad06 100644
--- a/sci-mathematics/freefem++/ChangeLog
+++ b/sci-mathematics/freefem++/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-mathematics/freefem++
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  19 Feb 2015; Marius Brehler <mar...@linux.sungazer.de> freefem++-3.8.ebuild:
+  Fix SRC_URI and SLOT operators
+
   15 Nov 2014; Christoph Junghans <ott...@gentoo.org> freefem++-3.8.ebuild:
   fixed latex dep
 

diff --git a/sci-mathematics/freefem++/freefem++-3.8.ebuild 
b/sci-mathematics/freefem++/freefem++-3.8.ebuild
index 4163738..04c8451 100644
--- a/sci-mathematics/freefem++/freefem++-3.8.ebuild
+++ b/sci-mathematics/freefem++/freefem++-3.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -10,7 +10,7 @@ MY_PV=$(replace_version_separator 2 '-')
 
 DESCRIPTION="Solve PDEs using FEM on 2d and 3d domains"
 HOMEPAGE="http://www.freefem.org/ff++/";
-SRC_URI="http://www.freefem.org/ff%2B%2B/ftp/${PN}-${MY_PV}.tar.gz";
+SRC_URI="http://www.freefem.org/ff++/ftp/old-v3/${PN}-${MY_PV}.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
@@ -18,7 +18,7 @@ KEYWORDS="~amd64"
 IUSE="doc examples mpi opengl X"
 
 RDEPEND="
-       sci-libs/fftw
+       sci-libs/fftw:3.0
        virtual/cblas
        virtual/lapack
        sci-libs/umfpack

Reply via email to