public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/aqemu/
@ 2016-07-04 11:01 Maxim Koltsov
  0 siblings, 0 replies; 8+ messages in thread
From: Maxim Koltsov @ 2016-07-04 11:01 UTC (permalink / raw
  To: gentoo-commits

commit:     f6e77ae538245f18114e365e4554151a295fda87
Author:     Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  4 11:00:48 2016 +0000
Commit:     Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
CommitDate: Mon Jul  4 11:00:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6e77ae5

app-emulation/aqemu: bumped to 0.9.2

Gentoo-Bug: 584450

Package-Manager: portage-2.3.0

 app-emulation/aqemu/Manifest           |  1 +
 app-emulation/aqemu/aqemu-0.9.2.ebuild | 36 ++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/app-emulation/aqemu/Manifest b/app-emulation/aqemu/Manifest
index 0251138..09013e2 100644
--- a/app-emulation/aqemu/Manifest
+++ b/app-emulation/aqemu/Manifest
@@ -1 +1,2 @@
 DIST aqemu-0.8.2.tar.bz2 1025129 SHA256 03c4a95328f78238021168ca4887f9735641f10eb4eb1eff58b08c15b748bf03 SHA512 45f27f82ca307ffc50ea26a57631b47236fd04915274bb00a0720e65859e183d56c3243e0e31d71e5280d0941a9c80c1457b09d393e5c4d4deeb1fea4159459d WHIRLPOOL c5a058883df1424d5d1b2b028fca7fd6aae8b72281060a305a428e63ad5bfb1d062c56c18878b6a279a79953a88c760553a701b5c3346113836eb56ab4a30aa2
+DIST v0.9.2.tar.gz 1373465 SHA256 e3d54de00ebdce3754f97f7e0e7cce8cebb588e8ce6bc249401cc909281b08de SHA512 9d4808172ee1be82509956560e4d3f9ee349fedd920342146083cc9bc79ef51fc95937c64f20ffb13e2849c577f95f59b5b65271d6e29e2d2e1ec2d1562006ba WHIRLPOOL ddefe4c3265b10940c3d65a5f6182ecfce627bcc45486d7a2b8701a6152b8a144242ea55018437f71773f7b8bb70b763095b5db6f933fdacd7b16b1f22112b87

diff --git a/app-emulation/aqemu/aqemu-0.9.2.ebuild b/app-emulation/aqemu/aqemu-0.9.2.ebuild
new file mode 100644
index 0000000..c33ccb6
--- /dev/null
+++ b/app-emulation/aqemu/aqemu-0.9.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="Graphical interface for QEMU and KVM emulators, using Qt5"
+HOMEPAGE="http://sourceforge.net/projects/aqemu"
+SRC_URI="https://github.com/tobimensch/${PN}/archive/v${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="vnc"
+
+DEPEND="${RDEPEND}"
+RDEPEND="app-emulation/qemu
+	vnc? ( net-libs/libvncserver )
+	dev-qt/qtcore:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtnetwork:5
+	dev-qt/qttest:5
+	dev-qt/qtprintsupport:5"
+
+DOCS="AUTHORS CHANGELOG README TODO"
+
+src_configure() {
+	local mycmakeargs=(
+		"-DMAN_PAGE_COMPRESSOR="
+		"-DWITHOUT_EMBEDDED_DISPLAY=$(usex vnc "OFF" "ON")"
+	)
+
+	cmake-utils_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/aqemu/
@ 2017-02-09 14:37 Agostino Sarubbo
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2017-02-09 14:37 UTC (permalink / raw
  To: gentoo-commits

commit:     d1e0b94f4bd9361eb40268a4ddfc1feaf7d05a6b
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  9 14:36:29 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Feb  9 14:37:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1e0b94f

app-emulation/aqemu: amd64 stable wrt bug #608662

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-emulation/aqemu/aqemu-0.9.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/aqemu/aqemu-0.9.2.ebuild b/app-emulation/aqemu/aqemu-0.9.2.ebuild
index bdf8926c6a..8e42a3aa87 100644
--- a/app-emulation/aqemu/aqemu-0.9.2.ebuild
+++ b/app-emulation/aqemu/aqemu-0.9.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/tobimensch/${PN}/archive/v${PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="vnc"
 
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/aqemu/
@ 2017-02-12 16:07 Johannes Huber
  0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2017-02-12 16:07 UTC (permalink / raw
  To: gentoo-commits

commit:     2cdb946ab9555e30eedf47d4a066fa38854e7501
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 16:00:13 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> 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
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/aqemu/
@ 2017-05-30 15:34 Lars Wendler
  0 siblings, 0 replies; 8+ messages in thread
From: Lars Wendler @ 2017-05-30 15:34 UTC (permalink / raw
  To: gentoo-commits

commit:     1ea7ad86da20c2f8fd0d641e6de424bd465f67d0
Author:     Angelo G. Del Regno <kholk11 <AT> gmail <DOT> com>
AuthorDate: Sun May 28 09:57:25 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue May 30 15:33:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea7ad86

app-emulation/aqemu: Use correct distfile name

Update SRC_URI to rename the distfile correctly.
Closes: https://github.com/gentoo/gentoo/pull/4786

 app-emulation/aqemu/Manifest           | 2 +-
 app-emulation/aqemu/aqemu-0.9.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/aqemu/Manifest b/app-emulation/aqemu/Manifest
index 49e74a8a055..20a6ad805ea 100644
--- a/app-emulation/aqemu/Manifest
+++ b/app-emulation/aqemu/Manifest
@@ -1 +1 @@
-DIST v0.9.2.tar.gz 1373465 SHA256 e3d54de00ebdce3754f97f7e0e7cce8cebb588e8ce6bc249401cc909281b08de SHA512 9d4808172ee1be82509956560e4d3f9ee349fedd920342146083cc9bc79ef51fc95937c64f20ffb13e2849c577f95f59b5b65271d6e29e2d2e1ec2d1562006ba WHIRLPOOL ddefe4c3265b10940c3d65a5f6182ecfce627bcc45486d7a2b8701a6152b8a144242ea55018437f71773f7b8bb70b763095b5db6f933fdacd7b16b1f22112b87
+DIST aqemu-0.9.2.tar.gz 1373465 SHA256 e3d54de00ebdce3754f97f7e0e7cce8cebb588e8ce6bc249401cc909281b08de SHA512 9d4808172ee1be82509956560e4d3f9ee349fedd920342146083cc9bc79ef51fc95937c64f20ffb13e2849c577f95f59b5b65271d6e29e2d2e1ec2d1562006ba WHIRLPOOL ddefe4c3265b10940c3d65a5f6182ecfce627bcc45486d7a2b8701a6152b8a144242ea55018437f71773f7b8bb70b763095b5db6f933fdacd7b16b1f22112b87

diff --git a/app-emulation/aqemu/aqemu-0.9.2.ebuild b/app-emulation/aqemu/aqemu-0.9.2.ebuild
index 842cd408aac..dc50e71ce8f 100644
--- a/app-emulation/aqemu/aqemu-0.9.2.ebuild
+++ b/app-emulation/aqemu/aqemu-0.9.2.ebuild
@@ -7,7 +7,7 @@ inherit cmake-utils
 
 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"
+SRC_URI="https://github.com/tobimensch/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/aqemu/
@ 2018-12-31 22:53 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2018-12-31 22:53 UTC (permalink / raw
  To: gentoo-commits

commit:     14759a5720c3760c108d4e24a0e1a650d5927a53
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 31 22:48:17 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 31 22:53:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14759a57

app-emulation/aqemu: EAPI-7 bump

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-emulation/aqemu/aqemu-0.9.2.ebuild | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-emulation/aqemu/aqemu-0.9.2.ebuild b/app-emulation/aqemu/aqemu-0.9.2.ebuild
index dc50e71ce8f..85102613981 100644
--- a/app-emulation/aqemu/aqemu-0.9.2.ebuild
+++ b/app-emulation/aqemu/aqemu-0.9.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit cmake-utils
 
@@ -14,16 +14,16 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="vnc"
 
-DEPEND="${RDEPEND}"
 RDEPEND="app-emulation/qemu
-	vnc? ( net-libs/libvncserver )
 	dev-qt/qtcore:5
-	dev-qt/qtwidgets:5
 	dev-qt/qtnetwork:5
+	dev-qt/qtprintsupport:5
 	dev-qt/qttest:5
-	dev-qt/qtprintsupport:5"
+	dev-qt/qtwidgets:5
+	vnc? ( net-libs/libvncserver )"
+DEPEND="${RDEPEND}"
 
-DOCS="AUTHORS CHANGELOG README TODO"
+DOCS=( AUTHORS CHANGELOG README TODO )
 PATCHES=( "${FILESDIR}/${PN}-0.9.2-qtbindir.patch" )
 
 src_configure() {


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

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/aqemu/
@ 2021-04-05 23:24 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-04-05 23:24 UTC (permalink / raw
  To: gentoo-commits

commit:     95077ec9cfbd129b298cdd20f78ec3b48dc655a7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  5 22:54:27 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr  5 22:59:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95077ec9

app-emulation/aqemu: port to cmake.eclass (from cmake-utils)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/aqemu/aqemu-0.9.2.ebuild | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/app-emulation/aqemu/aqemu-0.9.2.ebuild b/app-emulation/aqemu/aqemu-0.9.2.ebuild
index 85102613981..86008228bc2 100644
--- a/app-emulation/aqemu/aqemu-0.9.2.ebuild
+++ b/app-emulation/aqemu/aqemu-0.9.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Graphical interface for QEMU and KVM emulators, using Qt5"
 HOMEPAGE="https://sourceforge.net/projects/aqemu"
@@ -14,23 +14,25 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="vnc"
 
-RDEPEND="app-emulation/qemu
+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 )"
+	vnc? ( net-libs/libvncserver )
+"
 DEPEND="${RDEPEND}"
 
-DOCS=( AUTHORS CHANGELOG README TODO )
+#DOCS=( AUTHORS CHANGELOG README TODO )
 PATCHES=( "${FILESDIR}/${PN}-0.9.2-qtbindir.patch" )
 
 src_configure() {
 	local mycmakeargs=(
-		"-DMAN_PAGE_COMPRESSOR="
-		"-DWITHOUT_EMBEDDED_DISPLAY=$(usex vnc "OFF" "ON")"
+		-DMAN_PAGE_COMPRESSOR=""
+		-DWITHOUT_EMBEDDED_DISPLAY=$(usex vnc OFF ON)
 	)
 
-	cmake-utils_src_configure
+	cmake_src_configure
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/aqemu/
@ 2022-01-01  6:21 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-01-01  6:21 UTC (permalink / raw
  To: gentoo-commits

commit:     70d3d47e345d3fbff15362b5c42e36c0fb528777
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  1 06:21:16 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  1 06:21:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d3d47e

app-emulation/aqemu: Stabilize 0.9.2-r2 x86, #738020

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/aqemu/aqemu-0.9.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/aqemu/aqemu-0.9.2-r2.ebuild b/app-emulation/aqemu/aqemu-0.9.2-r2.ebuild
index 30c5865b473a..ec7c80aee73b 100644
--- a/app-emulation/aqemu/aqemu-0.9.2-r2.ebuild
+++ b/app-emulation/aqemu/aqemu-0.9.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/tobimensch/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="vnc"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/aqemu/
@ 2022-01-02 11:22 Jakov Smolić
  0 siblings, 0 replies; 8+ messages in thread
From: Jakov Smolić @ 2022-01-02 11:22 UTC (permalink / raw
  To: gentoo-commits

commit:     5ebde1abc4e92525d0762bb819c4fbaf12eb8b55
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  2 11:21:43 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Jan  2 11:22:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ebde1ab

app-emulation/aqemu: Stabilize 0.9.2-r2 amd64, #738020

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 app-emulation/aqemu/aqemu-0.9.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/aqemu/aqemu-0.9.2-r2.ebuild b/app-emulation/aqemu/aqemu-0.9.2-r2.ebuild
index ec7c80aee73b..6a2be65aaa60 100644
--- a/app-emulation/aqemu/aqemu-0.9.2-r2.ebuild
+++ b/app-emulation/aqemu/aqemu-0.9.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/tobimensch/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="vnc"
 
 RDEPEND="


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

end of thread, other threads:[~2022-01-02 11:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-09 14:37 [gentoo-commits] repo/gentoo:master commit in: app-emulation/aqemu/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2022-01-02 11:22 Jakov Smolić
2022-01-01  6:21 Sam James
2021-04-05 23:24 Sam James
2018-12-31 22:53 Andreas Sturmlechner
2017-05-30 15:34 Lars Wendler
2017-02-12 16:07 Johannes Huber
2016-07-04 11:01 Maxim Koltsov

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