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 318C9138331 for ; Mon, 3 Oct 2016 19:12:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AC71E0BB1; Mon, 3 Oct 2016 19:12:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F0D0E0BB1 for ; Mon, 3 Oct 2016 19:12:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9BEBA340EFD for ; Mon, 3 Oct 2016 19:12:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23DAC2480 for ; Mon, 3 Oct 2016 19:12:49 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1475521877.b643b12349090d4baa7cf134998b827033c940b7.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-sports/ultimatestunts/files/, games-sports/ultimatestunts/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-sports/ultimatestunts/files/ultimatestunts-0.7.7-gcc-4.7.patch games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild X-VCS-Directories: games-sports/ultimatestunts/files/ games-sports/ultimatestunts/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: b643b12349090d4baa7cf134998b827033c940b7 X-VCS-Branch: master Date: Mon, 3 Oct 2016 19:12:49 +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-Archives-Salt: bd23d550-1f44-4411-8b62-b0866cc11b41 X-Archives-Hash: 870da1f05e759a37cbca89dfc4cac0a3 commit: b643b12349090d4baa7cf134998b827033c940b7 Author: Austin English gentoo org> AuthorDate: Fri Sep 30 17:15:10 2016 +0000 Commit: Austin English gentoo org> CommitDate: Mon Oct 3 19:11:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b643b123 games-sports/ultimatestunts: remove deprecated games eclass Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: portage-2.3.0 .../files/ultimatestunts-0.7.7-gcc-4.7.patch | 4 +- .../ultimatestunts/ultimatestunts-0.7.7-r1.ebuild | 60 ++++++++++++++++++++++ 2 files changed, 62 insertions(+), 2 deletions(-) diff --git a/games-sports/ultimatestunts/files/ultimatestunts-0.7.7-gcc-4.7.patch b/games-sports/ultimatestunts/files/ultimatestunts-0.7.7-gcc-4.7.patch index 0ce375c..f323bce 100644 --- a/games-sports/ultimatestunts/files/ultimatestunts-0.7.7-gcc-4.7.patch +++ b/games-sports/ultimatestunts/files/ultimatestunts-0.7.7-gcc-4.7.patch @@ -4,8 +4,8 @@ Subject: fix compilation on gcc-4.7 https://bugs.gentoo.org/show_bug.cgi?id=426612 ---- simulation/metaserver.cpp -+++ simulation/metaserver.cpp +--- a/simulation/metaserver.cpp ++++ b/simulation/metaserver.cpp @@ -16,6 +16,7 @@ ***************************************************************************/ #include diff --git a/games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild b/games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild new file mode 100644 index 00000000..e6f0860 --- /dev/null +++ b/games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit eutils flag-o-matic versionator + +MY_P=${PN}-srcdata-$(replace_all_version_separators)1 +DESCRIPTION="Remake of the famous Stunts game" +HOMEPAGE="http://www.ultimatestunts.nl/" +SRC_URI="mirror://sourceforge/ultimatestunts/${MY_P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="nls" + +RDEPEND=" + media-libs/freealut + media-libs/libsdl[joystick,opengl,video] + media-libs/libvorbis + >=media-libs/openal-1 + media-libs/sdl-image + virtual/opengl + virtual/glu + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} + sys-devel/gettext" + +S=${WORKDIR}/${MY_P} + +PATCHES=( + "${FILESDIR}"/${P}-paths.patch + "${FILESDIR}"/${P}-gcc-4.7.patch +) + +src_prepare() { + default + + esvn_clean + append-cppflags $(sdl-config --cflags) +} + +src_configure() { + econf \ + --with-openal \ + $(use_enable nls) +} + +src_compile() { + emake -C trackedit libtrackedit.a + emake +} + +src_install() { + default + + newicon data/cars/diablo/steer.png ${PN}.png + make_desktop_entry ustunts "Ultimate Stunts" +}