diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:30 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:53:42 +0100 |
commit | bd1e24d2778821a3105fab966821a450f807aeb9 (patch) | |
tree | 33c72b6cc2ba5969a99c62901d327282f03144cc /games-sports | |
parent | games-sports/dustrac: Remove old (diff) | |
download | gentoo-bd1e24d2778821a3105fab966821a450f807aeb9.tar.gz gentoo-bd1e24d2778821a3105fab966821a450f807aeb9.tar.bz2 gentoo-bd1e24d2778821a3105fab966821a450f807aeb9.zip |
games-sports/gracer: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/gracer/gracer-0.1.5.ebuild | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/games-sports/gracer/gracer-0.1.5.ebuild b/games-sports/gracer/gracer-0.1.5.ebuild deleted file mode 100644 index 1f891301fa75..000000000000 --- a/games-sports/gracer/gracer-0.1.5.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="3D motor sports simulator" -HOMEPAGE="http://gracer.sourceforge.net/" -SRC_URI="mirror://sourceforge/gracer/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="joystick" - -DEPEND=" - dev-lang/tcl:0 - media-libs/freeglut - media-libs/giflib - media-libs/libpng:0 - media-libs/plib - x11-libs/libXi - x11-libs/libXmu - virtual/glu - virtual/opengl - virtual/jpeg:0" -RDEPEND=${DEPEND} - -src_prepare() { - epatch \ - "${FILESDIR}"/${PV}-gldefs.patch \ - "${FILESDIR}"/${PN}-gcc-3.4.patch \ - "${FILESDIR}/${P}"-gcc41.patch \ - "${FILESDIR}"/${P}-as-needed.patch \ - "${FILESDIR}"/${P}-libpng14.patch \ - "${FILESDIR}"/${P}-png15.patch \ - "${FILESDIR}"/${P}-giflib.patch \ - "${FILESDIR}"/${P}-warnings.patch -} - -src_configure() { - egamesconf \ - --enable-gif \ - --enable-jpeg \ - --enable-png \ - $(use_enable joystick) - sed -i \ - -e 's:-lplibsl:-lplibsl -lplibul:' \ - $(find -name Makefile) || die -} - -src_install() { - default - prepgamesdirs -} |