tupone 15/01/05 15:34:24 Modified: nibbles-0.0.4.ebuild ChangeLog Log: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.15 games-arcade/nibbles/nibbles-0.0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/nibbles/nibbles-0.0.4.ebuild?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/nibbles/nibbles-0.0.4.ebuild?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/nibbles/nibbles-0.0.4.ebuild?r1=1.14&r2=1.15 Index: nibbles-0.0.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/nibbles/nibbles-0.0.4.ebuild,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- nibbles-0.0.4.ebuild 14 Nov 2013 21:33:47 -0000 1.14 +++ nibbles-0.0.4.ebuild 5 Jan 2015 15:34:24 -0000 1.15 @@ -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-arcade/nibbles/nibbles-0.0.4.ebuild,v 1.14 2013/11/14 21:33:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/nibbles/nibbles-0.0.4.ebuild,v 1.15 2015/01/05 15:34:24 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils games MY_P=${PN}-v${PV} @@ -16,7 +16,7 @@ IUSE="" DEPEND="sys-libs/ncurses" - +RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} src_prepare() { @@ -33,10 +33,10 @@ } src_install() { - dogamesbin nibbles || die "dogamesbin" + dogamesbin nibbles insinto "${GAMES_DATADIR}/${PN}" - doins nibbles.levels/* || die "doins failed" + doins nibbles.levels/* dodir "${GAMES_STATEDIR}" touch "${D}${GAMES_STATEDIR}/nibbles.scores" 1.16 games-arcade/nibbles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/nibbles/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/nibbles/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/nibbles/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/nibbles/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 14 Nov 2013 21:33:47 -0000 1.15 +++ ChangeLog 5 Jan 2015 15:34:24 -0000 1.16 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/nibbles -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/nibbles/ChangeLog,v 1.15 2013/11/14 21:33:47 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/nibbles/ChangeLog,v 1.16 2015/01/05 15:34:24 tupone Exp $ + + 05 Jan 2015; Tupone Alfredo <tup...@gentoo.org> nibbles-0.0.4.ebuild: + EAPI 5 14 Nov 2013; Michael Sterrett <mr_bon...@gentoo.org> nibbles-0.0.4.ebuild: tidy