commit:     b414fe44ccadbfaead6485d465b1985237c2bb02
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 11 01:17:43 2020 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 11 01:18:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b414fe44

app-emulation/qemu-riscv64-bin: Version bump

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 app-emulation/qemu-riscv64-bin/Manifest            |  1 +
 .../qemu-riscv64-bin/qemu-riscv64-bin-5.0.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/app-emulation/qemu-riscv64-bin/Manifest 
b/app-emulation/qemu-riscv64-bin/Manifest
index 366c8ee33a9..dca4fafb883 100644
--- a/app-emulation/qemu-riscv64-bin/Manifest
+++ b/app-emulation/qemu-riscv64-bin/Manifest
@@ -1 +1,2 @@
 DIST qemu-riscv64-bin-3.1.0-r4.tar.xz 889764 BLAKE2B 
888fef2f27f44be098e9b834b083558ce18d98337612b4de2278ffe5d6599248d9ed4e99153ad9b2c1a5b773131c420bb23ce6d080943af744df34464660bc42
 SHA512 
bc92110f6730c61bd39056d0bf3f84b35ed340a47af51b28b27554f9f2f72409221d2c81826b718742475d0fc48040c81e8f051e29b4f13412c3a39e282471e0
+DIST qemu-riscv64-bin-5.0.0.tar.xz 922240 BLAKE2B 
d4ff41c8e45ca99bc1b9e795d9e218b05be283b32d179e8ab88d07bd333a52fce7893739e6572219083d5d56a7abb7cc1870df7c585ca41af15b56a5dc30369d
 SHA512 
1ba28679ce4bf1f11b77059dae8cb76f0095cc4427159d769947b8a1b1212c9de0a25a236c69ff9780dd111a22fa6e01519a3017b0b0a5d29069575501552f40

diff --git a/app-emulation/qemu-riscv64-bin/qemu-riscv64-bin-5.0.0.ebuild 
b/app-emulation/qemu-riscv64-bin/qemu-riscv64-bin-5.0.0.ebuild
new file mode 100644
index 00000000000..650e2af57e1
--- /dev/null
+++ b/app-emulation/qemu-riscv64-bin/qemu-riscv64-bin-5.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Statically linked x86-64 binary of app-emulation/qemu, riscv64 
emulator"
+
+HOMEPAGE="http://www.qemu.org";
+SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${PN}-${PVR}.tar.xz";
+LICENSE="GPL-2 LGPL-2 BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="!app-emulation/qemu[qemu_user_targets_riscv64]"
+
+QA_PREBUILT="*"
+
+S=${WORKDIR}
+
+src_install() {
+       dobin qemu-riscv64
+}

Reply via email to