mr_bones_    15/02/18 19:14:15

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

Revision  Changes    Path
1.11                 games-roguelike/ivan/ivan-0.50.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/ivan/ivan-0.50.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/ivan/ivan-0.50.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/ivan/ivan-0.50.ebuild?r1=1.10&r2=1.11

Index: ivan-0.50.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/ivan/ivan-0.50.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ivan-0.50.ebuild    24 Sep 2009 23:03:54 -0000      1.10
+++ ivan-0.50.ebuild    18 Feb 2015 19:14:15 -0000      1.11
@@ -1,8 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/ivan/ivan-0.50.ebuild,v 
1.10 2009/09/24 23:03:54 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/ivan/ivan-0.50.ebuild,v 
1.11 2015/02/18 19:14:15 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils flag-o-matic games
 
 DESCRIPTION="Rogue-like game with SDL graphics"
@@ -14,12 +14,15 @@
 KEYWORDS="~ppc x86 ~x86-fbsd"
 IUSE=""
 
-DEPEND="media-libs/libsdl"
+DEPEND="media-libs/libsdl[video]"
+RDEPEND=${DEPEND}
 
-PATCHES=(
-       "${FILESDIR}"/${P}-gcc41.patch
-       "${FILESDIR}"/${P}-install.patch
-       "${FILESDIR}"/${P}-gcc43.patch )
+src_prepare() {
+       epatch \
+               "${FILESDIR}"/${P}-gcc41.patch \
+               "${FILESDIR}"/${P}-install.patch \
+               "${FILESDIR}"/${P}-gcc43.patch
+}
 
 src_configure() {
        replace-flags -O? -O0 #bug #113627
@@ -27,8 +30,7 @@
 }
 
 src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
-       dodoc AUTHORS ChangeLog LICENSING NEWS README
+       default
        keepdir "${GAMES_STATEDIR}/ivan/Bones"
        prepgamesdirs
        fperms g+w "${GAMES_STATEDIR}/ivan/Bones"



1.13                 games-roguelike/ivan/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/ivan/ChangeLog?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/ivan/ChangeLog?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/ivan/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/ivan/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   17 Jun 2008 01:47:44 -0000      1.12
+++ ChangeLog   18 Feb 2015 19:14:15 -0000      1.13
@@ -1,6 +1,9 @@
 # ChangeLog for games-roguelike/ivan
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/ivan/ChangeLog,v 1.12 
2008/06/17 01:47:44 mr_bones_ Exp $
+# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/ivan/ChangeLog,v 1.13 
2015/02/18 19:14:15 mr_bones_ Exp $
+
+  18 Feb 2015; Michael Sterrett <[email protected]> ivan-0.50.ebuild:
+  EAPI=5
 
   17 Jun 2008; Michael Sterrett <[email protected]>
   +files/ivan-0.50-gcc43.patch, ivan-0.50.ebuild:
@@ -38,4 +41,3 @@
 
   08 Aug 2003; Michael Sterrett <[email protected]> ivan-0.430.ebuild:
   initial commit.  ebuild supplied by Rob Cakebread (modified) bug 26225
-




Reply via email to