app-emulation/armv8-fast-model: remove last rited package
authorMikle Kolyada <zlogene@gentoo.org>
Sun, 27 May 2018 08:45:28 +0000 (11:45 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sun, 27 May 2018 08:46:47 +0000 (11:46 +0300)
Closes: https://bugs.gentoo.org/642866

app-emulation/armv8-fast-model/Manifest [deleted file]
app-emulation/armv8-fast-model/armv8-fast-model-0.8.5206.ebuild [deleted file]
app-emulation/armv8-fast-model/metadata.xml [deleted file]

diff --git a/app-emulation/armv8-fast-model/Manifest b/app-emulation/armv8-fast-model/Manifest
deleted file mode 100644 (file)
index bf823aa..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST FM000-KT-00035-r0p8-52rel06.tgz 9429294 SHA256 a011c7549029fe5c475f2d495b225b93317a44eb3da0f19f2825ad831c64d899 SHA512 349470432e8dba9e52eba88b577b22fdd9e3ce865288a3dc1540c58e1e10b4f2c14f084f7a4928993e4d1d3bc7cfbbf235f2575394254f09a8d845b7b2993f12 WHIRLPOOL e95ed1315f264ed82f2debd903ad69a6437798d88727e275285d1d06c5da1a5841b9955e93b6dbdc446ad652ef383a37cfe0f43a3888f23ec428a67a765e6ac7
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
deleted file mode 100644 (file)
index 7d236f0..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils multilib
-
-MY_P="FM000-KT-00035-r${PV:0:1}p${PV:2:1}-${PV:0-4:2}rel${PV:0-2}"
-DESCRIPTION="emulator for a basic ARMv8 platform environment (for running bare metal & Linux)"
-HOMEPAGE="https://silver.arm.com/browse/FM00A"
-SRC_URI="https://silver.arm.com/download/Development_Tools/ESL:_Fast_Models/Fast_Models/${MY_P}/${MY_P}.tgz"
-
-LICENSE="ARM-FAST-MODEL"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-IUSE="examples"
-RESTRICT="fetch strip"
-
-RDEPEND="sys-libs/glibc
-       sys-devel/gcc"
-
-S="${WORKDIR}/Foundation_v8pkg"
-
-QA_PREBUILT="
-       opt/${PN}/bin/Foundation_v8
-       opt/${PN}/*/lib*.so*
-"
-
-pkg_nofetch() {
-       einfo "Please visit this URL to download the package:"
-       einfo " ${SRC_URI}"
-       einfo "Then stick it into ${DISTDIR}"
-}
-
-src_install() {
-       into /opt/${PN}
-       pushd models/Linux64_GCC-4.1 >/dev/null
-       dobin Foundation_v8
-       dolib.so lib*.so*
-       popd >/dev/null
-
-       dodir /opt/bin
-       make_wrapper Foundation_v8 /opt/${PN}/bin/Foundation_v8 '' /opt/${PN}/$(get_libdir) /opt/bin
-
-       dodoc doc/*.{pdf,txt}
-       use examples && dodoc -r examples
-}
diff --git a/app-emulation/armv8-fast-model/metadata.xml b/app-emulation/armv8-fast-model/metadata.xml
deleted file mode 100644 (file)
index 3101c4e..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-       <email>arm@gentoo.org</email>
-       <name>Gentoo Linux ARM Development</name>
-</maintainer>
-</pkgmetadata>