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: Fri, 02 Jul 2021 07:38:39
Message-Id: 1625211506.4544b7bd9165ad857af50a561ef8fc4e739e391f.juippis@gentoo
1 commit: 4544b7bd9165ad857af50a561ef8fc4e739e391f
2 Author: Christian Strahl <c.a.strahl <AT> gmail <DOT> com>
3 AuthorDate: Thu Jun 10 13:12:59 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 2 07:38:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4544b7bd
7
8 dev-util/clion: remove old versions
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Christian Strahl <c.a.strahl <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/21188
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 dev-util/clion/Manifest | 1 -
16 dev-util/clion/clion-2021.1.ebuild | 106 -------------------------------------
17 2 files changed, 107 deletions(-)
18
19 diff --git a/dev-util/clion/Manifest b/dev-util/clion/Manifest
20 index 8a236ff38d3..4dd8422c03c 100644
21 --- a/dev-util/clion/Manifest
22 +++ b/dev-util/clion/Manifest
23 @@ -1,2 +1 @@
24 DIST CLion-2021.1.2.tar.gz 724314199 BLAKE2B 4e1ecb9023529f6f9b8a638d8d75beca25c97d61eed6c489bdf9062368d47f182e776f58fdf387766e22dc67c5f593ad85a6f5790a65cad51d8e6c217b7ff838 SHA512 f16b57e4af6f4b0feb44f1698e5e3268d3599e8484a06bfc3770268e98025ff6231f0577c08605743bc79800401a66792fde97a864574e656690a61608b93f4e
25 -DIST CLion-2021.1.tar.gz 711517491 BLAKE2B b5ae7b1337f24b0d1ce738624dd15d03f3770ec9af830b0f932c8abc46c60992e52bb0f77e80c03cd922f7873f77e89042c20e09640f052a7bd7523784b226ce SHA512 a916f270b7f9471926500814979b23aab4903d681c6c0a907ce8c3874fdf65d75f0d9d1b2c9477bba60a06e22ecb73ca0204bb7470a5b85577ee40ad23306da6
26
27 diff --git a/dev-util/clion/clion-2021.1.ebuild b/dev-util/clion/clion-2021.1.ebuild
28 deleted file mode 100644
29 index 58ebe78061e..00000000000
30 --- a/dev-util/clion/clion-2021.1.ebuild
31 +++ /dev/null
32 @@ -1,106 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit desktop wrapper
39 -
40 -DESCRIPTION="A complete toolset for C and C++ development"
41 -HOMEPAGE="https://www.jetbrains.com/clion"
42 -SRC_URI="https://download.jetbrains.com/cpp/CLion-${PV}.tar.gz"
43 -
44 -LICENSE="|| ( IDEA IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )
45 - Apache-1.1 Apache-2.0 BSD BSD-2 CC0-1.0 CDDL-1.1 CPL-0.5 CPL-1.0
46 - EPL-1.0 EPL-2.0 GPL-2 GPL-2-with-classpath-exception GPL-3 ISC JDOM
47 - LGPL-2.1+ LGPL-3 MIT MPL-1.0 MPL-1.1 OFL public-domain PSF-2 UoI-NCSA ZLIB"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -RESTRICT="bindist mirror splitdebug"
51 -
52 -BDEPEND="dev-util/patchelf"
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 - app-accessibility/at-spi2-atk
58 - app-accessibility/at-spi2-core
59 - dev-libs/atk
60 - dev-libs/libdbusmenu
61 - dev-libs/nss
62 - dev-util/cmake
63 - media-libs/alsa-lib
64 - media-libs/freetype
65 - media-libs/mesa
66 - net-print/cups
67 - sys-devel/gdb
68 - x11-libs/libXScrnSaver
69 - x11-libs/libXcomposite
70 - x11-libs/libXcursor
71 - x11-libs/libXdamage
72 - x11-libs/libXi
73 - x11-libs/libXrandr
74 - x11-libs/libXtst
75 - x11-libs/libXxf86vm
76 - x11-libs/libdrm
77 - x11-libs/libxkbcommon
78 - x11-libs/pango"
79 -
80 -QA_PREBUILT="opt/${P}/*"
81 -
82 -src_prepare() {
83 - default
84 -
85 - local remove_me=(
86 - bin/gdb/linux
87 - bin/lldb/linux
88 - bin/cmake
89 - license/CMake*
90 - lib/pty4j-native/linux/aarch64
91 - lib/pty4j-native/linux/mips64el
92 - lib/pty4j-native/linux/ppc64le
93 - )
94 -
95 - use amd64 || remove_me+=( bin/fsnotifier64 lib/pty4j-native/linux/x86_64)
96 - use x86 || remove_me+=( bin/fsnotifier lib/pty4j-native/linux/x86)
97 -
98 - rm -rv "${remove_me[@]}" || die
99 -
100 - for file in "jbr/lib/"/{libjcef.so,jcef_helper}
101 - do
102 - if [[ -f "${file}" ]]; then
103 - patchelf --set-rpath '$ORIGIN' ${file} || die
104 - fi
105 - done
106 -}
107 -
108 -src_install() {
109 - local dir="/opt/${P}"
110 -
111 - insinto "${dir}"
112 - doins -r *
113 - fperms 755 "${dir}"/bin/{clion.sh,clang/linux/clang{d,-tidy}}
114 -
115 - if use amd64; then
116 - fperms 755 "${dir}"/bin/fsnotifier64
117 - fi
118 - if use arm; then
119 - fperms 755 "${dir}"/bin/fsnotifier-arm
120 - fi
121 - if use x86; then
122 - fperms 755 "${dir}"/bin/fsnotifier
123 - fi
124 -
125 - if [[ -d jbr ]]; then
126 - fperms 755 "${dir}"/jbr/bin/{jaotc,java,javac,jdb,jjs,jrunscript,keytool,pack200,rmid,rmiregistry,serialver,unpack200}
127 - # Fix #763582
128 - fperms 755 "${dir}"/jbr/lib/{chrome-sandbox,jcef_helper,jexec,jspawnhelper}
129 - fi
130 -
131 - make_wrapper "${PN}" "${dir}/bin/${PN}.sh"
132 - newicon "bin/${PN}.svg" "${PN}.svg"
133 - make_desktop_entry "${PN}" "clion" "${PN}" "Development;IDE;"
134 -
135 - # recommended by: https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
136 - dodir /usr/lib/sysctl.d/
137 - echo "fs.inotify.max_user_watches = 524288" > "${D}/usr/lib/sysctl.d/30-clion-inotify-watches.conf" || die
138 -}