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: games-arcade/bumprace/
Date: Sun,  4 Apr 2021 06:33:03 +0000 (UTC)	[thread overview]
Message-ID: <1617517965.cf1ef7c718b71b575aadd9b8c8ac9bd0bfcb5852.sam@gentoo> (raw)

commit:     cf1ef7c718b71b575aadd9b8c8ac9bd0bfcb5852
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  4 05:06:14 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr  4 06:32:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1ef7c7

games-arcade/bumprace: port to EAPI 7, games.eclass--

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{bumprace-1.5.3.ebuild => bumprace-1.5.3-r1.ebuild} | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/games-arcade/bumprace/bumprace-1.5.3.ebuild b/games-arcade/bumprace/bumprace-1.5.3-r1.ebuild
similarity index 68%
rename from games-arcade/bumprace/bumprace-1.5.3.ebuild
rename to games-arcade/bumprace/bumprace-1.5.3-r1.ebuild
index cd28a4e023c..e283536bcca 100644
--- a/games-arcade/bumprace/bumprace-1.5.3.ebuild
+++ b/games-arcade/bumprace/bumprace-1.5.3-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit eutils games
+EAPI=7
+
+inherit desktop
 
 DESCRIPTION="simple arcade racing game"
 HOMEPAGE="http://www.linux-games.com/bumprace/"
@@ -11,17 +12,17 @@ SRC_URI="http://user.cs.tu-berlin.de/~karlb/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-DEPEND="media-libs/libsdl[sound,video]
+DEPEND="
+	media-libs/libsdl[sound,video]
+	media-libs/sdl-image[gif,jpeg,png]
 	media-libs/sdl-mixer[mod]
 	virtual/jpeg:0
 	sys-libs/zlib
-	media-libs/sdl-image[gif,jpeg,png]"
-RDEPEND=${DEPEND}
+"
+RDEPEND="${DEPEND}"
 
 src_install() {
 	default
 	make_desktop_entry bumprace BumpRace
-	prepgamesdirs
 }


                 reply	other threads:[~2021-04-04  6:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1617517965.cf1ef7c718b71b575aadd9b8c8ac9bd0bfcb5852.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