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/clang/
Date: Wed, 04 Nov 2015 17:07:08
Message-Id: 1446656815.40db07f395150f97d16cbc47747f8182149593c1.mgorny@gentoo
1 commit: 40db07f395150f97d16cbc47747f8182149593c1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 4 17:06:30 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 4 17:06:55 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40db07f3
7
8 sys-devel/clang: Remove versions requiring removed llvm versions
9
10 sys-devel/clang/clang-3.5.1-r100.ebuild | 36 ---------------------------------
11 sys-devel/clang/clang-3.6.0-r100.ebuild | 36 ---------------------------------
12 sys-devel/clang/clang-3.6.1-r100.ebuild | 36 ---------------------------------
13 3 files changed, 108 deletions(-)
14
15 diff --git a/sys-devel/clang/clang-3.5.1-r100.ebuild b/sys-devel/clang/clang-3.5.1-r100.ebuild
16 deleted file mode 100644
17 index 61310b2..0000000
18 --- a/sys-devel/clang/clang-3.5.1-r100.ebuild
19 +++ /dev/null
20 @@ -1,36 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -inherit multilib-build
28 -
29 -DESCRIPTION="C language family frontend for LLVM (meta-ebuild)"
30 -HOMEPAGE="http://clang.llvm.org/"
31 -SRC_URI=""
32 -
33 -LICENSE="UoI-NCSA"
34 -SLOT="0/3.5"
35 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos"
36 -IUSE="debug multitarget python +static-analyzer"
37 -
38 -RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer,${MULTILIB_USEDEP}]"
39 -
40 -# Please keep this package around since it's quite likely that we'll
41 -# return to separate LLVM & clang ebuilds when the cmake build system
42 -# is complete.
43 -
44 -pkg_postinst() {
45 - if has_version ">=dev-util/ccache-3.1.9-r2" ; then
46 - #add ccache links as clang might get installed after ccache
47 - "${EROOT}"/usr/bin/ccache-config --install-links
48 - fi
49 -}
50 -
51 -pkg_postrm() {
52 - if has_version ">=dev-util/ccache-3.1.9-r2" && [[ -z ${REPLACED_BY_VERSION} ]]; then
53 - # --remove-links would remove all links, --install-links updates them
54 - "${EROOT}"/usr/bin/ccache-config --install-links
55 - fi
56 -}
57
58 diff --git a/sys-devel/clang/clang-3.6.0-r100.ebuild b/sys-devel/clang/clang-3.6.0-r100.ebuild
59 deleted file mode 100644
60 index 145a0f1..0000000
61 --- a/sys-devel/clang/clang-3.6.0-r100.ebuild
62 +++ /dev/null
63 @@ -1,36 +0,0 @@
64 -# Copyright 1999-2015 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -# $Id$
67 -
68 -EAPI=5
69 -
70 -inherit multilib-build
71 -
72 -DESCRIPTION="C language family frontend for LLVM (meta-ebuild)"
73 -HOMEPAGE="http://clang.llvm.org/"
74 -SRC_URI=""
75 -
76 -LICENSE="UoI-NCSA"
77 -SLOT="0/3.6"
78 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos"
79 -IUSE="debug multitarget python +static-analyzer"
80 -
81 -RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer,${MULTILIB_USEDEP}]"
82 -
83 -# Please keep this package around since it's quite likely that we'll
84 -# return to separate LLVM & clang ebuilds when the cmake build system
85 -# is complete.
86 -
87 -pkg_postinst() {
88 - if has_version ">=dev-util/ccache-3.1.9-r2" ; then
89 - #add ccache links as clang might get installed after ccache
90 - "${EROOT}"/usr/bin/ccache-config --install-links
91 - fi
92 -}
93 -
94 -pkg_postrm() {
95 - if has_version ">=dev-util/ccache-3.1.9-r2" && [[ -z ${REPLACED_BY_VERSION} ]]; then
96 - # --remove-links would remove all links, --install-links updates them
97 - "${EROOT}"/usr/bin/ccache-config --install-links
98 - fi
99 -}
100
101 diff --git a/sys-devel/clang/clang-3.6.1-r100.ebuild b/sys-devel/clang/clang-3.6.1-r100.ebuild
102 deleted file mode 100644
103 index 145a0f1..0000000
104 --- a/sys-devel/clang/clang-3.6.1-r100.ebuild
105 +++ /dev/null
106 @@ -1,36 +0,0 @@
107 -# Copyright 1999-2015 Gentoo Foundation
108 -# Distributed under the terms of the GNU General Public License v2
109 -# $Id$
110 -
111 -EAPI=5
112 -
113 -inherit multilib-build
114 -
115 -DESCRIPTION="C language family frontend for LLVM (meta-ebuild)"
116 -HOMEPAGE="http://clang.llvm.org/"
117 -SRC_URI=""
118 -
119 -LICENSE="UoI-NCSA"
120 -SLOT="0/3.6"
121 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos"
122 -IUSE="debug multitarget python +static-analyzer"
123 -
124 -RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer,${MULTILIB_USEDEP}]"
125 -
126 -# Please keep this package around since it's quite likely that we'll
127 -# return to separate LLVM & clang ebuilds when the cmake build system
128 -# is complete.
129 -
130 -pkg_postinst() {
131 - if has_version ">=dev-util/ccache-3.1.9-r2" ; then
132 - #add ccache links as clang might get installed after ccache
133 - "${EROOT}"/usr/bin/ccache-config --install-links
134 - fi
135 -}
136 -
137 -pkg_postrm() {
138 - if has_version ">=dev-util/ccache-3.1.9-r2" && [[ -z ${REPLACED_BY_VERSION} ]]; then
139 - # --remove-links would remove all links, --install-links updates them
140 - "${EROOT}"/usr/bin/ccache-config --install-links
141 - fi
142 -}