From cf1ef7c718b71b575aadd9b8c8ac9bd0bfcb5852 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 4 Apr 2021 05:06:14 +0000 Subject: games-arcade/bumprace: port to EAPI 7, games.eclass-- Signed-off-by: Sam James --- games-arcade/bumprace/bumprace-1.5.3-r1.ebuild | 28 ++++++++++++++++++++++++++ games-arcade/bumprace/bumprace-1.5.3.ebuild | 27 ------------------------- 2 files changed, 28 insertions(+), 27 deletions(-) create mode 100644 games-arcade/bumprace/bumprace-1.5.3-r1.ebuild delete mode 100644 games-arcade/bumprace/bumprace-1.5.3.ebuild (limited to 'games-arcade') diff --git a/games-arcade/bumprace/bumprace-1.5.3-r1.ebuild b/games-arcade/bumprace/bumprace-1.5.3-r1.ebuild new file mode 100644 index 000000000000..e283536bccab --- /dev/null +++ b/games-arcade/bumprace/bumprace-1.5.3-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop + +DESCRIPTION="simple arcade racing game" +HOMEPAGE="http://www.linux-games.com/bumprace/" +SRC_URI="http://user.cs.tu-berlin.de/~karlb/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + media-libs/libsdl[sound,video] + media-libs/sdl-image[gif,jpeg,png] + media-libs/sdl-mixer[mod] + virtual/jpeg:0 + sys-libs/zlib +" +RDEPEND="${DEPEND}" + +src_install() { + default + make_desktop_entry bumprace BumpRace +} diff --git a/games-arcade/bumprace/bumprace-1.5.3.ebuild b/games-arcade/bumprace/bumprace-1.5.3.ebuild deleted file mode 100644 index cd28a4e023c1..000000000000 --- a/games-arcade/bumprace/bumprace-1.5.3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="simple arcade racing game" -HOMEPAGE="http://www.linux-games.com/bumprace/" -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] - media-libs/sdl-mixer[mod] - virtual/jpeg:0 - sys-libs/zlib - media-libs/sdl-image[gif,jpeg,png]" -RDEPEND=${DEPEND} - -src_install() { - default - make_desktop_entry bumprace BumpRace - prepgamesdirs -} -- cgit v1.2.3-65-gdbad