app-emulation/spim: Disable test (hangs forever) and avoid invalid desktop file
authorHanno <hanno@gentoo.org>
Mon, 1 Feb 2016 15:26:56 +0000 (16:26 +0100)
committerHanno <hanno@gentoo.org>
Mon, 1 Feb 2016 15:27:46 +0000 (16:27 +0100)
Package-Manager: portage-2.2.27

app-emulation/spim/spim-8.0-r1.ebuild

index f00ca7fe089baa6218e8826f66b71390d85022bc..fb0b06b97595aaf8f18c01f4172a095c2d519bac 100644 (file)
@@ -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