From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC9F81396D9 for ; Mon, 23 Oct 2017 18:30:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF62A2BC02F; Mon, 23 Oct 2017 18:30:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC2532BC02F for ; Mon, 23 Oct 2017 18:30:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CFF133BEB4 for ; Mon, 23 Oct 2017 18:30:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06C76315 for ; Mon, 23 Oct 2017 18:30:56 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1508783436.b9de4cea63a1f308a54f7fdfbe818a65bf9bcace.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/why3-for-spark/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild X-VCS-Directories: sci-mathematics/why3-for-spark/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: b9de4cea63a1f308a54f7fdfbe818a65bf9bcace X-VCS-Branch: master Date: Mon, 23 Oct 2017 18:30:56 +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: cd71ef3e-268c-4fba-880d-f2a606c0cedd X-Archives-Hash: 420822899028856412abedac1b532e5c commit: b9de4cea63a1f308a54f7fdfbe818a65bf9bcace Author: Tupone Alfredo gentoo org> AuthorDate: Mon Oct 23 18:29:37 2017 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Oct 23 18:30:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9de4cea sci-mathematics/why3-for-spark: Fix SRC_URI Package-Manager: Portage-2.3.8, Repoman-2.3.3 sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild b/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild index b69b22e506f..956e82a9c41 100644 --- a/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild +++ b/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild @@ -9,7 +9,7 @@ MYP=${PN}-gpl-${PV}-src DESCRIPTION="Platform for deductive program verification" HOMEPAGE="http://why3.lri.fr/" -SRC_URI="https//mirrors.cdn.adacore.com/art/591c45e2c7a447af2deed055 +SRC_URI="http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deed055 -> ${MYP}.tar.gz" LICENSE="GPL-3"