Gentoo Archives: gentoo-commits

From: Hanno Boeck <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/spim/
Date: Mon, 01 Feb 2016 15:27:29
Message-Id: 1454340466.4240f1b91cfa7e131af4b841fdf81e42f396b5d0.hanno@gentoo
1 commit: 4240f1b91cfa7e131af4b841fdf81e42f396b5d0
2 Author: Hanno <hanno <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 15:26:56 2016 +0000
4 Commit: Hanno Boeck <hanno <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 15:27:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4240f1b9
7
8 app-emulation/spim: Disable test (hangs forever) and avoid invalid desktop file
9
10 Package-Manager: portage-2.2.27
11
12 app-emulation/spim/spim-8.0-r1.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/app-emulation/spim/spim-8.0-r1.ebuild b/app-emulation/spim/spim-8.0-r1.ebuild
16 index f00ca7f..fb0b06b 100644
17 --- a/app-emulation/spim/spim-8.0-r1.ebuild
18 +++ b/app-emulation/spim/spim-8.0-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2012 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -23,6 +23,8 @@ DEPEND="${RDEPEND}
26 x11-proto/xproto )
27 >=sys-apps/sed-4
28 sys-devel/bison"
29 +# test hangs forever, disabling it
30 +RESTRICT="test"
31
32 src_prepare() {
33 # fix bugs 240005 and 243588
34 @@ -60,8 +62,7 @@ src_install() {
35 fi
36
37 doicon "${FILESDIR}"/xspim.svg || die
38 - make_desktop_entry xspim xSPIM xspim "ComputerScience;Science;Education" \
39 - "Comment=Graphical MIPS32 Assembly language emulator"
40 + make_desktop_entry xspim xSPIM xspim "ComputerScience;Science;Education"
41
42 dohtml Documentation/SPIM.html || die
43 dodoc ChangeLog Documentation/BLURB README VERSION || die