summaryrefslogtreecommitdiff
path: root/games-sports/gracer/gracer-0.1.5-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-05-09 00:01:03 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-05-09 00:01:03 +0100
commita0ce545d52f231499bf9f3644493113d8af58ec9 (patch)
tree4d67c09eed0c2ae28d1317f72d7f7b08b4f6aeea /games-sports/gracer/gracer-0.1.5-r2.ebuild
parent5181ced3f3566a9610b85922b083c8f84f20d78f (diff)
gentoo auto-resync : 09:05:2024 - 00:01:03
Diffstat (limited to 'games-sports/gracer/gracer-0.1.5-r2.ebuild')
-rw-r--r--games-sports/gracer/gracer-0.1.5-r2.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/games-sports/gracer/gracer-0.1.5-r2.ebuild b/games-sports/gracer/gracer-0.1.5-r2.ebuild
deleted file mode 100644
index 4a7c62263331..000000000000
--- a/games-sports/gracer/gracer-0.1.5-r2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="3D motor sports simulator"
-HOMEPAGE="https://gracer.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/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
- virtual/glu
- virtual/jpeg:0
- virtual/opengl
- x11-libs/libXi
- x11-libs/libXmu
-"
-
-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
- "${FILESDIR}"/${P}-gcc10.patch
-)
-
-src_configure() {
- econf \
- --enable-gif \
- --enable-jpeg \
- --enable-png \
- $(use_enable joystick)
- sed -i \
- -e 's:-lplibsl:-lplibsl -lplibul:' \
- $(find -name Makefile) || die
-}