Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/armv8-fast-model/
Date: Sun, 27 May 2018 08:46:55
Message-Id: 1527410807.ea47916b60c52dbd9961dc1211bbb234230c7a7e.zlogene@gentoo
1 commit: ea47916b60c52dbd9961dc1211bbb234230c7a7e
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 27 08:45:28 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 08:46:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea47916b
7
8 app-emulation/armv8-fast-model: remove last rited package
9
10 Closes: https://bugs.gentoo.org/642866
11
12 app-emulation/armv8-fast-model/Manifest | 1 -
13 .../armv8-fast-model-0.8.5206.ebuild | 47 ----------------------
14 app-emulation/armv8-fast-model/metadata.xml | 8 ----
15 3 files changed, 56 deletions(-)
16
17 diff --git a/app-emulation/armv8-fast-model/Manifest b/app-emulation/armv8-fast-model/Manifest
18 deleted file mode 100644
19 index bf823aae7bd..00000000000
20 --- a/app-emulation/armv8-fast-model/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST FM000-KT-00035-r0p8-52rel06.tgz 9429294 SHA256 a011c7549029fe5c475f2d495b225b93317a44eb3da0f19f2825ad831c64d899 SHA512 349470432e8dba9e52eba88b577b22fdd9e3ce865288a3dc1540c58e1e10b4f2c14f084f7a4928993e4d1d3bc7cfbbf235f2575394254f09a8d845b7b2993f12 WHIRLPOOL e95ed1315f264ed82f2debd903ad69a6437798d88727e275285d1d06c5da1a5841b9955e93b6dbdc446ad652ef383a37cfe0f43a3888f23ec428a67a765e6ac7
24
25 diff --git a/app-emulation/armv8-fast-model/armv8-fast-model-0.8.5206.ebuild b/app-emulation/armv8-fast-model/armv8-fast-model-0.8.5206.ebuild
26 deleted file mode 100644
27 index 7d236f0f89c..00000000000
28 --- a/app-emulation/armv8-fast-model/armv8-fast-model-0.8.5206.ebuild
29 +++ /dev/null
30 @@ -1,47 +0,0 @@
31 -# Copyright 1999-2014 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI="4"
35 -
36 -inherit eutils multilib
37 -
38 -MY_P="FM000-KT-00035-r${PV:0:1}p${PV:2:1}-${PV:0-4:2}rel${PV:0-2}"
39 -DESCRIPTION="emulator for a basic ARMv8 platform environment (for running bare metal & Linux)"
40 -HOMEPAGE="https://silver.arm.com/browse/FM00A"
41 -SRC_URI="https://silver.arm.com/download/Development_Tools/ESL:_Fast_Models/Fast_Models/${MY_P}/${MY_P}.tgz"
42 -
43 -LICENSE="ARM-FAST-MODEL"
44 -SLOT="0"
45 -KEYWORDS="-* ~amd64"
46 -IUSE="examples"
47 -RESTRICT="fetch strip"
48 -
49 -RDEPEND="sys-libs/glibc
50 - sys-devel/gcc"
51 -
52 -S="${WORKDIR}/Foundation_v8pkg"
53 -
54 -QA_PREBUILT="
55 - opt/${PN}/bin/Foundation_v8
56 - opt/${PN}/*/lib*.so*
57 -"
58 -
59 -pkg_nofetch() {
60 - einfo "Please visit this URL to download the package:"
61 - einfo " ${SRC_URI}"
62 - einfo "Then stick it into ${DISTDIR}"
63 -}
64 -
65 -src_install() {
66 - into /opt/${PN}
67 - pushd models/Linux64_GCC-4.1 >/dev/null
68 - dobin Foundation_v8
69 - dolib.so lib*.so*
70 - popd >/dev/null
71 -
72 - dodir /opt/bin
73 - make_wrapper Foundation_v8 /opt/${PN}/bin/Foundation_v8 '' /opt/${PN}/$(get_libdir) /opt/bin
74 -
75 - dodoc doc/*.{pdf,txt}
76 - use examples && dodoc -r examples
77 -}
78
79 diff --git a/app-emulation/armv8-fast-model/metadata.xml b/app-emulation/armv8-fast-model/metadata.xml
80 deleted file mode 100644
81 index 3101c4efc86..00000000000
82 --- a/app-emulation/armv8-fast-model/metadata.xml
83 +++ /dev/null
84 @@ -1,8 +0,0 @@
85 -<?xml version="1.0" encoding="UTF-8"?>
86 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
87 -<pkgmetadata>
88 -<maintainer type="project">
89 - <email>arm@g.o</email>
90 - <name>Gentoo Linux ARM Development</name>
91 -</maintainer>
92 -</pkgmetadata>