From 43679f40a4d8e0b25583ff3f2ece0ee9ce9fe2b4 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Wed, 20 Dec 2017 22:30:31 +0100 Subject: games-sports/torcs: Remove old Package-Manager: Portage-2.3.16, Repoman-2.3.6 --- games-sports/torcs/torcs-1.3.6.ebuild | 64 ----------------------------------- 1 file changed, 64 deletions(-) delete mode 100644 games-sports/torcs/torcs-1.3.6.ebuild (limited to 'games-sports/torcs') diff --git a/games-sports/torcs/torcs-1.3.6.ebuild b/games-sports/torcs/torcs-1.3.6.ebuild deleted file mode 100644 index 76fef73dc271..000000000000 --- a/games-sports/torcs/torcs-1.3.6.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools eutils multilib games - -DESCRIPTION="The Open Racing Car Simulator" -HOMEPAGE="http://torcs.sourceforge.net/" -SRC_URI="mirror://sourceforge/torcs/${P}.tar.bz2" - -LICENSE="GPL-2 FreeArt" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="media-libs/freealut - media-libs/freeglut - media-libs/libpng:0 - media-libs/libvorbis:= - media-libs/openal - >=media-libs/plib-1.8.5 - sys-libs/zlib:0= - virtual/opengl - virtual/glu - x11-libs/libX11 - x11-libs/libXrandr" -DEPEND="${RDEPEND} - x11-proto/xf86vidmodeproto" - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-no-automake.patch \ - "${FILESDIR}"/${P}-as-needed.patch \ - "${FILESDIR}"/${P}-flags.patch \ - "${FILESDIR}"/${P}-format.patch \ - "${FILESDIR}"/${P}-noXmuXt.patch \ - "${FILESDIR}"/${P}-gcc6.patch - eautoreconf - ecvs_clean -} - -src_configure() { - addpredict $(echo /dev/snd/controlC? | sed 's/ /:/g') - [[ -e /dev/dsp ]] && addpredict /dev/dsp - egamesconf \ - --datadir="${GAMES_DATADIR_BASE}" \ - --x-libraries=/usr/$(get_libdir) \ - --enable-xrandr -} - -src_compile() { - # So ugly... patches welcome. - emake -j1 -} - -src_install() { - emake -j1 DESTDIR="${D}" install datainstall - newicon Ticon.png ${PN}.png - make_desktop_entry ${PN} TORCS - dodoc README doc/history/history.txt - doman doc/man/*.6 - dohtml -r doc/faq/faq.html doc/tutorials doc/userman - prepgamesdirs -} -- cgit v1.2.3-65-gdbad