From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 995DF1388C1 for ; Fri, 13 Nov 2015 13:20:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B22221C180; Fri, 13 Nov 2015 13:20:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BED3721C180 for ; Fri, 13 Nov 2015 13:20:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DEFCA340686 for ; Fri, 13 Nov 2015 13:20:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F05281470 for ; Fri, 13 Nov 2015 13:20:50 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1447420845.223c1eb1edffb15e60f1ded50720c6fd48c5a4aa.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/spu-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/spu-tools/Manifest sys-apps/spu-tools/spu-tools-2.2.80_p95.ebuild X-VCS-Directories: sys-apps/spu-tools/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 223c1eb1edffb15e60f1ded50720c6fd48c5a4aa X-VCS-Branch: master Date: Fri, 13 Nov 2015 13:20:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8fe65a6c-e9cd-45ec-8ef0-4d04488c4901 X-Archives-Hash: b35706ebe714f2545b14814135fa7f99 commit: 223c1eb1edffb15e60f1ded50720c6fd48c5a4aa Author: Justin Lecher gentoo org> AuthorDate: Fri Nov 13 10:19:15 2015 +0000 Commit: Justin Lecher gentoo 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 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 -}