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 632EB139694 for ; Mon, 13 Mar 2017 17:37:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A637DE0C58; Mon, 13 Mar 2017 17:37:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8480CE0C56 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 A638033BF43 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 47BD36700 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: <1489426633.5d6556b6b5c591a660069968518ddfad0a9d6541.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lit/Manifest dev-python/lit/lit-4.0.0.ebuild dev-python/lit/lit-4.0.0_rc3.ebuild X-VCS-Directories: dev-python/lit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5d6556b6b5c591a660069968518ddfad0a9d6541 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: 93504fdc-29e2-4074-8104-5f289e258d28 X-Archives-Hash: 1fa189d766f833fc2381772364bb5738 commit: 5d6556b6b5c591a660069968518ddfad0a9d6541 Author: Michał Górny gentoo org> AuthorDate: Mon Mar 13 17:08:05 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Mar 13 17:37:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6556b6 dev-python/lit: Bump to 4.0.0 final dev-python/lit/Manifest | 2 +- dev-python/lit/{lit-4.0.0_rc3.ebuild => lit-4.0.0.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/lit/Manifest b/dev-python/lit/Manifest index f0e8ec63de7..febef386483 100644 --- a/dev-python/lit/Manifest +++ b/dev-python/lit/Manifest @@ -1,2 +1,2 @@ DIST llvm-3.9.0.src.tar.xz 18235716 SHA256 66c73179da42cee1386371641241f79ded250e117a79f571bbd69e56daa48948 SHA512 f18ae32531218ab156c3e56c11826be0fd05f0799c82eaf2e6a043b38e1277560b4d921987513b88b11d97ea2619feaf277eec72181dd2ae4f4108c2836bf7b2 WHIRLPOOL a36c1bcee6e7995067a9a7a51e3fdb0f10d51d0239250eefab92ed2e46b024a203fa10a17a25a5aca69046bcb413628e288427f1a6690d0862e07cd95694c8a8 -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/dev-python/lit/lit-4.0.0_rc3.ebuild b/dev-python/lit/lit-4.0.0.ebuild similarity index 89% rename from dev-python/lit/lit-4.0.0_rc3.ebuild rename to dev-python/lit/lit-4.0.0.ebuild index 4745fa522a8..61643cd0d5e 100644 --- a/dev-python/lit/lit-4.0.0_rc3.ebuild +++ b/dev-python/lit/lit-4.0.0.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 MY_P=llvm-${PV/_/} DESCRIPTION="A stand-alone install of the LLVM suite testing tool" HOMEPAGE="http://llvm.org/" -SRC_URI="http://www.llvm.org/pre-releases/${PV/_//}/${MY_P}.src.tar.xz" +SRC_URI="http://releases.llvm.org/${PV/_//}/${MY_P}.src.tar.xz" LICENSE="UoI-NCSA" SLOT="0"