tupone      15/02/25 21:32:13

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

Revision  Changes    Path
1.17                 games-puzzle/tint/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/tint/ChangeLog?rev=1.17&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/tint/ChangeLog?rev=1.17&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/tint/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/tint/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   8 Nov 2010 10:34:40 -0000       1.16
+++ ChangeLog   25 Feb 2015 21:32:13 -0000      1.17
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/tint
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tint/ChangeLog,v 1.16 
2010/11/08 10:34:40 tupone Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tint/ChangeLog,v 1.17 
2015/02/25 21:32:13 tupone Exp $
+
+  25 Feb 2015; Tupone Alfredo <[email protected]> tint-0.03b.ebuild:
+  EAPI 5
 
   08 Nov 2010; Alfredo Tupone <[email protected]> tint-0.03b.ebuild,
   +files/tint-0.03b-ovflfix.patch:



1.9                  games-puzzle/tint/tint-0.03b.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/tint/tint-0.03b.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/tint/tint-0.03b.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/tint/tint-0.03b.ebuild?r1=1.8&r2=1.9

Index: tint-0.03b.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/tint/tint-0.03b.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- tint-0.03b.ebuild   8 Nov 2010 18:48:17 -0000       1.8
+++ tint-0.03b.ebuild   25 Feb 2015 21:32:13 -0000      1.9
@@ -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-puzzle/tint/tint-0.03b.ebuild,v 1.8 
2010/11/08 18:48:17 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tint/tint-0.03b.ebuild,v 1.9 
2015/02/25 21:32:13 tupone Exp $
 
-EAPI=2
+EAPI=5
 inherit games
 
 MY_P=${P/-/_}
@@ -16,6 +16,7 @@
 IUSE=""
 
 DEPEND=">=sys-libs/ncurses-5.4-r1"
+RDEPEND="${DEPEND}"
 
 PATCHES=( "${FILESDIR}"/${P}-ovflfix.patch )
 
@@ -24,16 +25,15 @@
                STRIP=true \
                CFLAGS="${CFLAGS}" \
                LDFLAGS="${LDFLAGS}" \
-               localstatedir="${GAMES_STATEDIR}" \
-               || die "emake failed"
+               localstatedir="${GAMES_STATEDIR}"
 }
 
 src_install() {
-       dogamesbin tint || die "dogamesbin failed"
+       dogamesbin tint
        doman tint.6
        dodoc CREDITS NOTES
        insopts -m 0664
        insinto "${GAMES_STATEDIR}"
-       doins tint.scores || die "doins failed"
+       doins tint.scores
        prepgamesdirs
 }




Reply via email to