From bbd237c6c28731c7e3184e98a5a80d8a2c7d2db0 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Tue, 22 Nov 2022 22:38:12 +0100 Subject: [PATCH] app-emulation/nemu: Bump to 3.1.0_p20221118, fix config bug The ebuild contained a typo (missing 'D'). Signed-off-by: Nils Freydank --- app-emulation/nemu/Manifest | 2 +- app-emulation/nemu/metadata.xml | 25 +++++++++++-------- ...109.ebuild => nemu-3.1.0_p20221118.ebuild} | 4 +-- 3 files changed, 17 insertions(+), 14 deletions(-) rename app-emulation/nemu/{nemu-3.1.0_p20221109.ebuild => nemu-3.1.0_p20221118.ebuild} (96%) diff --git a/app-emulation/nemu/Manifest b/app-emulation/nemu/Manifest index d2f38e5..338cf56 100644 --- a/app-emulation/nemu/Manifest +++ b/app-emulation/nemu/Manifest @@ -1 +1 @@ -DIST nemu-3.1.0_p20221109.tar.gz 165184 BLAKE2B a032fe854883a94d2d95449fb8c89c7788df9f89e906c32606d5fb6acffa4ef77e04bd16c6aaec6cace3b034120d88bda633585d949436938985abf253651443 SHA512 8aed1b56cee0d743a2e63b52125e90755ece8cbc2a5bcfe0bffd84b89155af7103764076dc56405a7da29107db13c27d199a39c608a93790c6d4f8b1a9b7a2b0 +DIST nemu-3.1.0_p20221118.tar.gz 167046 BLAKE2B 0ea226970a0509e2a2e76ee9d4f6813b3c63091ba21a35e1f379f03b64f7c55b07a3384fd403d9eb8656fcac528c56f1e8fb9debc5f9a5245abc50540c3d9656 SHA512 8f6af7338f2d0d2689d351649f574a937e0d05cb7fd3a8a86423b1bdaf4b74c5e520d8d11e219f5e0e10028b683b0107340ec591bf0b93c7ed5679c2d6acf2eb diff --git a/app-emulation/nemu/metadata.xml b/app-emulation/nemu/metadata.xml index 3162cef..eba46b4 100644 --- a/app-emulation/nemu/metadata.xml +++ b/app-emulation/nemu/metadata.xml @@ -1,15 +1,18 @@ - - holgersson@posteo.de - Nils Freydank - - - Adds support for external VNC client - Adds support for TLS encrypted remote access - Adds Spice protocol support - Adds support for OVA/OVF import - Adds possibility of exporting network map to SVG - + + holgersson@posteo.de + Nils Freydank + + + Adds support for external VNC client + Adds support for TLS encrypted remote access + Adds Spice protocol support + Adds support for OVA/OVF import + Adds possibility of exporting network map to SVG + + + nemuTUI/nemu + diff --git a/app-emulation/nemu/nemu-3.1.0_p20221109.ebuild b/app-emulation/nemu/nemu-3.1.0_p20221118.ebuild similarity index 96% rename from app-emulation/nemu/nemu-3.1.0_p20221109.ebuild rename to app-emulation/nemu/nemu-3.1.0_p20221118.ebuild index b217961..5c56155 100644 --- a/app-emulation/nemu/nemu-3.1.0_p20221109.ebuild +++ b/app-emulation/nemu/nemu-3.1.0_p20221118.ebuild @@ -6,7 +6,7 @@ EAPI="8" inherit cmake linux-info MY_PV="${PV/_rc/-RC}" -COMMIT_ID="b3c2f3428791fc7b372284643deefcbb09093125" +COMMIT_ID="c3029b748fcdf48696278979c8759333c652e4d1" DESCRIPTION="ncurses interface for QEMU" HOMEPAGE="https://github.com/nemuTUI/nemu" @@ -72,7 +72,7 @@ src_configure() { # -DNM_WITH_QEMU: Don't build the embbeded qemu. local mycmakeargs=( -DNM_DEFAULT_DBFILE=".local/share/nemu/nemu.db" - -NM_DEFAULT_VMDIR="nemu_vm" + -DNM_DEFAULT_VMDIR="nemu_vm" -DNM_WITH_NCURSES=off -DNM_WITH_DBUS=$(usex dbus) -DNM_WITH_NETWORK_MAP=$(usex network-map)