summaryrefslogtreecommitdiff
path: root/dev-util/kdevelop-python/kdevelop-python-1.7.3.ebuild
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-12-18 20:11:19 +0100
committerJohannes Huber <johu@gentoo.org>2016-12-18 20:11:37 +0100
commitbd5b593ad161ae794d9bba17caf896c4509ea1c8 (patch)
treeab2b6df692fe6a73544ff3d46b08c1386c580a0f /dev-util/kdevelop-python/kdevelop-python-1.7.3.ebuild
parentbf232dc247f62d8ac55c68479726753179a90561 (diff)
downloadgentoo-bd5b593ad161ae794d9bba17caf896c4509ea1c8.tar.gz
gentoo-bd5b593ad161ae794d9bba17caf896c4509ea1c8.tar.bz2
gentoo-bd5b593ad161ae794d9bba17caf896c4509ea1c8.zip
dev-util/kdevelop-python: Remove 1.7.3
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-util/kdevelop-python/kdevelop-python-1.7.3.ebuild')
-rw-r--r--dev-util/kdevelop-python/kdevelop-python-1.7.3.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/dev-util/kdevelop-python/kdevelop-python-1.7.3.ebuild b/dev-util/kdevelop-python/kdevelop-python-1.7.3.ebuild
deleted file mode 100644
index 50a2eaea324a..000000000000
--- a/dev-util/kdevelop-python/kdevelop-python-1.7.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDEBASE="kdevelop"
-KMNAME="kdev-python"
-KDE_LINGUAS="bs ca ca@valencia de en_GB es et fi fr gl it nl pl pt pt_BR sk sl sv tr uk"
-PYTHON_COMPAT=( python2_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.bz2"
- 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
-}