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 0BEA1138A1A for ; Fri, 20 Feb 2015 23:43:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AC8CE08D0; Fri, 20 Feb 2015 23:40:44 +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 C2174E08C7 for ; Fri, 20 Feb 2015 23:40:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47B52340902 for ; Fri, 20 Feb 2015 02:02:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEE6412229 for ; Fri, 20 Feb 2015 02:02:47 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1424385484.fe08749eb57f249a70a5aeda3b938d902a2e8a76.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/freefem++/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/freefem++/ChangeLog sci-mathematics/freefem++/freefem++-3.8.ebuild X-VCS-Directories: sci-mathematics/freefem++/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: fe08749eb57f249a70a5aeda3b938d902a2e8a76 X-VCS-Branch: master Date: Fri, 20 Feb 2015 02:02:47 +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: 4f9a16b2-8ae5-4a44-a75d-6abeb75ba569 X-Archives-Hash: 995f0e311cd2c412a440ad895735102f commit: fe08749eb57f249a70a5aeda3b938d902a2e8a76 Author: Marius Brehler linux sungazer de> AuthorDate: Thu Feb 19 22:38:04 2015 +0000 Commit: Christoph Junghans gentoo 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 freefem++-3.8.ebuild: + Fix SRC_URI and SLOT operators + 15 Nov 2014; Christoph Junghans 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