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 914411387B1 for ; Mon, 21 Sep 2015 14:05:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49E9A21C065; Mon, 21 Sep 2015 14:04:56 +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 436FCE0891 for ; Mon, 21 Sep 2015 14:04:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8353C340766 for ; Mon, 21 Sep 2015 14:04:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB28B236 for ; Mon, 21 Sep 2015 14:04:51 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1442842551.adef9e2c72e14efcc6bd4246929a507aeaddf049.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/dolfin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/dolfin/dolfin-0.9.9.ebuild X-VCS-Directories: sci-mathematics/dolfin/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: adef9e2c72e14efcc6bd4246929a507aeaddf049 X-VCS-Branch: master Date: Mon, 21 Sep 2015 14:04:51 +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: 03a9273a-3e76-4109-b215-b31b039d3c7e X-Archives-Hash: 13db04262083128bc1d6505d906a59d9 commit: adef9e2c72e14efcc6bd4246929a507aeaddf049 Author: Justin Lecher gentoo org> AuthorDate: Mon Sep 21 13:35:51 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Sep 21 13:35:51 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=adef9e2c sci-mathematics/dolfin: Fix SRC_URI Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> sci-mathematics/dolfin/dolfin-0.9.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/dolfin/dolfin-0.9.9.ebuild b/sci-mathematics/dolfin/dolfin-0.9.9.ebuild index 547ff0c..887d541 100644 --- a/sci-mathematics/dolfin/dolfin-0.9.9.ebuild +++ b/sci-mathematics/dolfin/dolfin-0.9.9.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 # $Id$ @@ -10,7 +10,7 @@ inherit cmake-utils eutils python-single-r1 DESCRIPTION="C++/Python interface of FEniCS" HOMEPAGE="https://launchpad.net/dolfin/" -SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" +SRC_URI="https://launchpad.net/${PN}/0.x/${PV}/+download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0"