From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E25C11382C5 for ; Sun, 4 Apr 2021 06:33:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42C69E086E; Sun, 4 Apr 2021 06:33:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2BEA4E086E for ; Sun, 4 Apr 2021 06:33:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A650340C9C for ; Sun, 4 Apr 2021 06:33:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CE996BD for ; Sun, 4 Apr 2021 06:33:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617517965.cf1ef7c718b71b575aadd9b8c8ac9bd0bfcb5852.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/bumprace/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/bumprace/bumprace-1.5.3-r1.ebuild games-arcade/bumprace/bumprace-1.5.3.ebuild X-VCS-Directories: games-arcade/bumprace/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cf1ef7c718b71b575aadd9b8c8ac9bd0bfcb5852 X-VCS-Branch: master Date: Sun, 4 Apr 2021 06:33:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d4a852dc-59e6-4836-9165-9488f0c3bde8 X-Archives-Hash: 702e1ec323b68796a4997f7f81d2497a commit: cf1ef7c718b71b575aadd9b8c8ac9bd0bfcb5852 Author: Sam James gentoo org> AuthorDate: Sun Apr 4 05:06:14 2021 +0000 Commit: Sam James gentoo 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 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 }