Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/clion/
Date: Fri, 05 Jan 2018 23:57:08
Message-Id: 1515196543.c84fe6a17fa1e4343ed5681c95f01931868ebdb1.candrews@gentoo
1 commit: c84fe6a17fa1e4343ed5681c95f01931868ebdb1
2 Author: Christian Strahl <c.a.strahl <AT> gmail <DOT> com>
3 AuthorDate: Wed Jan 3 21:31:05 2018 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 23:55:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84fe6a1
7
8 dev-util/clion: remove old version
9
10 Package-Manager: Portage-2.3.13-r1, Repoman-2.3.3
11
12 dev-util/clion/Manifest | 1 -
13 dev-util/clion/clion-2017.3.ebuild | 61 --------------------------------------
14 2 files changed, 62 deletions(-)
15
16 diff --git a/dev-util/clion/Manifest b/dev-util/clion/Manifest
17 index 470a3769d16..99f811179a0 100644
18 --- a/dev-util/clion/Manifest
19 +++ b/dev-util/clion/Manifest
20 @@ -1,4 +1,3 @@
21 DIST clion-143.1186.tar.gz 220702330 BLAKE2B 05799e66aff500adbb66f553f6fc00c58d1ea5e352b0f3d2e50897fbaa48c0977438027ec6282133502c0ce29d2392c49b2c000eae35407d8c3947b7e2d5ebe7 SHA512 d4ea1bad5f3da3bab569380114011798c29e633009867c8020363c9af72326ebaa3232dff9c931a67dd0a0195bf4903647e250963c7aeebe9ad83340c988cbad
22 DIST clion-2016.2.1.tar.gz 287103613 BLAKE2B a3b31d5a5de5a9640cc7298ee6431030ed3e5954455a34845ee525b0edd73a265d0ac38df50094564f68f9f7c17883571c61c2e5dadcdfe504f7320492d7380c SHA512 a4734c1b5d544cb7f6bd4752f5853d3c44e123e8ad8584b76098ef51a00261350d49bdd628d08c171f7c04b77862e8f28b5d8f16813c282542f83a16100c7415
23 DIST clion-2017.3.1.tar.gz 331052532 BLAKE2B 0cb3d983b17a36592ce56cada1643039302298e302f5d165d9d3b18fe412101326b02ec87e7b6b3050267cabd67771c86b98bda1c923c91fd2175af4e6ea69f5 SHA512 ef8526586f11eade4fe1b9c466206d727b98177fbee04378bd38bc1a050a6942d3ccdda11179891c57e188f884c3f639d74703b79e618fb9fac85bdacd43aa42
24 -DIST clion-2017.3.tar.gz 331019046 BLAKE2B 0b9fb1a83de6f0df365997f1582536ea7bba050aa9c922c1023a989ec47e2978f7ea451a447dfad56edc65d417cbbdbd6398e6ea7065c84012a4bcf5b9e1e9e8 SHA512 4535534c708b7b6ae8c1cd17b47ae23bc3da02f80b01bed1143ccc7a62773aca2d4464472f1f2a62dc410cb5711616f0097bbf7fc44a929dfa2e7c22f1081b2a
25
26 diff --git a/dev-util/clion/clion-2017.3.ebuild b/dev-util/clion/clion-2017.3.ebuild
27 deleted file mode 100644
28 index 26668312b53..00000000000
29 --- a/dev-util/clion/clion-2017.3.ebuild
30 +++ /dev/null
31 @@ -1,61 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit eutils
38 -
39 -SLOT="0"
40 -
41 -SRC_URI="http://download.jetbrains.com/cpp/CLion-${PV}.tar.gz -> ${P}.tar.gz"
42 -DESCRIPTION="A complete toolset for C and C++ development"
43 -HOMEPAGE="http://www.jetbrains.com/clion"
44 -
45 -KEYWORDS="~amd64 ~x86"
46 -LICENSE="IDEA
47 - || ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )"
48 -
49 -# RDEPENDS may cause false positives in repoman.
50 -# clion requires cmake and gdb at runtime to build and debug C/C++ projects
51 -RDEPEND="
52 - sys-devel/gdb
53 - dev-util/cmake"
54 -
55 -QA_PREBUILT="opt/${P}/*"
56 -
57 -src_prepare() {
58 - default
59 -
60 - local remove_me=(
61 - bin/gdb/bin
62 - bin/gdb/lib
63 - bin/gdb/share
64 - bin/cmake
65 - license/CMake*
66 - plugins/tfsIntegration/lib/native/hpux
67 - plugins/tfsIntegration/lib/native/solaris
68 - )
69 -
70 - use amd64 || remove_me+=( plugins/tfsIntegration/lib/native/linux/x86_64 )
71 - use arm || remove_me+=( bin/fsnotifier-arm plugins/tfsIntegration/lib/native/linux/arm )
72 - use ppc || remove_me+=( plugins/tfsIntegration/lib/native/linux/ppc )
73 - use x86 || remove_me+=( plugins/tfsIntegration/lib/native/linux/x86 )
74 -
75 - rm -rv "${remove_me[@]}" || die
76 -}
77 -
78 -src_install() {
79 - local dir="/opt/${P}"
80 -
81 - insinto "${dir}"
82 - doins -r *
83 - fperms 755 "${dir}"/bin/{clion.sh,fsnotifier{,64}}
84 -
85 - make_wrapper "${PN}" "${dir}/bin/${PN}.sh"
86 - newicon "bin/${PN}.svg" "${PN}.svg"
87 - make_desktop_entry "${PN}" "clion" "${PN}" "Development;IDE;"
88 -
89 - # recommended by: https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
90 - mkdir -p "${D}/etc/sysctl.d/" || die
91 - echo "fs.inotify.max_user_watches = 524288" > "${D}/etc/sysctl.d/30-idea-inotify-watches.conf" || die
92 -}