Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/clion/
Date: Sat, 30 Nov 2019 07:50:17
Message-Id: 1575100135.7ce68832963f8cfd373e814f48ca04a6bab403d0.juippis@gentoo
1 commit: 7ce68832963f8cfd373e814f48ca04a6bab403d0
2 Author: Christian Strahl <c.a.strahl <AT> gmail <DOT> com>
3 AuthorDate: Fri Nov 29 18:04:43 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 30 07:48:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce68832
7
8 dev-util/clion: version bump to 2019.3
9
10 Package-Manager: Portage-2.3.76-r1, Repoman-2.3.16
11 Signed-off-by: Christian Strahl <c.a.strahl <AT> gmail.com>
12
13 Closes: https://bugs.gentoo.org/701396
14 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
15
16 dev-util/clion/Manifest | 1 +
17 dev-util/clion/clion-2019.3.ebuild | 79 ++++++++++++++++++++++++++++++++++++++
18 2 files changed, 80 insertions(+)
19
20 diff --git a/dev-util/clion/Manifest b/dev-util/clion/Manifest
21 index 2bf848621f9..86864c37270 100644
22 --- a/dev-util/clion/Manifest
23 +++ b/dev-util/clion/Manifest
24 @@ -1 +1,2 @@
25 DIST clion-2019.2.4.tar.gz 495317026 BLAKE2B 24e2dfbd9253b1b2bf70f8259ee09c6439d5623c12c78a7af60a9bdf00cdb48c7d2967150b5dca98c588b91573f2928288dbb57416b6fe397e3f7ea4b4d7bc23 SHA512 fbac7c3f6ea8b7f38031ad9a46dfd918683d66c317cca954d5f0f3b729040e23ac2ac1ea611bd6eff4c41ea3f03816ec95c4786475ab6f49dcf9b3d612d6c067
26 +DIST clion-2019.3.tar.gz 499054562 BLAKE2B 5655d39a573915431d296e5cc0a0aee1e0aaa95878e885b578a961b53b001ff8327338cf7e8e9a6eb71d758336cb8d71f7b21d94b4aa72504cc8f73df274dee6 SHA512 9d16ae4e2219d5cecb165934a8c378df2125ae6b14f924d04cad6776b985e19ea1957d1fb15e1c75d078eac56b47eaed2dfed02efedbf0d5ff649bab519ecc1c
27
28 diff --git a/dev-util/clion/clion-2019.3.ebuild b/dev-util/clion/clion-2019.3.ebuild
29 new file mode 100644
30 index 00000000000..e207a118618
31 --- /dev/null
32 +++ b/dev-util/clion/clion-2019.3.ebuild
33 @@ -0,0 +1,79 @@
34 +# Copyright 1999-2019 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +inherit desktop eutils
40 +
41 +DESCRIPTION="A complete toolset for C and C++ development"
42 +HOMEPAGE="https://www.jetbrains.com/clion"
43 +SRC_URI="https://download.jetbrains.com/cpp/CLion-${PV}.tar.gz -> ${P}.tar.gz"
44 +
45 +LICENSE="|| ( IDEA IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )
46 + Apache-1.1 Apache-2.0 BSD BSD-2 CC0-1.0 CDDL-1.1 CPL-0.5 CPL-1.0
47 + EPL-1.0 EPL-2.0 GPL-2 GPL-2-with-classpath-exception GPL-3 ISC JDOM
48 + LGPL-2.1+ LGPL-3 MIT MPL-1.0 MPL-1.1 OFL public-domain PSF-2 UoI-NCSA ZLIB"
49 +SLOT="0"
50 +KEYWORDS="~amd64 ~x86"
51 +RESTRICT="bindist mirror splitdebug"
52 +IUSE="custom-jdk"
53 +
54 +# RDEPENDS may cause false positives in repoman.
55 +# clion requires cmake and gdb at runtime to build and debug C/C++ projects
56 +RDEPEND="
57 + dev-util/cmake
58 + sys-devel/gdb
59 + !custom-jdk? ( virtual/jdk )"
60 +
61 +QA_PREBUILT="opt/${P}/*"
62 +
63 +src_prepare() {
64 + default
65 +
66 + local remove_me=(
67 + bin/gdb/linux
68 + bin/lldb/linux
69 + bin/cmake
70 + license/CMake*
71 + lib/pty4j-native/linux/ppc64le
72 + )
73 +
74 + use amd64 || remove_me+=( bin/fsnotifier64 lib/pty4j-native/linux/x86_64)
75 + use x86 || remove_me+=( bin/fsnotifier lib/pty4j-native/linux/x86)
76 +
77 + use custom-jdk || remove_me+=( jbr )
78 +
79 + rm -rv "${remove_me[@]}" || die
80 +}
81 +
82 +src_install() {
83 + local dir="/opt/${P}"
84 +
85 + insinto "${dir}"
86 + doins -r *
87 + fperms 755 "${dir}"/bin/{clion.sh,clang/linux/clang{d,-tidy}}
88 +
89 + if use amd64; then
90 + fperms 755 "${dir}"/bin/fsnotifier64
91 + fi
92 + if use arm; then
93 + fperms 755 "${dir}"/bin/fsnotifier-arm
94 + fi
95 + if use x86; then
96 + fperms 755 "${dir}"/bin/fsnotifier
97 + fi
98 +
99 + if use custom-jdk; then
100 + if [[ -d jbr ]]; then
101 + fperms 755 "${dir}"/jbr/bin/{jaotc,java,javac,jdb,jjs,jrunscript,keytool,pack200,rmid,rmiregistry,serialver,unpack200}
102 + fi
103 + fi
104 +
105 + make_wrapper "${PN}" "${dir}/bin/${PN}.sh"
106 + newicon "bin/${PN}.svg" "${PN}.svg"
107 + make_desktop_entry "${PN}" "clion" "${PN}" "Development;IDE;"
108 +
109 + # recommended by: https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
110 + dodir /usr/lib/sysctl.d/
111 + echo "fs.inotify.max_user_watches = 524288" > "${D}/usr/lib/sysctl.d/30-clion-inotify-watches.conf" || die
112 +}