Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/aqemu/
Date: Sun, 12 Feb 2017 16:07:25
Message-Id: 1486915633.2cdb946ab9555e30eedf47d4a066fa38854e7501.johu@gentoo
1 commit: 2cdb946ab9555e30eedf47d4a066fa38854e7501
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 12 16:00:13 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 12 16:07:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cdb946a
7
8 app-emulation/aqemu: Remove 0.8.2 (r2)
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-emulation/aqemu/aqemu-0.8.2-r2.ebuild | 39 -------------------------------
13 1 file changed, 39 deletions(-)
14
15 diff --git a/app-emulation/aqemu/aqemu-0.8.2-r2.ebuild b/app-emulation/aqemu/aqemu-0.8.2-r2.ebuild
16 deleted file mode 100644
17 index c122177aab..0000000000
18 --- a/app-emulation/aqemu/aqemu-0.8.2-r2.ebuild
19 +++ /dev/null
20 @@ -1,39 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=4
26 -
27 -inherit cmake-utils
28 -
29 -DESCRIPTION="Graphical interface for QEMU and KVM emulators, using Qt4"
30 -HOMEPAGE="https://sourceforge.net/projects/aqemu"
31 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 x86"
36 -IUSE="vnc"
37 -
38 -DEPEND="${RDEPEND}"
39 -RDEPEND="app-emulation/qemu
40 - vnc? ( net-libs/libvncserver )
41 - dev-qt/qtgui:4
42 - dev-qt/qttest:4
43 - dev-qt/qtxmlpatterns:4"
44 -
45 -DOCS="AUTHORS CHANGELOG README TODO"
46 -PATCHES=(
47 - "${FILESDIR}"/aqemu-0.8.2_sigsev_propertis.patch
48 - "${FILESDIR}"/aqemu-0.8.2_qt48_build.patch
49 - "${FILESDIR}"/aqemu-0.8.2_desktop_file.patch
50 -)
51 -
52 -src_configure() {
53 - local mycmakeargs=(
54 - "-DMAN_PAGE_COMPRESSOR="
55 - "-DWITHOUT_EMBEDDED_DISPLAY=$(use vnc && echo "OFF" || echo "ON")"
56 - )
57 -
58 - cmake-utils_src_configure
59 -}