summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-05-01 20:39:07 +0200
committerPacho Ramos <pacho@gentoo.org>2018-05-01 21:35:51 +0200
commit2d7761796ac1294dbbb052ed86c0162d156950c6 (patch)
tree101a0d101aa9c037c0d1a02aa450cecc040b381f /games-sports
parentgames-sports/foobillard: Stop using games.eclass (diff)
downloadgentoo-2d7761796ac1294dbbb052ed86c0162d156950c6.tar.gz
gentoo-2d7761796ac1294dbbb052ed86c0162d156950c6.tar.bz2
gentoo-2d7761796ac1294dbbb052ed86c0162d156950c6.zip
games-sports/foobillard: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-sports')
-rw-r--r--games-sports/foobillard/foobillard-3.0a.ebuild53
1 files changed, 0 insertions, 53 deletions
diff --git a/games-sports/foobillard/foobillard-3.0a.ebuild b/games-sports/foobillard/foobillard-3.0a.ebuild
deleted file mode 100644
index e68d118c8027..000000000000
--- a/games-sports/foobillard/foobillard-3.0a.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils flag-o-matic autotools toolchain-funcs games
-
-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
- media-libs/libpng:0
- sdl? ( media-libs/libsdl[video] )
- !sdl? ( media-libs/freeglut )"
-RDEPEND=${DEPEND}
-
-src_prepare() {
- epatch \
- "${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
- egamesconf \
- --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
- prepgamesdirs
-}