public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: app-emulation/aqemu/
@ 2011-03-01 16:24 Sebastian Pipping
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Pipping @ 2011-03-01 16:24 UTC (permalink / raw
  To: gentoo-commits

commit:     2743dd10e108ceb5032249f1aa12fe82615f949d
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Tue Mar  1 16:23:43 2011 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Mar  1 16:23:43 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=2743dd10

app-emulation/aqemu: Copy from rion overlay

---
 app-emulation/aqemu/aqemu-0.8.1.ebuild |   37 ++++++++++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/app-emulation/aqemu/aqemu-0.8.1.ebuild b/app-emulation/aqemu/aqemu-0.8.1.ebuild
new file mode 100644
index 0000000..2bf6246
--- /dev/null
+++ b/app-emulation/aqemu/aqemu-0.8.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+inherit cmake-utils
+
+DESCRIPTION="Graphical interface for QEMU emulators"
+HOMEPAGE="http://sourceforge.net/projects/aqemu"
+SRC_URI="mirror://sourceforge/aqemu/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="kvm vnc"
+
+DEPEND="${RDEPEND}"
+RDEPEND="kvm? ( app-emulation/qemu-kvm )
+	!kvm? ( >=app-emulation/qemu-0.9.0 )
+	vnc? ( net-libs/libvncserver )
+	x11-libs/qt-gui:4
+	x11-libs/qt-test:4
+	x11-libs/qt-xmlpatterns:4"
+
+DOCS="AUTHORS CHANGELOG README TODO"
+
+src_configure() {
+	local mycmakeargs="-DCMAKE_VERBOSE_MAKEFILE=OFF"
+	if use vnc; then
+		mycmakeargs="${mycmakeargs} -DWITHOUT_EMBEDDED_DISPLAY=OFF"
+	else
+		mycmakeargs="${mycmakeargs} -DWITHOUT_EMBEDDED_DISPLAY=ON"
+	fi
+
+	cmake-utils_src_configure
+}



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/betagarden:master commit in: app-emulation/aqemu/
@ 2011-06-27 20:52 Sebastian Pipping
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Pipping @ 2011-06-27 20:52 UTC (permalink / raw
  To: gentoo-commits

commit:     3ccb0e6806c07d289029222c10e7270765896d29
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Mon Jun 27 20:51:24 2011 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Jun 27 20:51:54 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=3ccb0e68

app-emulation/aqemu: Remove, added to tree by maksbotan

---
 app-emulation/aqemu/aqemu-0.8.1.ebuild |   37 --------------------------------
 1 files changed, 0 insertions(+), 37 deletions(-)

diff --git a/app-emulation/aqemu/aqemu-0.8.1.ebuild b/app-emulation/aqemu/aqemu-0.8.1.ebuild
deleted file mode 100644
index 2bf6246..0000000
--- a/app-emulation/aqemu/aqemu-0.8.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit cmake-utils
-
-DESCRIPTION="Graphical interface for QEMU emulators"
-HOMEPAGE="http://sourceforge.net/projects/aqemu"
-SRC_URI="mirror://sourceforge/aqemu/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="kvm vnc"
-
-DEPEND="${RDEPEND}"
-RDEPEND="kvm? ( app-emulation/qemu-kvm )
-	!kvm? ( >=app-emulation/qemu-0.9.0 )
-	vnc? ( net-libs/libvncserver )
-	x11-libs/qt-gui:4
-	x11-libs/qt-test:4
-	x11-libs/qt-xmlpatterns:4"
-
-DOCS="AUTHORS CHANGELOG README TODO"
-
-src_configure() {
-	local mycmakeargs="-DCMAKE_VERBOSE_MAKEFILE=OFF"
-	if use vnc; then
-		mycmakeargs="${mycmakeargs} -DWITHOUT_EMBEDDED_DISPLAY=OFF"
-	else
-		mycmakeargs="${mycmakeargs} -DWITHOUT_EMBEDDED_DISPLAY=ON"
-	fi
-
-	cmake-utils_src_configure
-}



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-27 20:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-01 16:24 [gentoo-commits] proj/betagarden:master commit in: app-emulation/aqemu/ Sebastian Pipping
  -- strict thread matches above, loose matches on Subject: below --
2011-06-27 20:52 Sebastian Pipping

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox