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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E7DF15808B for ; Sat, 2 Apr 2022 11:17:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 088BBE0845; Sat, 2 Apr 2022 11:17:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E407EE0855 for ; Sat, 2 Apr 2022 11:17:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B24634125D for ; Sat, 2 Apr 2022 11:17:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91A1C1BD for ; Sat, 2 Apr 2022 11:17:42 +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: <1648898250.e4bf19ecac805b4cfd4af4c48b1cda4b9185703d.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: e4bf19ecac805b4cfd4af4c48b1cda4b9185703d X-VCS-Branch: master Date: Sat, 2 Apr 2022 11:17:42 +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: 672dfad1-3c10-47d3-b422-8209041a993b X-Archives-Hash: 3f1c9c96159e0f2589df5fe76744018f commit: e4bf19ecac805b4cfd4af4c48b1cda4b9185703d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 2 11:02:52 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 2 11:17:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4bf19ec dev-util/kdstatemachineeditor: EAPI-8, force WITH_INTERNAL_GRAPHVIZ=OFF Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdstatemachineeditor/kdstatemachineeditor-9999.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-util/kdstatemachineeditor/kdstatemachineeditor-9999.ebuild b/dev-util/kdstatemachineeditor/kdstatemachineeditor-9999.ebuild index b059c970683b..d67368a4579c 100644 --- a/dev-util/kdstatemachineeditor/kdstatemachineeditor-9999.ebuild +++ b/dev-util/kdstatemachineeditor/kdstatemachineeditor-9999.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake qmake-utils DESCRIPTION="Framework for creating Qt State Machine metacode using graphical user interfaces" HOMEPAGE="https://github.com/KDAB/KDStateMachineEditor" -if [[ ${PV} == 9999 ]] ; then +if [[ ${PV} == *9999* ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/KDAB/KDStateMachineEditor.git" else @@ -17,9 +17,10 @@ else fi LICENSE="GPL-2+" +SLOT="0" IUSE="doc test" + RESTRICT="!test? ( test )" -SLOT="0" RDEPEND=" dev-qt/qtcore:5 @@ -45,6 +46,7 @@ BDEPEND=" src_configure() { local mycmakeargs=( -DBUILD_EXAMPLES=OFF + -DWITH_INTERNAL_GRAPHVIZ=OFF -DBUILD_DOCS=$(usex doc) -DBUILD_TESTING=$(usex test) -DECM_MKSPECS_INSTALL_DIR=$(qt5_get_mkspecsdir)/modules