From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/extreme-tuxracer/
Date: Fri, 5 Jul 2024 17:41:54 +0000 (UTC) [thread overview]
Message-ID: <1720201278.f85efcdb7f6c1dd9e85badf00a5cfa209bec6890.conikost@gentoo> (raw)
commit: f85efcdb7f6c1dd9e85badf00a5cfa209bec6890
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Jul 5 10:10:15 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Jul 5 17:41:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f85efcdb
games-action/extreme-tuxracer: add 0.8.4
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/37445
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
games-action/extreme-tuxracer/Manifest | 1 +
.../extreme-tuxracer/extreme-tuxracer-0.8.4.ebuild | 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/games-action/extreme-tuxracer/Manifest b/games-action/extreme-tuxracer/Manifest
index 5e49d40ee85e..f8480c162d01 100644
--- a/games-action/extreme-tuxracer/Manifest
+++ b/games-action/extreme-tuxracer/Manifest
@@ -1 +1,2 @@
DIST extreme-tuxracer-0.8.2.tar.xz 40828312 BLAKE2B dfc550457ac37f4aa0c649e1368610eb417e450eea454ed20dd57d7799f376714531861da69683ea1437f222ebd18acd8ccb14c5ce97c9225185d5bf6c8ef49d SHA512 572b494e82f00853b38b3913f0ef34d0a5c0b6655626fa6c72c76f7a41f723ff6fc3c20ca54d835ed5dba462f22896882e9c37ddf5b3e840ea14af3d336addb8
+DIST extreme-tuxracer-0.8.4.tar.xz 40862904 BLAKE2B 4e49f2d3912a91bb9866a42361e919c474c4e9190bae3b6eaa1d568e628958c3aaf735a190128ca4335a40220f6d15186c515c93a7eaa7f17121a81a826feb20 SHA512 65d54bfef59cf83eec9ee761ac24c728d3118cf47105920f22057b59425eba65e03967196d4a93039f30b9420e67b10f296ec7deed7e506ad78c7bb5ce5ed0d2
diff --git a/games-action/extreme-tuxracer/extreme-tuxracer-0.8.4.ebuild b/games-action/extreme-tuxracer/extreme-tuxracer-0.8.4.ebuild
new file mode 100644
index 000000000000..da4778f4f9f0
--- /dev/null
+++ b/games-action/extreme-tuxracer/extreme-tuxracer-0.8.4.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools desktop xdg
+
+DESCRIPTION="High speed arctic racing game based on Tux Racer"
+HOMEPAGE="https://sourceforge.net/p/extremetuxracer/wiki/Home/"
+SRC_URI="https://download.sourceforge.net/extremetuxracer/etr-${PV}.tar.xz -> ${P}.tar.xz"
+S="${WORKDIR}/etr-${PV/_/}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+ >=media-libs/libsfml-2.4:0=
+ virtual/glu
+ virtual/opengl
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+ default
+ # kind of ugly in there so we'll do it ourselves
+ sed -i -e '/SUBDIRS/s/resources doc//' Makefile.am || die
+ eautoreconf
+}
+
+src_install() {
+ default
+ dodoc doc/{code,courses_events,guide,score_algorithm}
+ doicon -s 64 resources/etr.png
+ doicon -s scalable resources/etr.svg
+ domenu resources/net.sourceforge.extremetuxracer.desktop
+}
next reply other threads:[~2024-07-05 17:42 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-05 17:41 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-12-19 7:23 [gentoo-commits] repo/gentoo:master commit in: games-action/extreme-tuxracer/ Ionen Wolkens
2022-10-26 16:28 Pacho Ramos
2022-06-10 21:38 Jakov Smolić
2021-10-10 2:20 Sam James
2021-09-12 14:26 Yixun Lan
2021-06-23 2:24 Ionen Wolkens
2021-04-25 18:37 Sergei Trofimovich
2021-04-25 18:00 Sergei Trofimovich
2021-04-06 18:18 Sam James
2020-02-10 1:12 Stefan Strogin
2018-08-15 10:33 Michał Górny
2017-11-19 15:52 Pacho Ramos
2017-11-19 15:52 Pacho Ramos
2017-01-24 23:40 Austin English
2016-06-06 14:31 Agostino Sarubbo
2016-04-28 23:53 Michael Sterrett
2016-04-18 0:31 Michael Sterrett
2016-03-29 3:00 Michael Sterrett
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=1720201278.f85efcdb7f6c1dd9e85badf00a5cfa209bec6890.conikost@gentoo \
--to=conikost@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