From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/spim/
Date: Sun, 1 Apr 2018 23:40:38 +0000 (UTC) [thread overview]
Message-ID: <1522625979.946b1b30ffb96ce7430f23f535b213255a16c9a0.mattst88@gentoo> (raw)
commit: 946b1b30ffb96ce7430f23f535b213255a16c9a0
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 1 23:39:39 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Apr 1 23:39:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=946b1b30
app-emulation/spim: Drop old
Closes: https://bugs.gentoo.org/649142
app-emulation/spim/spim-8.0-r2.ebuild | 77 -----------------------------------
1 file changed, 77 deletions(-)
diff --git a/app-emulation/spim/spim-8.0-r2.ebuild b/app-emulation/spim/spim-8.0-r2.ebuild
deleted file mode 100644
index 6de0890b3f0..00000000000
--- a/app-emulation/spim/spim-8.0-r2.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="MIPS Simulator"
-HOMEPAGE="http://spimsimulator.sourceforge.net/"
-SRC_URI="http://www.cs.wisc.edu/~larus/SPIM/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="doc X"
-
-RDEPEND="X? ( media-fonts/font-adobe-100dpi
- x11-libs/libXaw
- x11-libs/libXp )"
-DEPEND="${RDEPEND}
- X? ( x11-misc/imake
- x11-proto/xproto )
- >=sys-apps/sed-4
- sys-devel/bison"
-# test hangs forever, disabling it
-RESTRICT="test"
-
-src_prepare() {
- # fix bugs 240005 and 243588
- eapply "${FILESDIR}/${P}-r1-respect_env.patch"
-
- #fix bug 330389
- sed -i -e 's:-12-\*-75-:-14-\*-100-:g' xspim/xspim.c || die
-
- default
-}
-
-src_configure() {
- tc-export CC
- emake -C spim configuration
-
- if use X; then
- emake -C xspim configuration
- fi
-}
-
-src_compile() {
- emake DESTDIR="${EPREFIX}" -C spim
-
- if use X; then
- emake DESTDIR="${EPREFIX}" EXCEPTION_DIR=/var/lib/spim \
- -C xspim -j1 xspim
- fi
-}
-
-src_install() {
- emake DESTDIR="${ED}" -C spim install
- newman Documentation/spim.man spim.1
-
- if use X; then
- emake DESTDIR="${ED}" -C xspim install
- newman Documentation/xspim.man xspim.1
- fi
-
- doicon "${FILESDIR}"/xspim.svg
- make_desktop_entry xspim xSPIM xspim "ComputerScience;Science;Education"
-
- dodoc Documentation/SPIM.html
- dodoc ChangeLog Documentation/BLURB README VERSION
- if use doc ; then
- dodoc Documentation/TeX/{cycle,spim}.ps
- fi
-}
-
-src_test() {
- emake -C spim test
-}
next reply other threads:[~2018-04-01 23:40 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-01 23:40 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-04-01 21:17 [gentoo-commits] repo/gentoo:master commit in: app-emulation/spim/ Sam James
2021-01-06 13:08 Fabian Groffen
2018-04-01 23:40 Matt Turner
2018-04-01 23:40 Matt Turner
2018-04-01 23:36 Matt Turner
2018-03-01 18:28 Pacho Ramos
2017-12-17 12:28 Mikle Kolyada
2017-12-16 17:24 Tobias Klausmann
2017-11-26 12:17 Sergei Trofimovich
2016-02-01 15:27 Hanno Boeck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1522625979.946b1b30ffb96ce7430f23f535b213255a16c9a0.mattst88@gentoo \
--to=mattst88@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox