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 984DC139694 for ; Mon, 13 Mar 2017 17:37:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA560E0C56; Mon, 13 Mar 2017 17:37:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A495DE0C56 for ; Mon, 13 Mar 2017 17:37:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8ED3633BF1B for ; Mon, 13 Mar 2017 17:37:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 331D666FF for ; Mon, 13 Mar 2017 17:37:43 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1489426632.4fdecd7d8cfa731721a21817ae63827ed9f28cd2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/llvm-vim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/llvm-vim/Manifest app-vim/llvm-vim/llvm-vim-4.0.0.ebuild app-vim/llvm-vim/llvm-vim-4.0.0_rc3.ebuild X-VCS-Directories: app-vim/llvm-vim/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4fdecd7d8cfa731721a21817ae63827ed9f28cd2 X-VCS-Branch: master Date: Mon, 13 Mar 2017 17:37:43 +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: 5a17ec0d-6fb0-4d5d-b1d1-c6f8ecf141f3 X-Archives-Hash: 6091dddeb47b674c5d225a6dd8af3c67 commit: 4fdecd7d8cfa731721a21817ae63827ed9f28cd2 Author: Michał Górny gentoo org> AuthorDate: Mon Mar 13 17:07:30 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Mar 13 17:37:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fdecd7d app-vim/llvm-vim: Bump to 4.0.0 final app-vim/llvm-vim/Manifest | 2 +- app-vim/llvm-vim/{llvm-vim-4.0.0_rc3.ebuild => llvm-vim-4.0.0.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-vim/llvm-vim/Manifest b/app-vim/llvm-vim/Manifest index 3a7d9319dc8..fc11f231595 100644 --- a/app-vim/llvm-vim/Manifest +++ b/app-vim/llvm-vim/Manifest @@ -1 +1 @@ -DIST llvm-4.0.0rc3.src.tar.xz 21013952 SHA256 6727c98f436581adc6b8f9c2ad055d8e27832f60a127e97b3451eba85ef28345 SHA512 a64eaf59388be6641b6d654ceddd63232f83ad50226204255a0c9bcc3d1b36470f7acbf43615b2bd9758cd6077f55fc6155803a12947e1bd2be5661e1ff07e4a WHIRLPOOL 7aef4913c8a33ff0e35670063cb26ddd5d7b72cb08c699116dd93c72f25b6b75187bdf6bfd63b3d3b5c964c118c2db71893024524b864412f4f8daa594be7faa +DIST llvm-4.0.0.src.tar.xz 21016340 SHA256 8d10511df96e73b8ff9e7abbfb4d4d432edbdbe965f1f4f07afaf370b8a533be SHA512 cf681f0626ef6d568d951cdc3e143471a1d7715a0ba11e52aa273cf5d8d421e1357ef2645cc85879eaefcd577e99e74d07b01566825b3d0461171ef2cbfc7704 WHIRLPOOL 9783e8f47306c1deb2e114d4b46a7db9b0260b4965076345c88765413c5fc8e73fab5f88ae4903adbdea31406022948b16d32ae47d98f5def074509d5d794579 diff --git a/app-vim/llvm-vim/llvm-vim-4.0.0_rc3.ebuild b/app-vim/llvm-vim/llvm-vim-4.0.0.ebuild similarity index 84% rename from app-vim/llvm-vim/llvm-vim-4.0.0_rc3.ebuild rename to app-vim/llvm-vim/llvm-vim-4.0.0.ebuild index 631373168cb..3375254dfe3 100644 --- a/app-vim/llvm-vim/llvm-vim-4.0.0_rc3.ebuild +++ b/app-vim/llvm-vim/llvm-vim-4.0.0.ebuild @@ -5,7 +5,7 @@ EAPI=6 DESCRIPTION="Vim support files for LLVM" HOMEPAGE="http://llvm.org/" -SRC_URI="http://www.llvm.org/pre-releases/${PV/_//}/llvm-${PV/_/}.src.tar.xz" +SRC_URI="http://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz" LICENSE="UoI-NCSA" SLOT="0"