commit:     1d6e1f7ff026ca3acb8ba022136dcd4cc52bbf61
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 15:19:36 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 15:19:36 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1d6e1f7f

dev-util/kdevelop-pg-qt: Release switch, drop KDEBASE=kdevelop

KDEBASE=kdevelop was not useful in release for some time.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-util/kdevelop-pg-qt/kdevelop-pg-qt-9999.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-9999.ebuild 
b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-9999.ebuild
index f8d1ffaf6d..48120d4e89 100644
--- a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-9999.ebuild
+++ b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-9999.ebuild
@@ -3,14 +3,18 @@
 
 EAPI=7
 
-KDEBASE="kdevelop"
 KDE_TEST="forceoptional"
 inherit kde5
 
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+       SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+       KEYWORDS="~amd64 ~x86"
+fi
+
 DESCRIPTION="LL(1) parser generator used mainly by KDevelop language plugins"
+HOMEPAGE="https://www.kdevelop.org/";
 LICENSE="LGPL-2+ LGPL-2.1+"
 IUSE=""
-[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86"
 
 BDEPEND="
        sys-devel/bison

Reply via email to