dev-util/kdevelop-python: Don't rely on KDEBASE=kdevelop
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 17 Mar 2019 17:07:27 +0000 (18:07 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 17 Mar 2019 17:25:32 +0000 (18:25 +0100)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
dev-util/kdevelop-python/kdevelop-python-5.3.2.ebuild

index 8e0e5ebb139345e88b3385f3f6c2251453dcce32..0a046b765fe7a91bf922687ba4632d9b82d74b74 100644 (file)
@@ -3,16 +3,19 @@
 
 EAPI=7
 
-EGIT_BRANCH="5.3"
 KDE_TEST="forceoptional"
-KDEBASE="kdevelop"
 KMNAME="kdev-python"
 PYTHON_COMPAT=( python3_{5,6,7} )
 inherit kde5 python-single-r1
 
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+       SRC_URI="mirror://kde/stable/kdevelop/${PV}/src/${KMNAME}-${PV}.tar.xz"
+       KEYWORDS="~amd64 ~x86"
+fi
+
 DESCRIPTION="Python plugin for KDevelop"
+HOMEPAGE="https://www.kdevelop.org/"
 IUSE=""
-[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"