summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Sokolov <sokolov@google.com>2020-10-03 13:49:37 +0100
committerJames Le Cuirot <chewi@gentoo.org>2020-10-03 14:14:11 +0100
commit351e4def8cc6f6048c3141212c0a738b9eb72dfe (patch)
tree9d04cf473c5e5ddeb47b342c8ce89fbb4ac4ee1b /games-sports
parentgames-sports/gracer: fix build with gcc10 (diff)
downloadgentoo-351e4def8cc6f6048c3141212c0a738b9eb72dfe.tar.gz
gentoo-351e4def8cc6f6048c3141212c0a738b9eb72dfe.tar.bz2
gentoo-351e4def8cc6f6048c3141212c0a738b9eb72dfe.zip
games-sports/gracer: drop 0.1.5-r1
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/17759 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-sports')
-rw-r--r--games-sports/gracer/gracer-0.1.5-r1.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/games-sports/gracer/gracer-0.1.5-r1.ebuild b/games-sports/gracer/gracer-0.1.5-r1.ebuild
deleted file mode 100644
index c604168f2c6c..000000000000
--- a/games-sports/gracer/gracer-0.1.5-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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/jpeg:0
- virtual/opengl"
-
-RDEPEND=${DEPEND}
-
-PATCHES=(
- "${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() {
- econf \
- --enable-gif \
- --enable-jpeg \
- --enable-png \
- $(use_enable joystick)
- sed -i \
- -e 's:-lplibsl:-lplibsl -lplibul:' \
- $(find -name Makefile) || die
-}