Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/riscv:master commit in: app-emulation/qemu-riscv64-bin/
Date: Sun, 28 Apr 2019 16:30:54
Message-Id: 1556469024.f16ac070d49e127b2be68a46096297f5de5d32a1.dilfridge@gentoo
1 commit: f16ac070d49e127b2be68a46096297f5de5d32a1
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 28 16:30:24 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 28 16:30:24 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/riscv.git/commit/?id=f16ac070
7
8 app-emulation/qemu-riscv64-bin: moved to main tree
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 app-emulation/qemu-riscv64-bin/Manifest | 1 -
13 app-emulation/qemu-riscv64-bin/metadata.xml | 8 --------
14 .../qemu-riscv64-bin-3.1.0-r4.ebuild | 20 --------------------
15 3 files changed, 29 deletions(-)
16
17 diff --git a/app-emulation/qemu-riscv64-bin/Manifest b/app-emulation/qemu-riscv64-bin/Manifest
18 deleted file mode 100644
19 index 366c8ee..0000000
20 --- a/app-emulation/qemu-riscv64-bin/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST qemu-riscv64-bin-3.1.0-r4.tar.xz 889764 BLAKE2B 888fef2f27f44be098e9b834b083558ce18d98337612b4de2278ffe5d6599248d9ed4e99153ad9b2c1a5b773131c420bb23ce6d080943af744df34464660bc42 SHA512 bc92110f6730c61bd39056d0bf3f84b35ed340a47af51b28b27554f9f2f72409221d2c81826b718742475d0fc48040c81e8f051e29b4f13412c3a39e282471e0
24
25 diff --git a/app-emulation/qemu-riscv64-bin/metadata.xml b/app-emulation/qemu-riscv64-bin/metadata.xml
26 deleted file mode 100644
27 index 79289ef..0000000
28 --- a/app-emulation/qemu-riscv64-bin/metadata.xml
29 +++ /dev/null
30 @@ -1,8 +0,0 @@
31 -<?xml version="1.0" encoding="UTF-8"?>
32 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 -<pkgmetadata>
34 - <maintainer type="project">
35 - <email>riscv@g.o</email>
36 - <name>RISC-V</name>
37 - </maintainer>
38 -</pkgmetadata>
39
40 diff --git a/app-emulation/qemu-riscv64-bin/qemu-riscv64-bin-3.1.0-r4.ebuild b/app-emulation/qemu-riscv64-bin/qemu-riscv64-bin-3.1.0-r4.ebuild
41 deleted file mode 100644
42 index 30853f0..0000000
43 --- a/app-emulation/qemu-riscv64-bin/qemu-riscv64-bin-3.1.0-r4.ebuild
44 +++ /dev/null
45 @@ -1,20 +0,0 @@
46 -# Copyright 2019 Gentoo Authors
47 -# Distributed under the terms of the GNU General Public License v2
48 -
49 -EAPI=7
50 -
51 -DESCRIPTION="Statically linked x86-64 binary of app-emulation/qemu, riscv64 emulator"
52 -
53 -HOMEPAGE="http://www.qemu.org"
54 -SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${PN}-${PVR}.tar.xz"
55 -LICENSE="GPL-2 LGPL-2 BSD-2"
56 -SLOT="0"
57 -KEYWORDS="~amd64"
58 -
59 -RDEPEND="!app-emulation/qemu[qemu_user_targets_riscv64]"
60 -
61 -S=${WORKDIR}
62 -
63 -src_install() {
64 - dobin qemu-riscv64
65 -}