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 A7CD458973 for ; Mon, 1 Feb 2016 15:27:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A20F21C00B; Mon, 1 Feb 2016 15:27:27 +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 99D9221C00B for ; Mon, 1 Feb 2016 15:27:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5408E340D3C for ; Mon, 1 Feb 2016 15:27:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BF068E2 for ; Mon, 1 Feb 2016 15:27:22 +0000 (UTC) From: "Hanno Boeck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Boeck" Message-ID: <1454340466.4240f1b91cfa7e131af4b841fdf81e42f396b5d0.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/spim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/spim/spim-8.0-r1.ebuild X-VCS-Directories: app-emulation/spim/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Boeck X-VCS-Revision: 4240f1b91cfa7e131af4b841fdf81e42f396b5d0 X-VCS-Branch: master Date: Mon, 1 Feb 2016 15:27:22 +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: 5132e695-e421-4261-a5db-3a2fbc228aa6 X-Archives-Hash: 4451b0aa585c444670cf7b05d3906882 commit: 4240f1b91cfa7e131af4b841fdf81e42f396b5d0 Author: Hanno gentoo org> AuthorDate: Mon Feb 1 15:26:56 2016 +0000 Commit: Hanno Boeck gentoo org> CommitDate: Mon Feb 1 15:27:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4240f1b9 app-emulation/spim: Disable test (hangs forever) and avoid invalid desktop file Package-Manager: portage-2.2.27 app-emulation/spim/spim-8.0-r1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app-emulation/spim/spim-8.0-r1.ebuild b/app-emulation/spim/spim-8.0-r1.ebuild index f00ca7f..fb0b06b 100644 --- a/app-emulation/spim/spim-8.0-r1.ebuild +++ b/app-emulation/spim/spim-8.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -23,6 +23,8 @@ DEPEND="${RDEPEND} x11-proto/xproto ) >=sys-apps/sed-4 sys-devel/bison" +# test hangs forever, disabling it +RESTRICT="test" src_prepare() { # fix bugs 240005 and 243588 @@ -60,8 +62,7 @@ src_install() { fi doicon "${FILESDIR}"/xspim.svg || die - make_desktop_entry xspim xSPIM xspim "ComputerScience;Science;Education" \ - "Comment=Graphical MIPS32 Assembly language emulator" + make_desktop_entry xspim xSPIM xspim "ComputerScience;Science;Education" dohtml Documentation/SPIM.html || die dodoc ChangeLog Documentation/BLURB README VERSION || die