diff options
author | Sam James <sam@gentoo.org> | 2022-04-17 19:38:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-17 19:59:09 +0100 |
commit | d63424292c5ceb0a8ed6b5135c1485949ab709e0 (patch) | |
tree | 0b3522280247d9df9756b0b1642ea986cf30c08e /app-emulation/aqemu | |
parent | app-editors/lpe: drop 1.2.6.13 (diff) | |
download | gentoo-d63424292c5ceb0a8ed6b5135c1485949ab709e0.tar.gz gentoo-d63424292c5ceb0a8ed6b5135c1485949ab709e0.tar.bz2 gentoo-d63424292c5ceb0a8ed6b5135c1485949ab709e0.zip |
app-emulation/aqemu: drop 0.9.2-r1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/aqemu')
-rw-r--r-- | app-emulation/aqemu/aqemu-0.9.2-r1.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/app-emulation/aqemu/aqemu-0.9.2-r1.ebuild b/app-emulation/aqemu/aqemu-0.9.2-r1.ebuild deleted file mode 100644 index d7880171c93e..000000000000 --- a/app-emulation/aqemu/aqemu-0.9.2-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Graphical interface for QEMU and KVM emulators, using Qt5" -HOMEPAGE="https://sourceforge.net/projects/aqemu" -SRC_URI="https://github.com/tobimensch/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="vnc" - -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 ) -" -DEPEND="${RDEPEND}" - -DOCS=( AUTHORS CHANGELOG README TODO ) -PATCHES=( - "${FILESDIR}/${PN}-0.9.2-qtbindir.patch" - "${FILESDIR}/${PN}-0.9.2-include.patch" - "${FILESDIR}/${PN}-0.9.2-docs.patch" -) - -src_configure() { - local mycmakeargs=( - -DMAN_PAGE_COMPRESSOR=OFF - -DWITHOUT_EMBEDDED_DISPLAY=$(usex vnc OFF ON) - ) - - cmake_src_configure -} |