public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/bumprace/
@ 2021-04-04  6:33 Sam James
  0 siblings, 0 replies; only message in thread
From: Sam James @ 2021-04-04  6:33 UTC (permalink / raw
  To: gentoo-commits

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
 }


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-04  6:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-04  6:33 [gentoo-commits] repo/gentoo:master commit in: games-arcade/bumprace/ Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox