Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-sports/foobillard/
Date: Tue, 01 May 2018 19:37:51
Message-Id: 1525203351.2d7761796ac1294dbbb052ed86c0162d156950c6.pacho@gentoo
1 commit: 2d7761796ac1294dbbb052ed86c0162d156950c6
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 1 18:39:07 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue May 1 19:35:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d776179
7
8 games-sports/foobillard: Drop old
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 games-sports/foobillard/foobillard-3.0a.ebuild | 53 --------------------------
13 1 file changed, 53 deletions(-)
14
15 diff --git a/games-sports/foobillard/foobillard-3.0a.ebuild b/games-sports/foobillard/foobillard-3.0a.ebuild
16 deleted file mode 100644
17 index e68d118c802..00000000000
18 --- a/games-sports/foobillard/foobillard-3.0a.ebuild
19 +++ /dev/null
20 @@ -1,53 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -inherit eutils flag-o-matic autotools toolchain-funcs games
26 -
27 -DESCRIPTION="8ball, 9ball, snooker and carambol game"
28 -HOMEPAGE="http://foobillard.sourceforge.net/"
29 -SRC_URI="mirror://gentoo/${P}.tar.gz"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~x86 ~x86-fbsd"
34 -IUSE="sdl video_cards_nvidia"
35 -
36 -DEPEND="x11-libs/libXaw
37 - x11-libs/libXi
38 - virtual/opengl
39 - virtual/glu
40 - >=media-libs/freetype-2.0.9
41 - media-libs/libpng:0
42 - sdl? ( media-libs/libsdl[video] )
43 - !sdl? ( media-libs/freeglut )"
44 -RDEPEND=${DEPEND}
45 -
46 -src_prepare() {
47 - epatch \
48 - "${FILESDIR}"/${P}-no_nvidia.patch \
49 - "${FILESDIR}"/${P}-fbsd.patch \
50 - "${FILESDIR}"/${P}-as-needed.patch \
51 - "${FILESDIR}"/${P}-gl-clamp.patch
52 - mv configure.{in,ac}
53 - rm aclocal.m4
54 -
55 - eautoreconf
56 -}
57 -
58 -src_configure() {
59 - use video_cards_nvidia && append-ldflags -L/usr/$(get_libdir)/opengl/nvidia/lib
60 - egamesconf \
61 - --enable-sound \
62 - $(use_enable sdl SDL) \
63 - $(use_enable !sdl glut) \
64 - $(use_enable video_cards_nvidia nvidia)
65 -}
66 -
67 -src_install() {
68 - default
69 - doman foobillard.6
70 - newicon data/full_symbol.png foobillard.png
71 - make_desktop_entry foobillard Foobillard
72 - prepgamesdirs
73 -}