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 CFD7E13908F for ; Tue, 24 Jan 2017 19:08:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0C202241B2; Tue, 24 Jan 2017 19:08:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B80332241B4 for ; Tue, 24 Jan 2017 19:08:42 +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 7C3A8341653 for ; Tue, 24 Jan 2017 19:08:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA69F2DF8 for ; Tue, 24 Jan 2017 19:08:39 +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: <1485284869.e275f53cd25138594af78e7a7d3396ceb0f74778.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_rc1.ebuild X-VCS-Directories: dev-python/lit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e275f53cd25138594af78e7a7d3396ceb0f74778 X-VCS-Branch: master Date: Tue, 24 Jan 2017 19:08:39 +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: 3e5db0bf-3369-480c-bef4-27ac9ca89e71 X-Archives-Hash: c45c18f00efb6249b0ffa2dfbfca763f commit: e275f53cd25138594af78e7a7d3396ceb0f74778 Author: Michał Górny gentoo org> AuthorDate: Tue Jan 24 17:35:00 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jan 24 19:07:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e275f53c dev-python/lit: Switch 4.0.0rc1 to tarballs, add keywords dev-python/lit/Manifest | 1 + dev-python/lit/lit-4.0.0_rc1.ebuild | 15 ++++++--------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/dev-python/lit/Manifest b/dev-python/lit/Manifest index 2f155b8..2d7e3e8 100644 --- a/dev-python/lit/Manifest +++ b/dev-python/lit/Manifest @@ -1 +1,2 @@ DIST llvm-3.9.0.src.tar.xz 18235716 SHA256 66c73179da42cee1386371641241f79ded250e117a79f571bbd69e56daa48948 SHA512 f18ae32531218ab156c3e56c11826be0fd05f0799c82eaf2e6a043b38e1277560b4d921987513b88b11d97ea2619feaf277eec72181dd2ae4f4108c2836bf7b2 WHIRLPOOL a36c1bcee6e7995067a9a7a51e3fdb0f10d51d0239250eefab92ed2e46b024a203fa10a17a25a5aca69046bcb413628e288427f1a6690d0862e07cd95694c8a8 +DIST llvm-4.0.0rc1.src.tar.xz 20996760 SHA256 ccbff3a7af78efc12b5b7f749d184b4c8caf75621af4e05f640cbfa9f80f8604 SHA512 10b6fee561b9307490d5f20ce70b7e0099bd405e56c8330be9aa04673f39dbd712833e357a577a5106819336a1957dd73d288bbdd35286d56305d14d237dfd3d WHIRLPOOL 8559852df5d036a4d86a4555bcbeaab6bbb3b5e9cad9daa8c0f5e934e4fb7235bc05df55e09d38eb4d90832036d8b9f5b1ff8108e7d5ea01c86b00eecc0a3d13 diff --git a/dev-python/lit/lit-4.0.0_rc1.ebuild b/dev-python/lit/lit-4.0.0_rc1.ebuild index bb19dfb..983b18e 100644 --- a/dev-python/lit/lit-4.0.0_rc1.ebuild +++ b/dev-python/lit/lit-4.0.0_rc1.ebuild @@ -1,26 +1,23 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit distutils-r1 git-r3 +inherit distutils-r1 +MY_P=llvm-${PV/_/} DESCRIPTION="A stand-alone install of the LLVM suite testing tool" HOMEPAGE="http://llvm.org/" -SRC_URI="" -EGIT_REPO_URI="http://llvm.org/git/llvm.git - https://github.com/llvm-mirror/llvm.git" -EGIT_BRANCH="release_40" -EGIT_COMMIT="c329efbc3c94928fb826ed146897aada0459c983" +SRC_URI="http://www.llvm.org/pre-releases/${PV/_//}/${MY_P}.src.tar.xz" LICENSE="UoI-NCSA" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="test" -S=${WORKDIR}/${P}/utils/lit +S=${WORKDIR}/${MY_P}.src/utils/lit # Tests require 'FileCheck' and 'not' utilities (from llvm) DEPEND="