mr_bones_    14/10/30 16:50:32

  Modified:             camato-0.7.4.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.6                  games-board/camato/camato-0.7.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/camato/camato-0.7.4.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/camato/camato-0.7.4.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/camato/camato-0.7.4.ebuild?r1=1.5&r2=1.6

Index: camato-0.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/camato/camato-0.7.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- camato-0.7.4.ebuild 22 Jan 2010 20:04:11 -0000      1.5
+++ camato-0.7.4.ebuild 30 Oct 2014 16:50:32 -0000      1.6
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/camato/camato-0.7.4.ebuild,v 
1.5 2010/01/22 20:04:11 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/camato/camato-0.7.4.ebuild,v 
1.6 2014/10/30 16:50:32 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit versionator games
 
 MY_PV=$(replace_all_version_separators _)
@@ -16,18 +16,17 @@
 IUSE=""
 
 DEPEND="dev-ruby/ruby-gtk2"
+RDEPEND=${DEPEND}
 
 src_prepare() {
        rm -f Makefile
-       sed -i \
-               -e "s:/usr/share:${GAMES_DATADIR}:" \
-               ${PN} || die "sed failed"
+       sed -i -e "s:/usr/share:${GAMES_DATADIR}:" ${PN} || die
 }
 
 src_install() {
-       dogamesbin ${PN} || die "dogamesbin failed"
+       dogamesbin ${PN}
        insinto "${GAMES_DATADIR}"/${PN}
-       doins -r *.rb img || die "doins failed"
+       doins -r *.rb img
        dodoc ChangeLog README
        prepgamesdirs
 }



1.8                  games-board/camato/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/camato/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/camato/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/camato/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/camato/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   22 Jan 2010 20:04:11 -0000      1.7
+++ ChangeLog   30 Oct 2014 16:50:32 -0000      1.8
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/camato
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/camato/ChangeLog,v 1.7 
2010/01/22 20:04:11 ranger Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/camato/ChangeLog,v 1.8 
2014/10/30 16:50:32 mr_bones_ Exp $
+
+  30 Oct 2014; Michael Sterrett <[email protected]> camato-0.7.4.ebuild:
+  EAPI=5
 
   22 Jan 2010; Brent Baude <[email protected]> camato-0.7.4.ebuild:
   stable ppc, bug 294345
@@ -27,4 +30,3 @@
   10 Sep 2004; Don Seiler <[email protected]> +metadata.xml,
   +camato-0.6.2.ebuild:
   Initial import
-




Reply via email to