public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-sports/gracer: gracer-0.1.5.ebuild ChangeLog
@ 2008-01-19  0:43 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2008-01-19  0:43 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    08/01/19 00:43:32

  Modified:             gracer-0.1.5.ebuild ChangeLog
  Log:
  deps actually are hard (bug #206415)
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.17                 games-sports/gracer/gracer-0.1.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/gracer/gracer-0.1.5.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/gracer/gracer-0.1.5.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/gracer/gracer-0.1.5.ebuild?r1=1.16&r2=1.17

Index: gracer-0.1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/gracer/gracer-0.1.5.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- gracer-0.1.5.ebuild	20 Oct 2006 06:53:23 -0000	1.16
+++ gracer-0.1.5.ebuild	19 Jan 2008 00:43:31 -0000	1.17
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/gracer-0.1.5.ebuild,v 1.16 2006/10/20 06:53:23 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/gracer-0.1.5.ebuild,v 1.17 2008/01/19 00:43:31 mr_bones_ Exp $
 
 inherit eutils games
 
@@ -11,7 +11,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc sparc x86"
-IUSE="gif jpeg png joystick"
+IUSE="joystick"
 
 DEPEND="x11-libs/libXi
 	x11-libs/libXmu
@@ -19,9 +19,9 @@
 	virtual/glut
 	virtual/opengl
 	dev-lang/tcl
-	gif? ( media-libs/giflib )
-	jpeg? ( media-libs/jpeg )
-	png? ( media-libs/libpng )
+	media-libs/giflib
+	media-libs/jpeg
+	media-libs/libpng
 	media-libs/plib"
 
 src_unpack() {
@@ -34,10 +34,10 @@
 
 src_compile() {
 	egamesconf \
+		--enable-gif \
+		--enable-jpeg \
+		--enable-png \
 		$(use_enable joystick) \
-		$(use_enable gif) \
-		$(use_enable jpeg) \
-		$(use_enable png) \
 		|| die
 	sed -i \
 		-e 's:-lplibsl:-lplibsl -lplibul:' $(find -name Makefile) \



1.17                 games-sports/gracer/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/gracer/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/gracer/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/gracer/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/gracer/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	21 Feb 2007 23:54:04 -0000	1.16
+++ ChangeLog	19 Jan 2008 00:43:31 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for games-sports/gracer
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/ChangeLog,v 1.16 2007/02/21 23:54:04 peper Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/ChangeLog,v 1.17 2008/01/19 00:43:31 mr_bones_ Exp $
+
+  19 Jan 2008; Michael Sterrett <mr_bones_@gentoo.org> gracer-0.1.5.ebuild:
+  deps actually are hard (bug #206415)
 
   21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
   Transition to Manifest2.



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-sports/gracer: gracer-0.1.5.ebuild ChangeLog
@ 2015-03-25 15:38 Justin Lecher (jlec)
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2015-03-25 15:38 UTC (permalink / raw
  To: gentoo-commits

jlec        15/03/25 15:38:03

  Modified:             gracer-0.1.5.ebuild ChangeLog
  Log:
  Fix tcl/tk slotting
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.23                 games-sports/gracer/gracer-0.1.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/gracer/gracer-0.1.5.ebuild?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/gracer/gracer-0.1.5.ebuild?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/gracer/gracer-0.1.5.ebuild?r1=1.22&r2=1.23

Index: gracer-0.1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/gracer/gracer-0.1.5.ebuild,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- gracer-0.1.5.ebuild	14 Sep 2011 12:37:51 -0000	1.22
+++ gracer-0.1.5.ebuild	25 Mar 2015 15:38:03 -0000	1.23
@@ -1,8 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/gracer-0.1.5.ebuild,v 1.22 2011/09/14 12:37:51 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/gracer-0.1.5.ebuild,v 1.23 2015/03/25 15:38:03 jlec Exp $
 
 EAPI=2
+
 inherit eutils games
 
 DESCRIPTION="3D motor sports simulator"
@@ -14,31 +15,35 @@
 KEYWORDS="amd64 ppc sparc x86"
 IUSE="joystick"
 
-DEPEND="x11-libs/libXi
+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
-	media-libs/freeglut
 	virtual/opengl
-	dev-lang/tcl
-	media-libs/giflib
 	virtual/jpeg
-	media-libs/libpng
-	media-libs/plib"
+	"
+RDEPEND="${DEPEND}"
 
-PATCHES=( "${FILESDIR}"/${PV}-gldefs.patch
+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}-png15.patch
+	)
 
 src_configure() {
 	egamesconf \
 		--enable-gif \
 		--enable-jpeg \
 		--enable-png \
-		$(use_enable joystick) \
-		|| die
+		$(use_enable joystick)
 	sed -i \
 		-e 's:-lplibsl:-lplibsl -lplibul:' $(find -name Makefile) \
 			|| die "sed Makefiles failed"



1.23                 games-sports/gracer/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/gracer/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/gracer/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/gracer/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/gracer/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	14 Sep 2011 12:37:51 -0000	1.22
+++ ChangeLog	25 Mar 2015 15:38:03 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for games-sports/gracer
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/ChangeLog,v 1.22 2011/09/14 12:37:51 tupone Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/ChangeLog,v 1.23 2015/03/25 15:38:03 jlec Exp $
+
+  25 Mar 2015; Justin Lecher <jlec@gentoo.org> gracer-0.1.5.ebuild:
+  Fix tcl/tk slotting
 
   14 Sep 2011; Tupone Alfredo <tupone@gentoo.org> gracer-0.1.5.ebuild,
   +files/gracer-0.1.5-png15.patch:





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-sports/gracer: gracer-0.1.5.ebuild ChangeLog
@ 2015-03-26 18:25 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-03-26 18:25 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/03/26 18:25:07

  Modified:             gracer-0.1.5.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.24                 games-sports/gracer/gracer-0.1.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/gracer/gracer-0.1.5.ebuild?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/gracer/gracer-0.1.5.ebuild?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/gracer/gracer-0.1.5.ebuild?r1=1.23&r2=1.24

Index: gracer-0.1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/gracer/gracer-0.1.5.ebuild,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- gracer-0.1.5.ebuild	25 Mar 2015 15:38:03 -0000	1.23
+++ gracer-0.1.5.ebuild	26 Mar 2015 18:25:07 -0000	1.24
@@ -1,9 +1,8 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/gracer-0.1.5.ebuild,v 1.23 2015/03/25 15:38:03 jlec Exp $
-
-EAPI=2
+# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/gracer-0.1.5.ebuild,v 1.24 2015/03/26 18:25:07 mr_bones_ Exp $
 
+EAPI=5
 inherit eutils games
 
 DESCRIPTION="3D motor sports simulator"
@@ -25,18 +24,18 @@
 	x11-libs/libXmu
 	virtual/glu
 	virtual/opengl
-	virtual/jpeg
-	"
-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
-	)
+	virtual/jpeg"
+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
+}
 
 src_configure() {
 	egamesconf \
@@ -45,12 +44,11 @@
 		--enable-png \
 		$(use_enable joystick)
 	sed -i \
-		-e 's:-lplibsl:-lplibsl -lplibul:' $(find -name Makefile) \
-			|| die "sed Makefiles failed"
+		-e 's:-lplibsl:-lplibsl -lplibul:' \
+		$(find -name Makefile) || die
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
-	dodoc AUTHORS ChangeLog NEWS README
+	default
 	prepgamesdirs
 }



1.24                 games-sports/gracer/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/gracer/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/gracer/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/gracer/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/gracer/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	25 Mar 2015 15:38:03 -0000	1.23
+++ ChangeLog	26 Mar 2015 18:25:07 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for games-sports/gracer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/ChangeLog,v 1.23 2015/03/25 15:38:03 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/ChangeLog,v 1.24 2015/03/26 18:25:07 mr_bones_ Exp $
+
+  26 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org> gracer-0.1.5.ebuild:
+  EAPI=5
 
   25 Mar 2015; Justin Lecher <jlec@gentoo.org> gracer-0.1.5.ebuild:
   Fix tcl/tk slotting





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-26 18:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-25 15:38 [gentoo-commits] gentoo-x86 commit in games-sports/gracer: gracer-0.1.5.ebuild ChangeLog Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-26 18:25 Michael Sterrett (mr_bones_)
2008-01-19  0:43 Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox