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 25372138334 for ; Wed, 16 Oct 2019 13:21:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C53EE0982; Wed, 16 Oct 2019 13:21:13 +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 2FE41E0990 for ; Wed, 16 Oct 2019 13:21:13 +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 5701034BDAB for ; Wed, 16 Oct 2019 13:21:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C60E88D for ; Wed, 16 Oct 2019 13:21:09 +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: <1571229181.81a773b92daf3797c37f24ee545217339a873e50.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kapidox/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kapidox/kapidox-9999.ebuild X-VCS-Directories: kde-frameworks/kapidox/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 81a773b92daf3797c37f24ee545217339a873e50 X-VCS-Branch: master Date: Wed, 16 Oct 2019 13:21:09 +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: b92831be-5ebb-4d48-9556-ed9c03fb19da X-Archives-Hash: c043fb0b3cc570fa9d364ec21023f6be commit: 81a773b92daf3797c37f24ee545217339a873e50 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Oct 16 12:33:01 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Oct 16 12:33:01 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=81a773b9 kde-frameworks/kapidox: Port away from kde5.eclass Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kapidox/kapidox-9999.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/kde-frameworks/kapidox/kapidox-9999.ebuild b/kde-frameworks/kapidox/kapidox-9999.ebuild index 45153a6601..70b4eca0c2 100644 --- a/kde-frameworks/kapidox/kapidox-9999.ebuild +++ b/kde-frameworks/kapidox/kapidox-9999.ebuild @@ -3,12 +3,9 @@ EAPI=7 -KDE_AUTODEPS="false" -KDE_DEBUG="false" -KDE_TEST="false" DISTUTILS_SINGLE_IMPL="true" PYTHON_COMPAT=( python2_7 python3_{6,7} ) -inherit kde5 distutils-r1 +inherit cmake-utils kde.org distutils-r1 DESCRIPTION="Framework for building KDE API documentation in a standard format and style" LICENSE="BSD-2" @@ -24,5 +21,4 @@ RDEPEND=" pkg_setup() { python-single-r1_pkg_setup - kde5_pkg_setup }