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 748B458973 for ; Sat, 16 Jan 2016 11:48:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9918AE0894; Sat, 16 Jan 2016 11:48:30 +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 33750E0894 for ; Sat, 16 Jan 2016 11:48:30 +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 12C48340845 for ; Sat, 16 Jan 2016 11:48:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B663BB5 for ; Sat, 16 Jan 2016 11:48:26 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1452944889.1abe9c2d2c8501e81a7621f7a15463ccd488986b.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/julia/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/julia/julia-0.4.3.ebuild X-VCS-Directories: dev-lang/julia/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 1abe9c2d2c8501e81a7621f7a15463ccd488986b X-VCS-Branch: master Date: Sat, 16 Jan 2016 11:48:26 +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: 10b7a823-4b6c-4a8d-956f-1e4002949d0d X-Archives-Hash: f2c37292cb7e5126a011e0a1aaee87b4 commit: 1abe9c2d2c8501e81a7621f7a15463ccd488986b Author: Matthias Maier gentoo org> AuthorDate: Sat Jan 16 11:48:09 2016 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sat Jan 16 11:48:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1abe9c2d dev-lang/julia: Update SRC_URI for 0.4.3 Package-Manager: portage-2.2.26 dev-lang/julia/julia-0.4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/julia/julia-0.4.3.ebuild b/dev-lang/julia/julia-0.4.3.ebuild index 108dc30..f0b4381 100644 --- a/dev-lang/julia/julia-0.4.3.ebuild +++ b/dev-lang/julia/julia-0.4.3.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="High-performance programming language for technical computing" HOMEPAGE="http://julialang.org/" SRC_URI=" https://github.com/JuliaLang/${PN}/releases/download/v${PV}/${P}.tar.gz - https://dev.gentoo.org/~tamiko/${P}-bundled.tar.gz + https://dev.gentoo.org/~tamiko/distfiles/${P}-bundled.tar.gz " LICENSE="MIT"