dev-util/kdevelop-python: version bump

Package-Manager: portage-2.2.20.1
This commit is contained in:
Michael Palimaka
2015-10-27 05:49:24 +11:00
parent 50b0ad8ba3
commit 028f7b4874
2 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
# Copyright 1999-2015 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 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
}