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: sys-devel/llvm-common/
Date: Tue, 28 Nov 2017 09:15:09
Message-Id: 1511860456.35913dc12dfc8f34db766d410e9ee60866c223b2.mgorny@gentoo
1 commit: 35913dc12dfc8f34db766d410e9ee60866c223b2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 17 23:25:42 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 28 09:14:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35913dc1
7
8 sys-devel/llvm-common: Utilize partial git checkouts
9
10 sys-devel/llvm-common/llvm-common-5.0.9999.ebuild | 5 +++++
11 sys-devel/llvm-common/llvm-common-9999.ebuild | 5 +++++
12 2 files changed, 10 insertions(+)
13
14 diff --git a/sys-devel/llvm-common/llvm-common-5.0.9999.ebuild b/sys-devel/llvm-common/llvm-common-5.0.9999.ebuild
15 index 239d0e083cd..cc7ed2a7122 100644
16 --- a/sys-devel/llvm-common/llvm-common-5.0.9999.ebuild
17 +++ b/sys-devel/llvm-common/llvm-common-5.0.9999.ebuild
18 @@ -19,6 +19,11 @@ IUSE=""
19
20 RDEPEND="!sys-devel/llvm:0"
21
22 +src_unpack() {
23 + git-r3_fetch
24 + git-r3_checkout '' '' '' utils/vim
25 +}
26 +
27 src_configure() { :; }
28 src_compile() { :; }
29 src_test() { :; }
30
31 diff --git a/sys-devel/llvm-common/llvm-common-9999.ebuild b/sys-devel/llvm-common/llvm-common-9999.ebuild
32 index 64d8f5e7daf..d0f42029fa9 100644
33 --- a/sys-devel/llvm-common/llvm-common-9999.ebuild
34 +++ b/sys-devel/llvm-common/llvm-common-9999.ebuild
35 @@ -18,6 +18,11 @@ IUSE=""
36
37 RDEPEND="!sys-devel/llvm:0"
38
39 +src_unpack() {
40 + git-r3_fetch
41 + git-r3_checkout '' '' '' utils/vim
42 +}
43 +
44 src_configure() { :; }
45 src_compile() { :; }
46 src_test() { :; }