summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-12-09 15:22:41 -0500
committerAaron Bauman <bman@gentoo.org>2019-12-09 15:29:28 -0500
commite61d694a5241a2323c3068c73ce3238c54f023a4 (patch)
tree6aed23497818537f615804be3864690893bfab3b /sys-libs/mars
parentdev-embedded/tigcc: drop last-rited pkg (diff)
downloadgentoo-e61d694a5241a2323c3068c73ce3238c54f023a4.tar.gz
gentoo-e61d694a5241a2323c3068c73ce3238c54f023a4.tar.bz2
gentoo-e61d694a5241a2323c3068c73ce3238c54f023a4.zip
sys-*/*: drop last-rited pkgs
Closes: https://bugs.gentoo.org/697210 Closes: https://bugs.gentoo.org/697212 Closes: https://bugs.gentoo.org/697198 Closes: https://bugs.gentoo.org/697158 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sys-libs/mars')
-rw-r--r--sys-libs/mars/Manifest1
-rw-r--r--sys-libs/mars/mars-1.0.1.ebuild43
-rw-r--r--sys-libs/mars/metadata.xml7
3 files changed, 0 insertions, 51 deletions
diff --git a/sys-libs/mars/Manifest b/sys-libs/mars/Manifest
deleted file mode 100644
index e509d51b07ba..000000000000
--- a/sys-libs/mars/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mars-src-1.0.1.tar.gz 1264844 BLAKE2B 6e70174c0e62f33ba10f2cf793b1895cbfac2f879fe9d6d74509b4558d8991d2dc56946f5a429d854476cbef1a21ff12e60f6d09d69f2838f80892065b4a9bdd SHA512 56f46a19377b7c4058457082a54835d59ddae3c97e509eda1a977b637628edd352f14e0b2f8f8653e2f2de76ff73a5a4ed1b011213a7addc286c085a9c7c2a6e
diff --git a/sys-libs/mars/mars-1.0.1.ebuild b/sys-libs/mars/mars-1.0.1.ebuild
deleted file mode 100644
index d0ec58bb835e..000000000000
--- a/sys-libs/mars/mars-1.0.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit autotools
-
-MY_P=${P/mars/mars-src}
-
-DESCRIPTION="Multicore Application Runtime System"
-HOMEPAGE="ftp://ftp.infradead.org/pub/Sony-PS3/mars/"
-SRC_URI="ftp://ftp.infradead.org/pub/Sony-PS3/mars/1.0.1/${MY_P}.tar.gz"
-
-LICENSE="MIT_Plus MIT"
-SLOT="0"
-KEYWORDS="~ppc64"
-IUSE=""
-
-DEPEND="sys-libs/libspe2"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}/core"
-
-src_unpack () {
- unpack ${A}
- cd "${S}"
- # repeat after me: "dummy tuples are bogus"
- sed -i -e "s:/spu:/spu-elf:" \
- -e "s:--host=spu:--host=spu-elf:" configure.ac
- eautoreconf
-}
-
-src_compile () {
- unset CFLAGS
- unset CXXFLAGS
- unset CFLAGS_ppc64
- econf --with-mars-platform=cell || die
- emake || die
-}
-
-src_install () {
- emake -j1 DESTDIR="${D}" install
-}
diff --git a/sys-libs/mars/metadata.xml b/sys-libs/mars/metadata.xml
deleted file mode 100644
index dccede93222c..000000000000
--- a/sys-libs/mars/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>lu_zero@gentoo.org</email>
-</maintainer>
-</pkgmetadata>