summaryrefslogtreecommitdiff
path: root/dev-util/kdevelop-python/kdevelop-python-9999.ebuild
blob: 4579850ead7fa1bfaaf5257787608d00f7fe9239 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

PYTHON_DEPEND="2"
KMNAME="kdevelop"
KDE_SCM="git"
EGIT_REPONAME="kdev-python"
inherit kde4-base python

DESCRIPTION="Python plugin for KDevelop 4"
SLOT="4"
KEYWORDS=""
LICENSE="GPL-2"
IUSE="debug"

DEPEND="
	>=dev-util/kdevelop-pg-qt-0.9.0
	dev-util/kdevelop
"
RDEPEND="${DEPEND}"

RESTRICT="test"

pkg_setup() {
	python_set_active_version 2
	python_pkg_setup
}

src_configure() {
	mycmakeargs=( -DCMAKE_INSTALL_PREFIX=/usr/ )
	cmake-utils_src_configure
}

src_compile() {
	pushd ${WORKDIR}/kdevelop-python-9999_build
	emake parser
	popd

}