* [gentoo-commits] repo/gentoo:master commit in: games-sports/gracer/
@ 2015-12-17 4:15 Michael Sterrett
0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett @ 2015-12-17 4:15 UTC (permalink / raw
To: gentoo-commits
commit: 6d56ae728aa50b9cc310d22b56d72bb45291fae3
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 04:15:04 2015 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 04:15:04 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d56ae72
add slot dep for virtual/jpeg
Package-Manager: portage-2.2.24
games-sports/gracer/gracer-0.1.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-sports/gracer/gracer-0.1.5.ebuild b/games-sports/gracer/gracer-0.1.5.ebuild
index 43992b4..46a3f67 100644
--- a/games-sports/gracer/gracer-0.1.5.ebuild
+++ b/games-sports/gracer/gracer-0.1.5.ebuild
@@ -24,7 +24,7 @@ DEPEND="
x11-libs/libXmu
virtual/glu
virtual/opengl
- virtual/jpeg"
+ virtual/jpeg:0"
RDEPEND=${DEPEND}
src_prepare() {
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-sports/gracer/
@ 2016-09-28 21:35 Austin English
0 siblings, 0 replies; 3+ messages in thread
From: Austin English @ 2016-09-28 21:35 UTC (permalink / raw
To: gentoo-commits
commit: d3e88ac8dcdaeeda36c2de8bb04f7e4111c8c9d3
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 28 21:35:03 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed Sep 28 21:35:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3e88ac8
games-sports/gracer: remove no longer needed eutils inherit
Package-Manager: portage-2.3.0
games-sports/gracer/gracer-0.1.5-r1.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/games-sports/gracer/gracer-0.1.5-r1.ebuild b/games-sports/gracer/gracer-0.1.5-r1.ebuild
index d841e11..f263522 100644
--- a/games-sports/gracer/gracer-0.1.5-r1.ebuild
+++ b/games-sports/gracer/gracer-0.1.5-r1.ebuild
@@ -3,7 +3,6 @@
# $Id$
EAPI=6
-inherit eutils
DESCRIPTION="3D motor sports simulator"
HOMEPAGE="http://gracer.sourceforge.net/"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-sports/gracer/
@ 2020-10-03 13:16 James Le Cuirot
0 siblings, 0 replies; 3+ messages in thread
From: James Le Cuirot @ 2020-10-03 13:16 UTC (permalink / raw
To: gentoo-commits
commit: 351e4def8cc6f6048c3141212c0a738b9eb72dfe
Author: Alexey Sokolov <sokolov <AT> google <DOT> com>
AuthorDate: Sat Oct 3 12:49:37 2020 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Oct 3 13:14:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=351e4def
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 <AT> asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/17759
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-sports/gracer/gracer-0.1.5-r1.ebuild | 49 ------------------------------
1 file changed, 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 c604168f2c6..00000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-10-03 13:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-03 13:16 [gentoo-commits] repo/gentoo:master commit in: games-sports/gracer/ James Le Cuirot
-- strict thread matches above, loose matches on Subject: below --
2016-09-28 21:35 Austin English
2015-12-17 4:15 Michael Sterrett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox