From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BA04138338 for ; Sun, 17 Mar 2019 17:26:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D45FE09B7; Sun, 17 Mar 2019 17:26:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0771DE09B7 for ; Sun, 17 Mar 2019 17:26:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA33C335D06 for ; Sun, 17 Mar 2019 17:26:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2223D56C for ; Sun, 17 Mar 2019 17:26:03 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1552843532.86a6490493722d1f3c055c2c3f0398b81a7cf771.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kdevelop-python/kdevelop-python-5.3.2.ebuild X-VCS-Directories: dev-util/kdevelop-python/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 86a6490493722d1f3c055c2c3f0398b81a7cf771 X-VCS-Branch: master Date: Sun, 17 Mar 2019 17:26:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 93f6f13c-9005-481a-9bf0-cff753e72cf2 X-Archives-Hash: 020c18a6f53d2ec2b6f8e2a1b52bc476 commit: 86a6490493722d1f3c055c2c3f0398b81a7cf771 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 17 17:07:27 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 17 17:25:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a64904 dev-util/kdevelop-python: Don't rely on KDEBASE=kdevelop Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop-python/kdevelop-python-5.3.2.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-util/kdevelop-python/kdevelop-python-5.3.2.ebuild b/dev-util/kdevelop-python/kdevelop-python-5.3.2.ebuild index 8e0e5ebb139..0a046b765fe 100644 --- a/dev-util/kdevelop-python/kdevelop-python-5.3.2.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-5.3.2.ebuild @@ -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}"