summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-02-12 17:00:13 +0100
committerJohannes Huber <johu@gentoo.org>2017-02-12 17:07:13 +0100
commit2cdb946ab9555e30eedf47d4a066fa38854e7501 (patch)
tree46c3e5ae126183d50bfde11ab2887061fcf503fb /app-emulation/aqemu
parentmedia-plugins/libvisual-projectm: Remove 2.1.0 (r0) (diff)
downloadgentoo-2cdb946ab9555e30eedf47d4a066fa38854e7501.tar.gz
gentoo-2cdb946ab9555e30eedf47d4a066fa38854e7501.tar.bz2
gentoo-2cdb946ab9555e30eedf47d4a066fa38854e7501.zip
app-emulation/aqemu: Remove 0.8.2 (r2)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-emulation/aqemu')
-rw-r--r--app-emulation/aqemu/aqemu-0.8.2-r2.ebuild39
1 files changed, 0 insertions, 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 c122177aab88..000000000000
--- 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
-}