summaryrefslogtreecommitdiff
path: root/dev-util/kdevelop-clang/kdevelop-clang-9999.ebuild
blob: 9f2b66c10a9dedf048805626ccc6aada57f1e0df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

KDEBASE="kdevelop"
KMNAME="kdev-clang"
inherit kde5

DESCRIPTION="Clang plugin for KDevelop 5"
LICENSE="GPL-2 LGPL-2"
KEYWORDS=""
IUSE="debug"

DEPEND="
	dev-util/kdevelop:5[-cxx]
	>=sys-devel/llvm-3.4[clang]
"
RDEPEND="${DEPEND}"

pkg_postinst() {
	ewarn "For first time after migration from kdevelop[cxx] to kdev-clang plugin,"
	ewarn "please run \"CLEAR_DUCHAIN_DIR=1 kdevelop -s\"."
}