commit: 223c1eb1edffb15e60f1ded50720c6fd48c5a4aa
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 13 10:19:15 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Nov 13 13:20:45 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=223c1eb1
sys-apps/spu-tools: Drop old
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sys-apps/spu-tools/Manifest | 1 -
sys-apps/spu-tools/spu-tools-2.2.80_p95.ebuild | 28 --------------------------
2 files changed, 29 deletions(-)
diff --git a/sys-apps/spu-tools/Manifest b/sys-apps/spu-tools/Manifest
index 9e2361c..8e7e03d 100644
--- a/sys-apps/spu-tools/Manifest
+++ b/sys-apps/spu-tools/Manifest
@@ -1,2 +1 @@
-DIST spu-tools-2.2.80-95.tar.gz 19917 SHA256
bfa467ddf036b1148978d251fdd5a1dd89dece3cf3895c7875f1ae61482fffc2 SHA512
34071e52dd5a4e1a426452ac4a279b4cdaa65f14dc38cfea106ea06410b8771d94eb12e77743dc8464d79ad43998b11f3a0da3efd3bbdbdab81d61cb696be1cc
WHIRLPOOL
e7deaeab02a1c83b83e9cd40ac2ddec3f0674e54876a9fe48dd3b5c82f17cfb899f13d504d7a907d74cbbed8d4cc7e6f7d2a57ff6e6509ec56bef44b12fdb67f
DIST spu-tools-2.3.0.136.tar.gz 21981 SHA256
3b20bb66d42e77757390c62fe13ba6e57397f64c6c8688ae0dcfc901805642c4 SHA512
d25ef8fda067ee98eb698859c21f497ae1a09a6d791c0c2063957beb022b2f2946f9df7e78907b4d3b2f71021fa3c2f76012db7154faaee5be3285a0224c7612
WHIRLPOOL
6cd2b674d6c5e4c8ae9f1af75cdb46be2688bf8a5b441c93a3e66e4e0500746799a910eef396bec17fefd9453dd6961d23607f84017c7d25e5113ee13dd486c1
diff --git a/sys-apps/spu-tools/spu-tools-2.2.80_p95.ebuild
b/sys-apps/spu-tools/spu-tools-2.2.80_p95.ebuild
deleted file mode 100644
index 940b330..0000000
--- a/sys-apps/spu-tools/spu-tools-2.2.80_p95.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-MY_P=${P/_p/-}
-
-DESCRIPTION="CELL spu ps and top alike utilities"
-HOMEPAGE="https://sourceforge.net/projects/libspe"
-SRC_URI="mirror://sourceforge/libspe/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="ppc ppc64"
-IUSE=""
-
-DEPEND="sys-libs/ncurses
- sys-apps/help2man"
-RDEPEND="sys-libs/ncurses"
-
-S="${WORKDIR}/${PN}/src"
-
-src_compile() {
- emake all || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="$D" install || die
-}