mr_bones_    15/02/18 19:11:30

  Modified:             dark-oberon-1.0.2_rc1.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  games-strategy/dark-oberon/dark-oberon-1.0.2_rc1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dark-oberon/dark-oberon-1.0.2_rc1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dark-oberon/dark-oberon-1.0.2_rc1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dark-oberon/dark-oberon-1.0.2_rc1.ebuild?r1=1.4&r2=1.5

Index: dark-oberon-1.0.2_rc1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/games-strategy/dark-oberon/dark-oberon-1.0.2_rc1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dark-oberon-1.0.2_rc1.ebuild        16 Sep 2010 12:20:32 -0000      1.4
+++ dark-oberon-1.0.2_rc1.ebuild        18 Feb 2015 19:11:30 -0000      1.5
@@ -1,9 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/dark-oberon/dark-oberon-1.0.2_rc1.ebuild,v
 1.4 2010/09/16 12:20:32 tupone Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/dark-oberon/dark-oberon-1.0.2_rc1.ebuild,v
 1.5 2015/02/18 19:11:30 mr_bones_ Exp $
 
-EAPI=2
-inherit games
+EAPI=5
+inherit eutils games
 
 MY_PV=${PV/_rc/-RC}
 MY_P=${PN}-${MY_PV}
@@ -25,21 +25,25 @@
 S=${WORKDIR}/${MY_P}
 
 PATCHES=(
-       "${FILESDIR}/${P}"-gcc41.patch
-       "${FILESDIR}/${P}"-gentoo.patch
-       "${FILESDIR}"/${P}-ldflags.patch
 )
 
+src_prepare() {
+       epatch \
+               "${FILESDIR}/${P}"-gcc41.patch \
+               "${FILESDIR}/${P}"-gentoo.patch \
+               "${FILESDIR}"/${P}-ldflags.patch
+}
+
 src_compile() {
-       emake -C src $(use fmod && echo "SOUND=1") ../${PN} || die "emake 
failed"
+       emake -C src $(use fmod && echo "SOUND=1") ../${PN}
 }
 
 src_install() {
-       dogamesbin dark-oberon || die "dogamesbin failed"
+       dogamesbin dark-oberon
 
        insinto "${GAMES_DATADIR}/${PN}"
-       doins -r dat maps races schemes || die "doins failed"
-       dodoc README docs/* || die "dodoc failed"
+       doins -r dat maps races schemes
+       dodoc README docs/*
 
        prepgamesdirs
 }



1.5                  games-strategy/dark-oberon/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dark-oberon/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dark-oberon/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dark-oberon/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/dark-oberon/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   16 Sep 2010 12:20:32 -0000      1.4
+++ ChangeLog   18 Feb 2015 19:11:30 -0000      1.5
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/dark-oberon
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/dark-oberon/ChangeLog,v 1.4 
2010/09/16 12:20:32 tupone Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/dark-oberon/ChangeLog,v 1.5 
2015/02/18 19:11:30 mr_bones_ Exp $
+
+  18 Feb 2015; Michael Sterrett <mr_bon...@gentoo.org>
+  dark-oberon-1.0.2_rc1.ebuild:
+  EAPI=5
 
   16 Sep 2010; Tupone Alfredo <tup...@gentoo.org>
   dark-oberon-1.0.2_rc1.ebuild, +files/dark-oberon-1.0.2_rc1-ldflags.patch:
@@ -20,4 +24,3 @@
   +files/dark-oberon-1.0.2_rc1-gentoo.patch, +metadata.xml,
   +dark-oberon-1.0.2_rc1.ebuild:
   New ebuild. Bug #96781 by Christoph Brill (egore)
-




Reply via email to