public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/spim/
Date: Thu,  1 Apr 2021 21:17:27 +0000 (UTC)	[thread overview]
Message-ID: <1617311823.d9bf4ffc7dbce29041e670e2462001998dd8c417.sam@gentoo> (raw)

commit:     d9bf4ffc7dbce29041e670e2462001998dd8c417
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  1 01:54:00 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr  1 21:17:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9bf4ffc

app-emulation/spim: EAPI 7, MissingInherits (desktop)

Closes: https://bugs.gentoo.org/726562
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/spim/spim-8.0-r3.ebuild | 32 ++++++++++++++++++--------------
 1 file changed, 18 insertions(+), 14 deletions(-)

diff --git a/app-emulation/spim/spim-8.0-r3.ebuild b/app-emulation/spim/spim-8.0-r3.ebuild
index 2b2aacf0d76..05f6fcdf21f 100644
--- a/app-emulation/spim/spim-8.0-r3.ebuild
+++ b/app-emulation/spim/spim-8.0-r3.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit toolchain-funcs
+EAPI=7
+
+inherit desktop toolchain-funcs
 
 DESCRIPTION="MIPS Simulator"
 HOMEPAGE="http://spimsimulator.sourceforge.net/"
@@ -16,23 +17,26 @@ IUSE="doc X"
 RDEPEND="
 	X? (
 		media-fonts/font-adobe-100dpi
-		x11-libs/libXaw )
-"
-DEPEND="${RDEPEND}
-	X? (
-		x11-base/xorg-proto
-		x11-misc/imake
+		x11-libs/libXaw
 	)
+"
+DEPEND="
+	${RDEPEND}
+	X? ( x11-base/xorg-proto )
+"
+BDEPEND="
 	sys-devel/bison
+	X? ( x11-misc/imake )
 "
+
 # test hangs forever, disabling it
 RESTRICT="test"
 
 src_prepare() {
-	# fix bugs 240005 and 243588
+	# fix bug #240005 and bug #243588
 	eapply "${FILESDIR}/${P}-r1-respect_env.patch"
 
-	#fix bug 330389
+	# fix bug #330389
 	sed -i -e 's:-12-\*-75-:-14-\*-100-:g' xspim/xspim.c || die
 
 	default
@@ -56,6 +60,10 @@ src_compile() {
 	fi
 }
 
+src_test() {
+	emake -C spim test
+}
+
 src_install() {
 	emake DESTDIR="${ED}" -C spim install
 	newman Documentation/spim.man spim.1
@@ -74,7 +82,3 @@ src_install() {
 		dodoc Documentation/TeX/{cycle,spim}.ps
 	fi
 }
-
-src_test() {
-	emake -C spim test
-}


             reply	other threads:[~2021-04-01 21:17 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-01 21:17 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-01-06 13:08 [gentoo-commits] repo/gentoo:master commit in: app-emulation/spim/ Fabian Groffen
2018-04-01 23:40 Matt Turner
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=1617311823.d9bf4ffc7dbce29041e670e2462001998dd8c417.sam@gentoo \
    --to=sam@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