diff options
author | Hanno <hanno@gentoo.org> | 2016-02-01 16:26:56 +0100 |
---|---|---|
committer | Hanno <hanno@gentoo.org> | 2016-02-01 16:27:46 +0100 |
commit | 4240f1b91cfa7e131af4b841fdf81e42f396b5d0 (patch) | |
tree | 7d8986d3d790266c77413489896905293dad0bce /app-emulation/spim | |
parent | net-firewall/firewalld: version bump (diff) | |
download | gentoo-4240f1b91cfa7e131af4b841fdf81e42f396b5d0.tar.gz gentoo-4240f1b91cfa7e131af4b841fdf81e42f396b5d0.tar.bz2 gentoo-4240f1b91cfa7e131af4b841fdf81e42f396b5d0.zip |
app-emulation/spim: Disable test (hangs forever) and avoid invalid desktop file
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-emulation/spim')
-rw-r--r-- | app-emulation/spim/spim-8.0-r1.ebuild | 7 |
1 files 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 f00ca7fe089b..fb0b06b97595 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 |