Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-sports/gracer/
Date: Sat, 03 Oct 2020 13:16:50
Message-Id: 1601730851.351e4def8cc6f6048c3141212c0a738b9eb72dfe.chewi@gentoo
1 commit: 351e4def8cc6f6048c3141212c0a738b9eb72dfe
2 Author: Alexey Sokolov <sokolov <AT> google <DOT> com>
3 AuthorDate: Sat Oct 3 12:49:37 2020 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 13:14:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=351e4def
7
8 games-sports/gracer: drop 0.1.5-r1
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
12 Closes: https://github.com/gentoo/gentoo/pull/17759
13 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
14
15 games-sports/gracer/gracer-0.1.5-r1.ebuild | 49 ------------------------------
16 1 file changed, 49 deletions(-)
17
18 diff --git a/games-sports/gracer/gracer-0.1.5-r1.ebuild b/games-sports/gracer/gracer-0.1.5-r1.ebuild
19 deleted file mode 100644
20 index c604168f2c6..00000000000
21 --- a/games-sports/gracer/gracer-0.1.5-r1.ebuild
22 +++ /dev/null
23 @@ -1,49 +0,0 @@
24 -# Copyright 1999-2016 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=6
28 -
29 -DESCRIPTION="3D motor sports simulator"
30 -HOMEPAGE="http://gracer.sourceforge.net/"
31 -SRC_URI="mirror://sourceforge/gracer/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE="joystick"
37 -
38 -DEPEND="
39 - dev-lang/tcl:0
40 - media-libs/freeglut
41 - media-libs/giflib
42 - media-libs/libpng:0
43 - media-libs/plib
44 - x11-libs/libXi
45 - x11-libs/libXmu
46 - virtual/glu
47 - virtual/jpeg:0
48 - virtual/opengl"
49 -
50 -RDEPEND=${DEPEND}
51 -
52 -PATCHES=(
53 - "${FILESDIR}"/${PV}-gldefs.patch
54 - "${FILESDIR}"/${PN}-gcc-3.4.patch
55 - "${FILESDIR}/${P}"-gcc41.patch
56 - "${FILESDIR}"/${P}-as-needed.patch
57 - "${FILESDIR}"/${P}-libpng14.patch
58 - "${FILESDIR}"/${P}-png15.patch
59 - "${FILESDIR}"/${P}-giflib.patch
60 - "${FILESDIR}"/${P}-warnings.patch
61 -)
62 -
63 -src_configure() {
64 - econf \
65 - --enable-gif \
66 - --enable-jpeg \
67 - --enable-png \
68 - $(use_enable joystick)
69 - sed -i \
70 - -e 's:-lplibsl:-lplibsl -lplibul:' \
71 - $(find -name Makefile) || die
72 -}