tupone      15/01/17 16:34:14

  Modified:             ChangeLog mamory-0.2.25.ebuild
  Log:
  EAPI 5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  Changes    Path
1.26                 games-emulation/mamory/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mamory/ChangeLog?rev=1.26&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mamory/ChangeLog?rev=1.26&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mamory/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/mamory/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   25 Apr 2012 16:25:16 -0000      1.25
+++ ChangeLog   17 Jan 2015 16:34:14 -0000      1.26
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/mamory
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/ChangeLog,v 1.25 
2012/04/25 16:25:16 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/ChangeLog,v 1.26 
2015/01/17 16:34:14 tupone Exp $
+
+  17 Jan 2015; Tupone Alfredo <tup...@gentoo.org> mamory-0.2.25.ebuild:
+  EAPI 5
 
   25 Apr 2012; Justin Lecher <j...@gentoo.org> mamory-0.2.25.ebuild:
   Drop unnessecary die



1.5                  games-emulation/mamory/mamory-0.2.25.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mamory/mamory-0.2.25.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mamory/mamory-0.2.25.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mamory/mamory-0.2.25.ebuild?r1=1.4&r2=1.5

Index: mamory-0.2.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/mamory/mamory-0.2.25.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mamory-0.2.25.ebuild        25 Apr 2012 16:25:16 -0000      1.4
+++ mamory-0.2.25.ebuild        17 Jan 2015 16:34:14 -0000      1.5
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/mamory/mamory-0.2.25.ebuild,v 1.4 
2012/04/25 16:25:16 jlec Exp $
-
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/mamory/mamory-0.2.25.ebuild,v 1.5 
2015/01/17 16:34:14 tupone Exp $
+EAPI=5
 inherit autotools games
 
 DESCRIPTION="ROM management tools and library"
@@ -14,10 +14,9 @@
 IUSE=""
 
 DEPEND="dev-libs/expat"
+RDEPEND="${DEPEND}"
 
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
+src_prepare() {
        # Make sure the system expat is used
        sed -i \
                -e 's/#ifdef.*SYSEXPAT/#if 1/' \
@@ -39,16 +38,13 @@
        AT_M4DIR="config" eautoreconf
 }
 
-src_compile() {
+src_configure() {
        egamesconf \
-               --disable-dependency-tracking \
-               --includedir=/usr/include || die
-       emake || die "emake failed"
+               --includedir=/usr/include
 }
 
 src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
-       dodoc AUTHORS ChangeLog README TODO
+       default
        dohtml DOCS/mamory.html
        prepgamesdirs
 }




Reply via email to