# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit desktop eutils DESCRIPTION="A complete toolset for C and C++ development" HOMEPAGE="http://www.jetbrains.com/clion" SRC_URI="http://download.jetbrains.com/cpp/CLion-${PV}.tar.gz -> ${P}.tar.gz" LICENSE="IDEA || ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )" SLOT="0" KEYWORDS="~amd64 ~x86" RESTRICT="splitdebug" IUSE="custom-jdk" # 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 "${D}/usr/lib/sysctl.d/30-clion-inotify-watches.conf" || die }