diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-07-11 04:17:43 +0300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-07-11 04:18:30 +0300 |
commit | b414fe44ccadbfaead6485d465b1985237c2bb02 (patch) | |
tree | 2f16aaf02142375698667d2b9f8e0e85ddd5e104 /app-emulation | |
parent | dev-go/gogo-protobuf: remove old (diff) | |
download | gentoo-b414fe44ccadbfaead6485d465b1985237c2bb02.tar.gz gentoo-b414fe44ccadbfaead6485d465b1985237c2bb02.tar.bz2 gentoo-b414fe44ccadbfaead6485d465b1985237c2bb02.zip |
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@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu-riscv64-bin/Manifest | 1 | ||||
-rw-r--r-- | app-emulation/qemu-riscv64-bin/qemu-riscv64-bin-5.0.0.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/app-emulation/qemu-riscv64-bin/Manifest b/app-emulation/qemu-riscv64-bin/Manifest index 366c8ee33a9b..dca4fafb8830 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 000000000000..650e2af57e19 --- /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 +} |