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 966C2139694 for ; Sun, 12 Feb 2017 16:07:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 150F8E0C63; Sun, 12 Feb 2017 16:07:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E2502E0BC5 for ; Sun, 12 Feb 2017 16:07:21 +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 023D0340E75 for ; Sun, 12 Feb 2017 16:07:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97CA04568 for ; Sun, 12 Feb 2017 16:07:19 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1486915633.2cdb946ab9555e30eedf47d4a066fa38854e7501.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/aqemu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/aqemu/aqemu-0.8.2-r2.ebuild X-VCS-Directories: app-emulation/aqemu/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 2cdb946ab9555e30eedf47d4a066fa38854e7501 X-VCS-Branch: master Date: Sun, 12 Feb 2017 16:07:19 +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: a7d5cd04-7bfc-40bd-83fc-6bab30b7ed96 X-Archives-Hash: b365226769d68971fc32fe87c1cb28df commit: 2cdb946ab9555e30eedf47d4a066fa38854e7501 Author: Johannes Huber gentoo org> AuthorDate: Sun Feb 12 16:00:13 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Feb 12 16:07:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cdb946a app-emulation/aqemu: Remove 0.8.2 (r2) Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-emulation/aqemu/aqemu-0.8.2-r2.ebuild | 39 ------------------------------- 1 file changed, 39 deletions(-) diff --git a/app-emulation/aqemu/aqemu-0.8.2-r2.ebuild b/app-emulation/aqemu/aqemu-0.8.2-r2.ebuild deleted file mode 100644 index c122177aab..0000000000 --- a/app-emulation/aqemu/aqemu-0.8.2-r2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit cmake-utils - -DESCRIPTION="Graphical interface for QEMU and KVM emulators, using Qt4" -HOMEPAGE="https://sourceforge.net/projects/aqemu" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="vnc" - -DEPEND="${RDEPEND}" -RDEPEND="app-emulation/qemu - vnc? ( net-libs/libvncserver ) - dev-qt/qtgui:4 - dev-qt/qttest:4 - dev-qt/qtxmlpatterns:4" - -DOCS="AUTHORS CHANGELOG README TODO" -PATCHES=( - "${FILESDIR}"/aqemu-0.8.2_sigsev_propertis.patch - "${FILESDIR}"/aqemu-0.8.2_qt48_build.patch - "${FILESDIR}"/aqemu-0.8.2_desktop_file.patch -) - -src_configure() { - local mycmakeargs=( - "-DMAN_PAGE_COMPRESSOR=" - "-DWITHOUT_EMBEDDED_DISPLAY=$(use vnc && echo "OFF" || echo "ON")" - ) - - cmake-utils_src_configure -}