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 EBCBD138334 for ; Wed, 24 Apr 2019 21:40:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFCBAE0837; Wed, 24 Apr 2019 21:40:19 +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 D57A9E0837 for ; Wed, 24 Apr 2019 21:40:19 +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 6BFBB3425A0 for ; Wed, 24 Apr 2019 21:40:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE9A8567 for ; Wed, 24 Apr 2019 21:40:01 +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: <1556141991.d078c05572b738cb265a2a71c77a593905948b0f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdstatemachineeditor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kdstatemachineeditor/kdstatemachineeditor-9999.ebuild X-VCS-Directories: dev-util/kdstatemachineeditor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d078c05572b738cb265a2a71c77a593905948b0f X-VCS-Branch: master Date: Wed, 24 Apr 2019 21:40:01 +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: dd446786-a262-41f7-9572-e2deba020ffb X-Archives-Hash: 8b1d2e7b3245a8117fbebba5cec30690 commit: d078c05572b738cb265a2a71c77a593905948b0f Author: Petros Siligkounas gmail com> AuthorDate: Mon Feb 11 17:05:23 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Apr 24 21:39:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d078c055 dev-util/kdstatemachineeditor: bump 9999 ebuild to EAPI=7 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Πέτρος Σιλιγκούνας gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11010 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kdstatemachineeditor-9999.ebuild | 28 ++++++++++++---------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/dev-util/kdstatemachineeditor/kdstatemachineeditor-9999.ebuild b/dev-util/kdstatemachineeditor/kdstatemachineeditor-9999.ebuild index 5711b07e35a..ab1f9edbc7a 100644 --- a/dev-util/kdstatemachineeditor/kdstatemachineeditor-9999.ebuild +++ b/dev-util/kdstatemachineeditor/kdstatemachineeditor-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit cmake-utils kde5-functions +inherit cmake-utils DESCRIPTION="Framework for creating Qt State Machine metacode using graphical user interfaces" HOMEPAGE="https://github.com/KDAB/KDStateMachineEditor" @@ -21,23 +21,25 @@ IUSE="doc test" SLOT="0" RDEPEND=" - $(add_qt_dep qtcore) - $(add_qt_dep qtdeclarative 'widgets') - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtwidgets) + dev-qt/qtcore:5 + dev-qt/qtdeclarative:5[widgets] + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5 " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" + +BDEPEND=" + media-gfx/graphviz doc? ( - $(add_qt_dep qthelp) app-doc/doxygen + dev-qt/qthelp:5 ) test? ( - $(add_qt_dep qttest) - $(add_qt_dep qtxmlpatterns) + dev-qt/qttest:5 + dev-qt/qtxmlpatterns:5 ) - media-gfx/graphviz " src_configure() {