From e61d694a5241a2323c3068c73ce3238c54f023a4 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Mon, 9 Dec 2019 15:22:41 -0500 Subject: 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 --- sys-libs/mars/Manifest | 1 - sys-libs/mars/mars-1.0.1.ebuild | 43 ----------------------------------------- sys-libs/mars/metadata.xml | 7 ------- 3 files changed, 51 deletions(-) delete mode 100644 sys-libs/mars/Manifest delete mode 100644 sys-libs/mars/mars-1.0.1.ebuild delete mode 100644 sys-libs/mars/metadata.xml (limited to 'sys-libs/mars') 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 @@ - - - - - lu_zero@gentoo.org - - -- cgit v1.2.3-65-gdbad