summaryrefslogtreecommitdiff
path: root/dev-util/kdevelop-python/kdevelop-python-1.3.9999.ebuild
diff options
context:
space:
mode:
authorIan Delaney <idell5@iinet.com.au>2012-02-28 21:04:46 +0800
committerIan Delaney <idell5@iinet.com.au>2012-02-28 21:04:46 +0800
commit1ad1eb0913207c869db67ea822cb29d33147adc7 (patch)
tree376db165dd88f9502659e5a24c676bc0a469f8b4 /dev-util/kdevelop-python/kdevelop-python-1.3.9999.ebuild
parent7320d9ba92f5a67369953fc90f205700a3f69f0d (diff)
parente3fe3ba6ec3b177dbd67cc4d1b82e2986cdf3700 (diff)
downloadkde-1ad1eb0913207c869db67ea822cb29d33147adc7.tar.gz
kde-1ad1eb0913207c869db67ea822cb29d33147adc7.tar.bz2
kde-1ad1eb0913207c869db67ea822cb29d33147adc7.zip
Merge branch 'master' of http://git.overlays.gentoo.org/gitroot/proj/kde
Diffstat (limited to 'dev-util/kdevelop-python/kdevelop-python-1.3.9999.ebuild')
-rw-r--r--dev-util/kdevelop-python/kdevelop-python-1.3.9999.ebuild40
1 files changed, 40 insertions, 0 deletions
diff --git a/dev-util/kdevelop-python/kdevelop-python-1.3.9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-1.3.9999.ebuild
new file mode 100644
index 00000000000..7ec8addbdfb
--- /dev/null
+++ b/dev-util/kdevelop-python/kdevelop-python-1.3.9999.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2012 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"
+EGIT_BRANCH="1.3"
+KDEVPLATFORM_VERSION="1.2.82"
+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_compile() {
+ pushd ${WORKDIR}/${P}_build
+ emake parser
+ popd
+
+ kde4-base_src_compile
+}