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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F1F30158046 for ; Thu, 10 Oct 2024 20:29:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3632BE2AB0; Thu, 10 Oct 2024 20:29:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19C54E2AB0 for ; Thu, 10 Oct 2024 20:29:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 362B834312C for ; Thu, 10 Oct 2024 20:29:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 742FC22DA for ; Thu, 10 Oct 2024 20:29:53 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1728591694.741dd4d1520fee579059e8c71b29366f8f7ecc62.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/bumprace/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/bumprace/Manifest games-arcade/bumprace/bumprace-1.5.8.ebuild X-VCS-Directories: games-arcade/bumprace/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 741dd4d1520fee579059e8c71b29366f8f7ecc62 X-VCS-Branch: master Date: Thu, 10 Oct 2024 20:29:53 +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: d6afa480-7a5c-404d-baa0-f336b8336022 X-Archives-Hash: 2ac17d699623c1d88f1db308e3d12ef3 commit: 741dd4d1520fee579059e8c71b29366f8f7ecc62 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Aug 3 08:33:39 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Oct 10 20:21:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741dd4d1 games-arcade/bumprace: add 1.5.8 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> games-arcade/bumprace/Manifest | 1 + games-arcade/bumprace/bumprace-1.5.8.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/games-arcade/bumprace/Manifest b/games-arcade/bumprace/Manifest index 7eea408b9678..a2bf647636af 100644 --- a/games-arcade/bumprace/Manifest +++ b/games-arcade/bumprace/Manifest @@ -1 +1,2 @@ DIST bumprace-1.5.3.tar.gz 906459 BLAKE2B d08d1760cfb01eb7426c012233152007ba196e1ae6774d0474d3b9dcfa45608d08d6f18b9ea5c337c6f7f78eb13e887d1e2a4b92e48792f5f481a7efb123fbc2 SHA512 35bc35e82f587dce9f096f68b74f4fe0c0020f7ee2f972f9c0a99473a2dfbd9e61412c030a93194165d9d5968f6b68a6d1656f8e77dd46352f00a53e47ad94c6 +DIST bumprace-1.5.8.tar.gz 4353423 BLAKE2B 6d6c7f937ba1270c2544f4af0153772ca7428b4cb15b4129a18d17c1ebcd82b482d0557010268d4e009b41251b84b950cccb431abd3eef262df1cec120e90240 SHA512 bffc1d829deb048644fa21eb4566e2008573c0ee2e6f96e75470c8a6fa4cacb788cb93adf6e24b53f32884fd999880ffc527a903ce617a376cb5aae4c1b97480 diff --git a/games-arcade/bumprace/bumprace-1.5.8.ebuild b/games-arcade/bumprace/bumprace-1.5.8.ebuild new file mode 100644 index 000000000000..7ccd2496d3f4 --- /dev/null +++ b/games-arcade/bumprace/bumprace-1.5.8.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit desktop + +DESCRIPTION="Simple arcade racing game" +HOMEPAGE="https://www.linux-games.com/bumprace/" +SRC_URI="https://github.com/karlb/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + media-libs/libjpeg-turbo:= + media-libs/libsdl[sound,video] + media-libs/sdl-image[gif,jpeg,png] + media-libs/sdl-mixer[mod] + sys-libs/zlib +" +RDEPEND="${DEPEND}" + +src_install() { + default + make_desktop_entry bumprace BumpRace +}