summaryrefslogtreecommitdiff
path: root/dev-util/kdevelop-python/kdevelop-python-1.3.9999.ebuild
diff options
context:
space:
mode:
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, 0 insertions, 40 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
deleted file mode 100644
index 611cea9f0e1..00000000000
--- a/dev-util/kdevelop-python/kdevelop-python-1.3.9999.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-PYTHON_DEPEND="2"
-KMNAME="kdevelop"
-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
- kde4-base_pkg_setup
-}
-
-src_compile() {
- pushd "${WORKDIR}"/${P}_build > /dev/null
- emake parser
- popd > /dev/null
-
- kde4-base_src_compile
-}