commit: 5bb8e8fdc09de7ac86297efb220f8ca71189a2fe Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Tue Jan 18 23:23:00 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Tue Jan 18 23:34:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb8e8fd
app-emulation/qemu-riscv64-bin: treeclean Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> app-emulation/qemu-riscv64-bin/Manifest | 1 - app-emulation/qemu-riscv64-bin/metadata.xml | 16 ---------------- .../qemu-riscv64-bin/qemu-riscv64-bin-5.0.0.ebuild | 22 ---------------------- profiles/package.mask | 5 ----- 4 files changed, 44 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>[email protected]</email> - <name>RISC-V</name> - </maintainer> - <maintainer type="person"> - <email>[email protected]</email> - <name>Matthias Maier</name> - </maintainer> - <maintainer type="project"> - <email>[email protected]</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 -} diff --git a/profiles/package.mask b/profiles/package.mask index f246a7000acd..c0acb153e9c2 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -337,11 +337,6 @@ x11-misc/habak # Removal in 30 days. dev-python/pytaglib -# Andreas K. Hüttel <[email protected]> (2021-12-19) -# Outdated and not needed anymore (this was a releng workaround) -# Removal in 30 days, please compile it yourself from app-emulation/qemu -app-emulation/qemu-riscv64-bin - # Mart Raudsepp <[email protected]> (2021-12-18) # GNOME 42 mask >=gui-libs/libhandy-1.5.0
