Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 04/18] sys-devel/llvm-common: Dedupe with new eclass code
Date: Sat, 20 Jun 2020 21:18:20
Message-Id: 20200620211624.427466-5-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/18] llvm.org.eclass: more deduplication with packages by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 sys-devel/llvm-common/llvm-common-10.0.1.9999.ebuild | 5 -----
4 sys-devel/llvm-common/llvm-common-10.0.1_rc1.ebuild | 5 -----
5 sys-devel/llvm-common/llvm-common-11.0.0.9999.ebuild | 5 -----
6 3 files changed, 15 deletions(-)
7
8 diff --git a/sys-devel/llvm-common/llvm-common-10.0.1.9999.ebuild b/sys-devel/llvm-common/llvm-common-10.0.1.9999.ebuild
9 index 18d163abd5c8..df9cf92b47a1 100644
10 --- a/sys-devel/llvm-common/llvm-common-10.0.1.9999.ebuild
11 +++ b/sys-devel/llvm-common/llvm-common-10.0.1.9999.ebuild
12 @@ -17,11 +17,6 @@ IUSE=""
13
14 RDEPEND="!sys-devel/llvm:0"
15
16 -src_prepare() {
17 - cd "${WORKDIR}" || Die
18 - default
19 -}
20 -
21 src_install() {
22 insinto /usr/share/vim/vimfiles
23 doins -r */
24 diff --git a/sys-devel/llvm-common/llvm-common-10.0.1_rc1.ebuild b/sys-devel/llvm-common/llvm-common-10.0.1_rc1.ebuild
25 index 18d163abd5c8..df9cf92b47a1 100644
26 --- a/sys-devel/llvm-common/llvm-common-10.0.1_rc1.ebuild
27 +++ b/sys-devel/llvm-common/llvm-common-10.0.1_rc1.ebuild
28 @@ -17,11 +17,6 @@ IUSE=""
29
30 RDEPEND="!sys-devel/llvm:0"
31
32 -src_prepare() {
33 - cd "${WORKDIR}" || Die
34 - default
35 -}
36 -
37 src_install() {
38 insinto /usr/share/vim/vimfiles
39 doins -r */
40 diff --git a/sys-devel/llvm-common/llvm-common-11.0.0.9999.ebuild b/sys-devel/llvm-common/llvm-common-11.0.0.9999.ebuild
41 index 18d163abd5c8..df9cf92b47a1 100644
42 --- a/sys-devel/llvm-common/llvm-common-11.0.0.9999.ebuild
43 +++ b/sys-devel/llvm-common/llvm-common-11.0.0.9999.ebuild
44 @@ -17,11 +17,6 @@ IUSE=""
45
46 RDEPEND="!sys-devel/llvm:0"
47
48 -src_prepare() {
49 - cd "${WORKDIR}" || Die
50 - default
51 -}
52 -
53 src_install() {
54 insinto /usr/share/vim/vimfiles
55 doins -r */
56 --
57 2.27.0