tupone 15/02/13 19:50:08 Modified: anagramarama-0.2.ebuild ChangeLog Log: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.10 games-puzzle/anagramarama/anagramarama-0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/anagramarama/anagramarama-0.2.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/anagramarama/anagramarama-0.2.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/anagramarama/anagramarama-0.2.ebuild?r1=1.9&r2=1.10 Index: anagramarama-0.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/anagramarama/anagramarama-0.2.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- anagramarama-0.2.ebuild 14 Nov 2013 22:02:36 -0000 1.9 +++ anagramarama-0.2.ebuild 13 Feb 2015 19:50:08 -0000 1.10 @@ -1,8 +1,8 @@ -# Copyright 1999-2013 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/anagramarama/anagramarama-0.2.ebuild,v 1.9 2013/11/14 22:02:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/anagramarama/anagramarama-0.2.ebuild,v 1.10 2015/02/13 19:50:08 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="Create as many words as you can before the time runs out" @@ -34,10 +34,10 @@ } src_install() { - newgamesbin ag ${PN} || die "newgamesbin failed" + newgamesbin ag ${PN} insinto "${GAMES_DATADIR}/${PN}" - doins wordlist.txt || die "doins failed" - doins -r images/ audio/ || die "doins failed" + doins wordlist.txt + doins -r images/ audio/ dodoc readme prepgamesdirs } 1.9 games-puzzle/anagramarama/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/anagramarama/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/anagramarama/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/anagramarama/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/anagramarama/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 14 Nov 2013 22:02:36 -0000 1.8 +++ ChangeLog 13 Feb 2015 19:50:08 -0000 1.9 @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/anagramarama -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/anagramarama/ChangeLog,v 1.8 2013/11/14 22:02:36 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/anagramarama/ChangeLog,v 1.9 2015/02/13 19:50:08 tupone Exp $ + + 13 Feb 2015; Tupone Alfredo <tup...@gentoo.org> anagramarama-0.2.ebuild: + EAPI 5 14 Nov 2013; Michael Sterrett <mr_bon...@gentoo.org> anagramarama-0.2.ebuild: tidy