Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lit/
Date: Sat, 21 Sep 2019 09:15:58
Message-Id: 1569057328.5ac83c36fe2ffcaf3f9b4b6ba735741503ae2ba5.mgorny@gentoo
1 commit: 5ac83c36fe2ffcaf3f9b4b6ba735741503ae2ba5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 21 08:32:47 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 21 09:15:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ac83c36
7
8 dev-python/lit: Reorder ebuild vars in 9+
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/lit/lit-10.0.0.9999.ebuild | 4 ++--
13 dev-python/lit/lit-9.0.0.9999.ebuild | 4 ++--
14 dev-python/lit/lit-9.0.0.ebuild | 3 +--
15 3 files changed, 5 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-python/lit/lit-10.0.0.9999.ebuild b/dev-python/lit/lit-10.0.0.9999.ebuild
18 index d4566ae8be5..32320b7920e 100644
19 --- a/dev-python/lit/lit-10.0.0.9999.ebuild
20 +++ b/dev-python/lit/lit-10.0.0.9999.ebuild
21 @@ -9,6 +9,8 @@ inherit distutils-r1 git-r3 multiprocessing
22 DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
23 HOMEPAGE="https://llvm.org/"
24 SRC_URI=""
25 +S=${WORKDIR}/${P}/utils/lit
26 +
27 EGIT_REPO_URI="https://git.llvm.org/git/llvm.git
28 https://github.com/llvm-mirror/llvm.git"
29
30 @@ -18,8 +20,6 @@ KEYWORDS=""
31 IUSE="test"
32 RESTRICT="!test? ( test )"
33
34 -S=${WORKDIR}/${P}/utils/lit
35 -
36 # Tests require 'FileCheck' and 'not' utilities (from llvm)
37 BDEPEND="
38 dev-python/setuptools[${PYTHON_USEDEP}]
39
40 diff --git a/dev-python/lit/lit-9.0.0.9999.ebuild b/dev-python/lit/lit-9.0.0.9999.ebuild
41 index 289c81bd0a5..c9fb8cb2815 100644
42 --- a/dev-python/lit/lit-9.0.0.9999.ebuild
43 +++ b/dev-python/lit/lit-9.0.0.9999.ebuild
44 @@ -9,6 +9,8 @@ inherit distutils-r1 git-r3 multiprocessing
45 DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
46 HOMEPAGE="https://llvm.org/"
47 SRC_URI=""
48 +S=${WORKDIR}/${P}/utils/lit
49 +
50 EGIT_REPO_URI="https://git.llvm.org/git/llvm.git
51 https://github.com/llvm-mirror/llvm.git"
52 EGIT_BRANCH="release_90"
53 @@ -19,8 +21,6 @@ KEYWORDS=""
54 IUSE="test"
55 RESTRICT="!test? ( test )"
56
57 -S=${WORKDIR}/${P}/utils/lit
58 -
59 # Tests require 'FileCheck' and 'not' utilities (from llvm)
60 BDEPEND="
61 dev-python/setuptools[${PYTHON_USEDEP}]
62
63 diff --git a/dev-python/lit/lit-9.0.0.ebuild b/dev-python/lit/lit-9.0.0.ebuild
64 index 7eb1e808168..80e7699557c 100644
65 --- a/dev-python/lit/lit-9.0.0.ebuild
66 +++ b/dev-python/lit/lit-9.0.0.ebuild
67 @@ -10,6 +10,7 @@ MY_P=llvm-${PV/_/}.src
68 DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
69 HOMEPAGE="https://llvm.org/"
70 SRC_URI="https://releases.llvm.org/${PV}/${MY_P}.tar.xz"
71 +S=${WORKDIR}/${MY_P}/utils/lit
72
73 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
74 SLOT="0"
75 @@ -17,8 +18,6 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-fbsd"
76 IUSE="test"
77 RESTRICT="!test? ( test )"
78
79 -S=${WORKDIR}/${MY_P}/utils/lit
80 -
81 # Tests require 'FileCheck' and 'not' utilities (from llvm)
82 BDEPEND="
83 dev-python/setuptools[${PYTHON_USEDEP}]