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 5A531158020 for ; Wed, 26 Oct 2022 16:28:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A00C6E08C3; Wed, 26 Oct 2022 16:28:20 +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 83030E08C3 for ; Wed, 26 Oct 2022 16:28:20 +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 9A8E6340F44 for ; Wed, 26 Oct 2022 16:28:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F30C61D for ; Wed, 26 Oct 2022 16:28:18 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1666801617.0bef89c3442d2af48249cb07b370a4c0de87b73b.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/extreme-tuxracer/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/extreme-tuxracer/Manifest games-action/extreme-tuxracer/extreme-tuxracer-0.8.2.ebuild X-VCS-Directories: games-action/extreme-tuxracer/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 0bef89c3442d2af48249cb07b370a4c0de87b73b X-VCS-Branch: master Date: Wed, 26 Oct 2022 16:28:18 +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: 9b182d1f-6409-4e31-91a3-70795731d78b X-Archives-Hash: 6e98b0b53854afeb2709bad0859761f2 commit: 0bef89c3442d2af48249cb07b370a4c0de87b73b Author: Pacho Ramos gentoo org> AuthorDate: Wed Oct 26 15:59:29 2022 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Oct 26 16:26:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bef89c3 games-action/extreme-tuxracer: add 0.8.2 Closes: https://bugs.gentoo.org/829470 Signed-off-by: Pacho Ramos gentoo.org> games-action/extreme-tuxracer/Manifest | 1 + .../extreme-tuxracer/extreme-tuxracer-0.8.2.ebuild | 40 ++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/games-action/extreme-tuxracer/Manifest b/games-action/extreme-tuxracer/Manifest index e7f0549ece5a..69a0ac6ad71d 100644 --- a/games-action/extreme-tuxracer/Manifest +++ b/games-action/extreme-tuxracer/Manifest @@ -1 +1,2 @@ DIST extreme-tuxracer-0.8.0.tar.xz 40817900 BLAKE2B 79462dddfc531d1c17f2b9ce8e5bc4a250cb7ea48ff6f37ceb9eb7f0bcbf97f3a0ae9b09a8c09fa36bc71f8982dbeb2b1e67cddd967252fe0c9af013781546c7 SHA512 ff1e4dab4d2e72960eb8dd9643f0150255fe4196c2b25e67dd0d266a89f0b247ce76f818927cda35bbd669972f31f79b1461ccb1b2c7aeeb8d70aa39ed7bfd6d +DIST extreme-tuxracer-0.8.2.tar.xz 40828312 BLAKE2B dfc550457ac37f4aa0c649e1368610eb417e450eea454ed20dd57d7799f376714531861da69683ea1437f222ebd18acd8ccb14c5ce97c9225185d5bf6c8ef49d SHA512 572b494e82f00853b38b3913f0ef34d0a5c0b6655626fa6c72c76f7a41f723ff6fc3c20ca54d835ed5dba462f22896882e9c37ddf5b3e840ea14af3d336addb8 diff --git a/games-action/extreme-tuxracer/extreme-tuxracer-0.8.2.ebuild b/games-action/extreme-tuxracer/extreme-tuxracer-0.8.2.ebuild new file mode 100644 index 000000000000..9e45df3444fd --- /dev/null +++ b/games-action/extreme-tuxracer/extreme-tuxracer-0.8.2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2022 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" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +RDEPEND=" + >=media-libs/libsfml-2.4:0= + virtual/glu + virtual/opengl +" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +S="${WORKDIR}/etr-${PV/_/}" + +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/etr.desktop +}