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 6623B1382C5 for ; Tue, 1 May 2018 19:37:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98CD5E0AAE; Tue, 1 May 2018 19:37:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 619B0E0AA5 for ; Tue, 1 May 2018 19:37:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 91D1C335C95 for ; Tue, 1 May 2018 19:37:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC3882B8 for ; Tue, 1 May 2018 19:37:39 +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: <1525203350.84207245c6718383b8013a8231ae532dcd80c7d9.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-sports/foobillard/, games-sports/foobillard/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-sports/foobillard/files/foobillard-3.0a-no_nvidia.patch games-sports/foobillard/foobillard-3.0a-r1.ebuild X-VCS-Directories: games-sports/foobillard/files/ games-sports/foobillard/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 84207245c6718383b8013a8231ae532dcd80c7d9 X-VCS-Branch: master Date: Tue, 1 May 2018 19:37:39 +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: 4138d5af-1048-4966-8c60-d416b9844113 X-Archives-Hash: 81128447e2703040ec5edadefe551126 commit: 84207245c6718383b8013a8231ae532dcd80c7d9 Author: Pacho Ramos gentoo org> AuthorDate: Tue May 1 18:38:58 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue May 1 19:35:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84207245 games-sports/foobillard: Stop using games.eclass Package-Manager: Portage-2.3.31, Repoman-2.3.9 .../files/foobillard-3.0a-no_nvidia.patch | 4 +- games-sports/foobillard/foobillard-3.0a-r1.ebuild | 54 ++++++++++++++++++++++ 2 files changed, 56 insertions(+), 2 deletions(-) diff --git a/games-sports/foobillard/files/foobillard-3.0a-no_nvidia.patch b/games-sports/foobillard/files/foobillard-3.0a-no_nvidia.patch index b43707bc403..8a9a33c43ea 100644 --- a/games-sports/foobillard/files/foobillard-3.0a-no_nvidia.patch +++ b/games-sports/foobillard/files/foobillard-3.0a-no_nvidia.patch @@ -1,5 +1,5 @@ ---- src/ball.c.orig 2004-06-02 07:00:57.000000000 -0400 -+++ src/ball.c 2004-06-02 07:03:52.000000000 -0400 +--- a/src/ball.c.orig 2004-06-02 07:00:57.000000000 -0400 ++++ b/src/ball.c 2004-06-02 07:03:52.000000000 -0400 @@ -1821,6 +1821,7 @@ } else if( options_cuberef && cuberef_binds!=0 ){ glBindTexture(GL_TEXTURE_CUBE_MAP_ARB, cuberef_binds[i]); diff --git a/games-sports/foobillard/foobillard-3.0a-r1.ebuild b/games-sports/foobillard/foobillard-3.0a-r1.ebuild new file mode 100644 index 00000000000..02844b26cb9 --- /dev/null +++ b/games-sports/foobillard/foobillard-3.0a-r1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit autotools desktop flag-o-matic toolchain-funcs + +DESCRIPTION="8ball, 9ball, snooker and carambol game" +HOMEPAGE="http://foobillard.sourceforge.net/" +SRC_URI="mirror://gentoo/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" +IUSE="sdl video_cards_nvidia" + +DEPEND="x11-libs/libXaw + x11-libs/libXi + virtual/opengl + virtual/glu + >=media-libs/freetype-2.0.9:2 + media-libs/libpng:0= + sdl? ( media-libs/libsdl[video] ) + !sdl? ( media-libs/freeglut ) +" +RDEPEND="${DEPEND}" + +src_prepare() { + default + eapply \ + "${FILESDIR}"/${P}-no_nvidia.patch \ + "${FILESDIR}"/${P}-fbsd.patch \ + "${FILESDIR}"/${P}-as-needed.patch \ + "${FILESDIR}"/${P}-gl-clamp.patch + mv configure.{in,ac} + rm aclocal.m4 + + eautoreconf +} + +src_configure() { + use video_cards_nvidia && append-ldflags -L/usr/$(get_libdir)/opengl/nvidia/lib + econf \ + --enable-sound \ + $(use_enable sdl SDL) \ + $(use_enable !sdl glut) \ + $(use_enable video_cards_nvidia nvidia) +} + +src_install() { + default + doman foobillard.6 + newicon data/full_symbol.png foobillard.png + make_desktop_entry foobillard Foobillard +}