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 B69E61381F3 for ; Mon, 23 Sep 2013 12:42:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48EBCE0AAD; Mon, 23 Sep 2013 12:41:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78494E0AAB for ; Mon, 23 Sep 2013 12:41:51 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 54CE133ED6A for ; Mon, 23 Sep 2013 12:41:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D4AE0E5461 for ; Mon, 23 Sep 2013 12:41:47 +0000 (UTC) From: "Heather Cynede" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Heather Cynede" Message-ID: <1379940087.db245590e191c576057ddc58c23b8d2567728aec.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/ X-VCS-Repository: proj/dotnet X-VCS-Files: dev-lang/fsharp/fsharp-3.0.26.ebuild dev-lang/fsharp/fsharp-3.0.27.ebuild X-VCS-Directories: dev-lang/fsharp/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: db245590e191c576057ddc58c23b8d2567728aec X-VCS-Branch: master Date: Mon, 23 Sep 2013 12:41: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: 1914540e-954e-4d54-b99e-ba625f17b7f4 X-Archives-Hash: 01eb80fa4e883996ba5e5b28f3f50657 commit: db245590e191c576057ddc58c23b8d2567728aec Author: Matthias Dittrich googlemail com> AuthorDate: Fri Sep 20 16:32:16 2013 +0000 Commit: Heather Cynede gentoo org> CommitDate: Mon Sep 23 12:41:27 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=db245590 corrected the name of the downloaded .tar.gz archive --- dev-lang/fsharp/fsharp-3.0.26.ebuild | 2 +- dev-lang/fsharp/fsharp-3.0.27.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/fsharp/fsharp-3.0.26.ebuild b/dev-lang/fsharp/fsharp-3.0.26.ebuild index 0f59669..9d08465 100644 --- a/dev-lang/fsharp/fsharp-3.0.26.ebuild +++ b/dev-lang/fsharp/fsharp-3.0.26.ebuild @@ -10,7 +10,7 @@ inherit autotools dotnet DESCRIPTION="The F# Compiler" HOMEPAGE="https://github.com/fsharp/fsharp" -SRC_URI="https://github.com/fsharp/fsharp/archive/${PV}.tar.gz" +SRC_URI="https://github.com/fsharp/fsharp/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" diff --git a/dev-lang/fsharp/fsharp-3.0.27.ebuild b/dev-lang/fsharp/fsharp-3.0.27.ebuild index bf9decd..b4c3e96 100644 --- a/dev-lang/fsharp/fsharp-3.0.27.ebuild +++ b/dev-lang/fsharp/fsharp-3.0.27.ebuild @@ -10,7 +10,7 @@ inherit autotools dotnet DESCRIPTION="The F# Compiler" HOMEPAGE="https://github.com/fsharp/fsharp" -SRC_URI="https://github.com/fsharp/fsharp/archive/${PV}.tar.gz" +SRC_URI="https://github.com/fsharp/fsharp/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0"