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 C43B41382E6 for ; Mon, 4 Jul 2016 11:01:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27EB6E0A41; Mon, 4 Jul 2016 11:01:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BDD96E0A41 for ; Mon, 4 Jul 2016 11:01:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A5FF340D02 for ; Mon, 4 Jul 2016 11:01:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE3882407 for ; Mon, 4 Jul 2016 11:01:13 +0000 (UTC) From: "Maxim Koltsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maxim Koltsov" Message-ID: <1467630048.f6e77ae538245f18114e365e4554151a295fda87.maksbotan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/aqemu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/aqemu/Manifest app-emulation/aqemu/aqemu-0.9.2.ebuild X-VCS-Directories: app-emulation/aqemu/ X-VCS-Committer: maksbotan X-VCS-Committer-Name: Maxim Koltsov X-VCS-Revision: f6e77ae538245f18114e365e4554151a295fda87 X-VCS-Branch: master Date: Mon, 4 Jul 2016 11:01:13 +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-Archives-Salt: e4627d51-7b57-428c-a9ea-94915277762f X-Archives-Hash: 0947501a09ed9fbe2b6ecdbef232e893 commit: f6e77ae538245f18114e365e4554151a295fda87 Author: Maxim Koltsov gentoo org> AuthorDate: Mon Jul 4 11:00:48 2016 +0000 Commit: Maxim Koltsov gentoo org> CommitDate: Mon Jul 4 11:00:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6e77ae5 app-emulation/aqemu: bumped to 0.9.2 Gentoo-Bug: 584450 Package-Manager: portage-2.3.0 app-emulation/aqemu/Manifest | 1 + app-emulation/aqemu/aqemu-0.9.2.ebuild | 36 ++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/app-emulation/aqemu/Manifest b/app-emulation/aqemu/Manifest index 0251138..09013e2 100644 --- a/app-emulation/aqemu/Manifest +++ b/app-emulation/aqemu/Manifest @@ -1 +1,2 @@ DIST aqemu-0.8.2.tar.bz2 1025129 SHA256 03c4a95328f78238021168ca4887f9735641f10eb4eb1eff58b08c15b748bf03 SHA512 45f27f82ca307ffc50ea26a57631b47236fd04915274bb00a0720e65859e183d56c3243e0e31d71e5280d0941a9c80c1457b09d393e5c4d4deeb1fea4159459d WHIRLPOOL c5a058883df1424d5d1b2b028fca7fd6aae8b72281060a305a428e63ad5bfb1d062c56c18878b6a279a79953a88c760553a701b5c3346113836eb56ab4a30aa2 +DIST v0.9.2.tar.gz 1373465 SHA256 e3d54de00ebdce3754f97f7e0e7cce8cebb588e8ce6bc249401cc909281b08de SHA512 9d4808172ee1be82509956560e4d3f9ee349fedd920342146083cc9bc79ef51fc95937c64f20ffb13e2849c577f95f59b5b65271d6e29e2d2e1ec2d1562006ba WHIRLPOOL ddefe4c3265b10940c3d65a5f6182ecfce627bcc45486d7a2b8701a6152b8a144242ea55018437f71773f7b8bb70b763095b5db6f933fdacd7b16b1f22112b87 diff --git a/app-emulation/aqemu/aqemu-0.9.2.ebuild b/app-emulation/aqemu/aqemu-0.9.2.ebuild new file mode 100644 index 0000000..c33ccb6 --- /dev/null +++ b/app-emulation/aqemu/aqemu-0.9.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit cmake-utils + +DESCRIPTION="Graphical interface for QEMU and KVM emulators, using Qt5" +HOMEPAGE="http://sourceforge.net/projects/aqemu" +SRC_URI="https://github.com/tobimensch/${PN}/archive/v${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="vnc" + +DEPEND="${RDEPEND}" +RDEPEND="app-emulation/qemu + vnc? ( net-libs/libvncserver ) + dev-qt/qtcore:5 + dev-qt/qtwidgets:5 + dev-qt/qtnetwork:5 + dev-qt/qttest:5 + dev-qt/qtprintsupport:5" + +DOCS="AUTHORS CHANGELOG README TODO" + +src_configure() { + local mycmakeargs=( + "-DMAN_PAGE_COMPRESSOR=" + "-DWITHOUT_EMBEDDED_DISPLAY=$(usex vnc "OFF" "ON")" + ) + + cmake-utils_src_configure +}