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_bon...@gentoo.org> gracer-0.1.5.ebuild:
+  EAPI=5
 
   25 Mar 2015; Justin Lecher <j...@gentoo.org> gracer-0.1.5.ebuild:
   Fix tcl/tk slotting




Reply via email to