commit:     802da229a75ff0b9e0b8387801def721ff3fa2ec
Author:     Christian Strahl <c.a.strahl <AT> gmail <DOT> com>
AuthorDate: Sun Oct 15 11:49:43 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Oct 15 21:10:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802da229

dev-util/clion: remove old version.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-util/clion/Manifest              |  1 -
 dev-util/clion/clion-2017.2.2.ebuild | 61 ------------------------------------
 2 files changed, 62 deletions(-)

diff --git a/dev-util/clion/Manifest b/dev-util/clion/Manifest
index 25042a6f1de..fb221838818 100644
--- a/dev-util/clion/Manifest
+++ b/dev-util/clion/Manifest
@@ -1,4 +1,3 @@
 DIST clion-143.1186.tar.gz 220702330 SHA256 
a2d6960afbfae77f59481c5ad30bc7c5afe9451bdf9d12cd9435f605b57b522b SHA512 
d4ea1bad5f3da3bab569380114011798c29e633009867c8020363c9af72326ebaa3232dff9c931a67dd0a0195bf4903647e250963c7aeebe9ad83340c988cbad
 WHIRLPOOL 
2a0855b6a32a5e23a1c7266d7a3dc00ad3ba905c5a8fa6d1e9959d6d4f67c73d35c94bfbe0837fde0d1736bd48dcb9212a219cfa81732cb169abdb1fb5dc4dd7
 DIST clion-2016.2.1.tar.gz 287103613 SHA256 
444f760740811d0bb135cdd7d1d3a559b4d3247cdabf4eb9f77a21eea8c74805 SHA512 
a4734c1b5d544cb7f6bd4752f5853d3c44e123e8ad8584b76098ef51a00261350d49bdd628d08c171f7c04b77862e8f28b5d8f16813c282542f83a16100c7415
 WHIRLPOOL 
83737f1677fff6870fd4dd717d54126f6680ec7c4966bc4b89f300e1fd327a431a13ceb6b04a52287c89813a7bb0e86ebaddf5c98f0330d595314c465d4a9534
-DIST clion-2017.2.2.tar.gz 317678557 SHA256 
a019cd2469ecda7d93f3cd7ad3b8e349f374425783f6b4a54181907f6264d6e6 SHA512 
8a40cac1b1061d91c5c209f0203d06d54ae4827d15b395aabe0c8f7f36ad8959625baf8cc1f2dddf62b68d127c68957d6f3ddf876b81b8ef05d4087c97522136
 WHIRLPOOL 
1cdcb04481f20f6848dd4426caa04db0fba72530a517148e81ad4c45a49d875234fe84f153e194cd4fe87267006e631dc4afdbee47eb1b3b7d7cf08105dcec52
 DIST clion-2017.2.3.tar.gz 317631164 SHA256 
dd1979947371803a1e11f5bdaf04e3ef2d013b90b56e84495c6e67e67cb31e0a SHA512 
e3318b54468b2b3fc7ee22eada95248fc3bc66ae6365b838ef40f4d14da8c122f5677f7b0f1ea1f7a11825fc0245f692e20c03ac9cd9b5b949be44d330ca8fbe
 WHIRLPOOL 
a90771490359e4c530e45534179e1efe57bc5df41958aa244c60295f9346327592894ef3538c96e7eb88023cf6cef726449d260146050ff8fc41d8bb6880fc91

diff --git a/dev-util/clion/clion-2017.2.2.ebuild 
b/dev-util/clion/clion-2017.2.2.ebuild
deleted file mode 100644
index 26668312b53..00000000000
--- a/dev-util/clion/clion-2017.2.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils
-
-SLOT="0"
-
-SRC_URI="http://download.jetbrains.com/cpp/CLion-${PV}.tar.gz -> ${P}.tar.gz"
-DESCRIPTION="A complete toolset for C and C++ development"
-HOMEPAGE="http://www.jetbrains.com/clion";
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="IDEA
-       || ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )"
-
-# RDEPENDS may cause false positives in repoman.
-# clion requires cmake and gdb at runtime to build and debug C/C++ projects
-RDEPEND="
-       sys-devel/gdb
-       dev-util/cmake"
-
-QA_PREBUILT="opt/${P}/*"
-
-src_prepare() {
-       default
-
-       local remove_me=(
-               bin/gdb/bin
-               bin/gdb/lib
-               bin/gdb/share
-               bin/cmake
-               license/CMake*
-               plugins/tfsIntegration/lib/native/hpux
-               plugins/tfsIntegration/lib/native/solaris
-       )
-
-       use amd64 || remove_me+=( 
plugins/tfsIntegration/lib/native/linux/x86_64 )
-       use arm || remove_me+=( bin/fsnotifier-arm 
plugins/tfsIntegration/lib/native/linux/arm )
-       use ppc || remove_me+=( plugins/tfsIntegration/lib/native/linux/ppc )
-       use x86 || remove_me+=( plugins/tfsIntegration/lib/native/linux/x86 )
-
-       rm -rv "${remove_me[@]}" || die
-}
-
-src_install() {
-       local dir="/opt/${P}"
-
-       insinto "${dir}"
-       doins -r *
-       fperms 755 "${dir}"/bin/{clion.sh,fsnotifier{,64}}
-
-       make_wrapper "${PN}" "${dir}/bin/${PN}.sh"
-       newicon "bin/${PN}.svg" "${PN}.svg"
-       make_desktop_entry "${PN}" "clion" "${PN}" "Development;IDE;"
-
-       # recommended by: 
https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
-       mkdir -p "${D}/etc/sysctl.d/" || die
-       echo "fs.inotify.max_user_watches = 524288" > 
"${D}/etc/sysctl.d/30-idea-inotify-watches.conf" || die
-}

Reply via email to