summaryrefslogtreecommitdiff
path: root/dev-util/kdevelop-python/kdevelop-python-1.7.2.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-05-06 20:28:08 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-05-06 22:02:07 +0200
commitd3881c9d9d287d7eae5b68c47a516176a1f73f8b (patch)
treed29b651809e8b608312f1251d1b14493ad604382 /dev-util/kdevelop-python/kdevelop-python-1.7.2.ebuild
parent1d5310c1d2664fb162e330467f61f9a4d02cfe88 (diff)
downloadgentoo-d3881c9d9d287d7eae5b68c47a516176a1f73f8b.tar.gz
gentoo-d3881c9d9d287d7eae5b68c47a516176a1f73f8b.tar.bz2
gentoo-d3881c9d9d287d7eae5b68c47a516176a1f73f8b.zip
dev-util/kdevelop-python: Drop slot 4
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'dev-util/kdevelop-python/kdevelop-python-1.7.2.ebuild')
-rw-r--r--dev-util/kdevelop-python/kdevelop-python-1.7.2.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/dev-util/kdevelop-python/kdevelop-python-1.7.2.ebuild b/dev-util/kdevelop-python/kdevelop-python-1.7.2.ebuild
deleted file mode 100644
index 1f714e4c8855..000000000000
--- a/dev-util/kdevelop-python/kdevelop-python-1.7.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KDEBASE="kdevelop"
-KMNAME="kdev-python"
-KDE_LINGUAS="bs ca de en_GB es et fi fr it nl pl pt pt_BR sk sl sv tr uk"
-PYTHON_COMPAT=( python2_7 )
-EGIT_BRANCH="1.7"
-MY_P="${KMNAME}-${PV}"
-inherit kde4-base python-any-r1
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${MY_P}.tar.xz"
- KEYWORDS="amd64 x86"
- S=${WORKDIR}/${MY_P}
-fi
-
-DESCRIPTION="Python plugin for KDevelop 4"
-IUSE="debug"
-
-DEPEND="
- ${PYTHON_DEPS}
-"
-RDEPEND="
- dev-util/kdevelop:4
-"
-
-RESTRICT="test"
-
-pkg_setup() {
- python-any-r1_pkg_setup
- kde4-base_pkg_setup
-}
-
-src_compile() {
- pushd "${WORKDIR}"/${P}_build > /dev/null || die
- emake parser
- popd > /dev/null || die
-
- kde4-base_src_compile
-}