From 58a760df86edbb5dd8d21b6803d6d690e7a502be Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Tue, 21 Sep 2021 22:59:11 +0200 Subject: [PATCH] app-emulation/nemu: Bump to 20190921 Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Nils Freydank --- app-emulation/nemu/Manifest | 2 +- .../nemu/{nemu-3.0.0.ebuild => nemu-3.0.0_p20210921.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename app-emulation/nemu/{nemu-3.0.0.ebuild => nemu-3.0.0_p20210921.ebuild} (97%) diff --git a/app-emulation/nemu/Manifest b/app-emulation/nemu/Manifest index 99b917a..9a70e27 100644 --- a/app-emulation/nemu/Manifest +++ b/app-emulation/nemu/Manifest @@ -1 +1 @@ -DIST nemu-3.0.0.tar.gz 151091 BLAKE2B 67a1d5d28da33107d65ed192c6b996a685b780ce5c3942ef2d7c1db471d38c8fc4c1c5f97228544802791751713d29443c3ea1ab34341103f3a43d4a3a1fec14 SHA512 fe7dc6410a86032cd83bb705ec2666dc5c5563543d092cd91390869206b7006676c4ff11213186bac54da1aa1702f664f1f0a65438eb77fb4f8f84fee97c6d86 +DIST nemu-3.0.0_p20210921.tar.gz 153243 BLAKE2B b4a4e6e37b3b42ad7c8db7948d0d731b407a60e830dc0c5c33401d2aa3040b1bad4319e2c756239d24722a9e0305ee33cf0f3fc553f33c520427ab8ccf1a3dbf SHA512 80b0d1874068aa5b7b2d39cc73b98e855b746bc431f7fa82a185d34b3a3f288cebc240c358a3aca6b2178d001f95708f29e513a24bb78d564969f8b9f2cb6baa diff --git a/app-emulation/nemu/nemu-3.0.0.ebuild b/app-emulation/nemu/nemu-3.0.0_p20210921.ebuild similarity index 97% rename from app-emulation/nemu/nemu-3.0.0.ebuild rename to app-emulation/nemu/nemu-3.0.0_p20210921.ebuild index 5b07e11..d9583c1 100644 --- a/app-emulation/nemu/nemu-3.0.0.ebuild +++ b/app-emulation/nemu/nemu-3.0.0_p20210921.ebuild @@ -1,12 +1,12 @@ # Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI="8" inherit cmake linux-info MY_PV="${PV/_rc/-RC}" -COMMIT_ID="a9846ea1dbb186188bde72026a932f32831dc85e" +COMMIT_ID="90f5c9bfc0039befb413ec445fed4a348fd72182" DESCRIPTION="ncurses interface for QEMU" HOMEPAGE="https://github.com/nemuTUI/nemu"