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 09/18] sys-devel/clang-common: Dedupe with new eclass code
Date: Sat, 20 Jun 2020 21:19:58
Message-Id: 20200620211624.427466-10-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/clang-common/clang-common-10.0.1.9999.ebuild | 5 -----
4 sys-devel/clang-common/clang-common-10.0.1_rc1.ebuild | 5 -----
5 sys-devel/clang-common/clang-common-11.0.0.9999.ebuild | 5 -----
6 3 files changed, 15 deletions(-)
7
8 diff --git a/sys-devel/clang-common/clang-common-10.0.1.9999.ebuild b/sys-devel/clang-common/clang-common-10.0.1.9999.ebuild
9 index 6da8d1a30ae7..d1bfe71d2f80 100644
10 --- a/sys-devel/clang-common/clang-common-10.0.1.9999.ebuild
11 +++ b/sys-devel/clang-common/clang-common-10.0.1.9999.ebuild
12 @@ -18,11 +18,6 @@ IUSE=""
13
14 PDEPEND="sys-devel/clang:*"
15
16 -src_prepare() {
17 - cd "${WORKDIR}" || die
18 - default
19 -}
20 -
21 src_install() {
22 newbashcomp bash-autocomplete.sh clang
23 }
24 diff --git a/sys-devel/clang-common/clang-common-10.0.1_rc1.ebuild b/sys-devel/clang-common/clang-common-10.0.1_rc1.ebuild
25 index ca046d28ce0b..18e41e0917da 100644
26 --- a/sys-devel/clang-common/clang-common-10.0.1_rc1.ebuild
27 +++ b/sys-devel/clang-common/clang-common-10.0.1_rc1.ebuild
28 @@ -18,11 +18,6 @@ IUSE=""
29
30 PDEPEND="sys-devel/clang:*"
31
32 -src_prepare() {
33 - cd "${WORKDIR}" || die
34 - default
35 -}
36 -
37 src_install() {
38 newbashcomp bash-autocomplete.sh clang
39 }
40 diff --git a/sys-devel/clang-common/clang-common-11.0.0.9999.ebuild b/sys-devel/clang-common/clang-common-11.0.0.9999.ebuild
41 index ca046d28ce0b..18e41e0917da 100644
42 --- a/sys-devel/clang-common/clang-common-11.0.0.9999.ebuild
43 +++ b/sys-devel/clang-common/clang-common-11.0.0.9999.ebuild
44 @@ -18,11 +18,6 @@ IUSE=""
45
46 PDEPEND="sys-devel/clang:*"
47
48 -src_prepare() {
49 - cd "${WORKDIR}" || die
50 - default
51 -}
52 -
53 src_install() {
54 newbashcomp bash-autocomplete.sh clang
55 }
56 --
57 2.27.0