public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/aqemu/
Date: Mon,  5 Apr 2021 23:24:45 +0000 (UTC)	[thread overview]
Message-ID: <1617663567.95077ec9cfbd129b298cdd20f78ec3b48dc655a7.sam@gentoo> (raw)

commit:     95077ec9cfbd129b298cdd20f78ec3b48dc655a7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  5 22:54:27 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr  5 22:59:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95077ec9

app-emulation/aqemu: port to cmake.eclass (from cmake-utils)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/aqemu/aqemu-0.9.2.ebuild | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/app-emulation/aqemu/aqemu-0.9.2.ebuild b/app-emulation/aqemu/aqemu-0.9.2.ebuild
index 85102613981..86008228bc2 100644
--- a/app-emulation/aqemu/aqemu-0.9.2.ebuild
+++ b/app-emulation/aqemu/aqemu-0.9.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Graphical interface for QEMU and KVM emulators, using Qt5"
 HOMEPAGE="https://sourceforge.net/projects/aqemu"
@@ -14,23 +14,25 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="vnc"
 
-RDEPEND="app-emulation/qemu
+RDEPEND="
+	app-emulation/qemu
 	dev-qt/qtcore:5
 	dev-qt/qtnetwork:5
 	dev-qt/qtprintsupport:5
 	dev-qt/qttest:5
 	dev-qt/qtwidgets:5
-	vnc? ( net-libs/libvncserver )"
+	vnc? ( net-libs/libvncserver )
+"
 DEPEND="${RDEPEND}"
 
-DOCS=( AUTHORS CHANGELOG README TODO )
+#DOCS=( AUTHORS CHANGELOG README TODO )
 PATCHES=( "${FILESDIR}/${PN}-0.9.2-qtbindir.patch" )
 
 src_configure() {
 	local mycmakeargs=(
-		"-DMAN_PAGE_COMPRESSOR="
-		"-DWITHOUT_EMBEDDED_DISPLAY=$(usex vnc "OFF" "ON")"
+		-DMAN_PAGE_COMPRESSOR=""
+		-DWITHOUT_EMBEDDED_DISPLAY=$(usex vnc OFF ON)
 	)
 
-	cmake-utils_src_configure
+	cmake_src_configure
 }


             reply	other threads:[~2021-04-05 23:24 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-05 23:24 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-01-02 11:22 [gentoo-commits] repo/gentoo:master commit in: app-emulation/aqemu/ Jakov Smolić
2022-01-01  6:21 Sam James
2018-12-31 22:53 Andreas Sturmlechner
2017-05-30 15:34 Lars Wendler
2017-02-12 16:07 Johannes Huber
2017-02-09 14:37 Agostino Sarubbo
2016-07-04 11:01 Maxim Koltsov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1617663567.95077ec9cfbd129b298cdd20f78ec3b48dc655a7.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox