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 42012138334 for ; Thu, 26 Dec 2019 08:37:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 664D3E0AF2; Thu, 26 Dec 2019 08:37:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3931FE0AF2 for ; Thu, 26 Dec 2019 08:37:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E026F34DB8A for ; Thu, 26 Dec 2019 08:37:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7383B40 for ; Thu, 26 Dec 2019 08:36:58 +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: <1577349398.33c716a54e7f8855746f51c9ebd44f92a7c74a85.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-pg-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.0.ebuild X-VCS-Directories: dev-util/kdevelop-pg-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 33c716a54e7f8855746f51c9ebd44f92a7c74a85 X-VCS-Branch: master Date: Thu, 26 Dec 2019 08:36:58 +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: e5ac268d-48dc-45c7-8551-8f9de01f1863 X-Archives-Hash: 665b726bba65e95d25546e9fc089989a commit: 33c716a54e7f8855746f51c9ebd44f92a7c74a85 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Dec 25 22:07:52 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 26 08:36:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c716a5 dev-util/kdevelop-pg-qt: Port to ecm.eclass and kde.org.eclass Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.0.ebuild b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.0.ebuild index 4fac1ce848d..7aea0fc71f7 100644 --- a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.0.ebuild +++ b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.0.ebuild @@ -3,8 +3,8 @@ EAPI=7 -KDE_TEST="true" -inherit kde5 +ECM_TEST="true" +inherit ecm kde.org if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" @@ -13,7 +13,9 @@ fi DESCRIPTION="LL(1) parser generator used mainly by KDevelop language plugins" HOMEPAGE="https://www.kdevelop.org/" + LICENSE="LGPL-2+ LGPL-2.1+" +SLOT="5" IUSE="" PATCHES=( "${FILESDIR}/${P}-qt-5.14.patch" )