diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-19 00:23:00 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-19 00:34:44 +0100 |
commit | 5bb8e8fdc09de7ac86297efb220f8ca71189a2fe (patch) | |
tree | 8b44df74c29cd472961ae17d848febe02f65fe70 /app-emulation | |
parent | dev-java/jackson: treeclean (diff) | |
download | gentoo-5bb8e8fdc09de7ac86297efb220f8ca71189a2fe.tar.gz gentoo-5bb8e8fdc09de7ac86297efb220f8ca71189a2fe.tar.bz2 gentoo-5bb8e8fdc09de7ac86297efb220f8ca71189a2fe.zip |
app-emulation/qemu-riscv64-bin: treeclean
Signed-off-by: Jakov Smolić <jsmolic@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/metadata.xml | 16 | ||||
-rw-r--r-- | app-emulation/qemu-riscv64-bin/qemu-riscv64-bin-5.0.0.ebuild | 22 |
3 files changed, 0 insertions, 39 deletions
diff --git a/app-emulation/qemu-riscv64-bin/Manifest b/app-emulation/qemu-riscv64-bin/Manifest deleted file mode 100644 index 2f13c32ae03e..000000000000 --- a/app-emulation/qemu-riscv64-bin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qemu-riscv64-bin-5.0.0.tar.xz 922240 BLAKE2B d4ff41c8e45ca99bc1b9e795d9e218b05be283b32d179e8ab88d07bd333a52fce7893739e6572219083d5d56a7abb7cc1870df7c585ca41af15b56a5dc30369d SHA512 1ba28679ce4bf1f11b77059dae8cb76f0095cc4427159d769947b8a1b1212c9de0a25a236c69ff9780dd111a22fa6e01519a3017b0b0a5d29069575501552f40 diff --git a/app-emulation/qemu-riscv64-bin/metadata.xml b/app-emulation/qemu-riscv64-bin/metadata.xml deleted file mode 100644 index 13c97c61bed6..000000000000 --- a/app-emulation/qemu-riscv64-bin/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>riscv@gentoo.org</email> - <name>RISC-V</name> - </maintainer> - <maintainer type="person"> - <email>tamiko@gentoo.org</email> - <name>Matthias Maier</name> - </maintainer> - <maintainer type="project"> - <email>virtualization@gentoo.org</email> - <name>Gentoo Virtualization Project</name> - </maintainer> -</pkgmetadata> 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 deleted file mode 100644 index 650e2af57e19..000000000000 --- a/app-emulation/qemu-riscv64-bin/qemu-riscv64-bin-5.0.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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 -} |