tupone      15/01/18 15:41:51

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

Revision  Changes    Path
1.21                 games-engines/frotz/frotz-2.43.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild?rev=1.21&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild?rev=1.21&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild?r1=1.20&r2=1.21

Index: frotz-2.43.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- frotz-2.43.ebuild   29 Dec 2010 03:02:39 -0000      1.20
+++ frotz-2.43.ebuild   18 Jan 2015 15:41:51 -0000      1.21
@@ -1,8 +1,8 @@
-# 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-engines/frotz/frotz-2.43.ebuild,v 
1.20 2010/12/29 03:02:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v 
1.21 2015/01/18 15:41:51 tupone Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils games
 
 DESCRIPTION="Curses based interpreter for Z-code based text games"
@@ -16,6 +16,7 @@
 
 DEPEND="sys-libs/ncurses
        alsa? ( oss? ( media-libs/alsa-oss ) )"
+RDEPEND="${DEPEND}"
 
 src_prepare() {
        sed -i \
@@ -30,11 +31,11 @@
 src_compile() {
        local OPTS="CONFIG_DIR=${GAMES_SYSCONFDIR}"
        use oss && OPTS="${OPTS} SOUND_DEFS=-DOSS_SOUND SOUND_DEV=/dev/dsp"
-       emake ${OPTS} all || die "emake failed"
+       emake ${OPTS} all
 }
 
 src_install () {
-       dogamesbin {d,}frotz || die "dogamesbin failed"
+       dogamesbin {d,}frotz
        doman doc/*.6
        dodoc AUTHORS BUGS ChangeLog HOW_TO_PLAY README TODO \
                doc/{frotz.conf-big,frotz.conf-small}



1.19                 games-engines/frotz/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/ChangeLog?rev=1.19&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/ChangeLog?rev=1.19&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   29 Dec 2010 03:02:39 -0000      1.18
+++ ChangeLog   18 Jan 2015 15:41:51 -0000      1.19
@@ -1,6 +1,9 @@
 # ChangeLog for games-engines/frotz
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v 1.18 
2010/12/29 03:02:39 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v 1.19 
2015/01/18 15:41:51 tupone Exp $
+
+  18 Jan 2015; Tupone Alfredo <[email protected]> frotz-2.43.ebuild:
+  EAPI 5
 
   29 Dec 2010; Michael Sterrett <[email protected]> frotz-2.43.ebuild:
   update HOMEPAGE (bug #349396)




Reply via email to