tupone 15/01/03 15:02:41 Modified: bloboats-1.0.2.ebuild ChangeLog Log: EAPI 4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.6 games-arcade/bloboats/bloboats-1.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bloboats/bloboats-1.0.2.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bloboats/bloboats-1.0.2.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bloboats/bloboats-1.0.2.ebuild?r1=1.5&r2=1.6 Index: bloboats-1.0.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/bloboats/bloboats-1.0.2.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- bloboats-1.0.2.ebuild 7 Feb 2013 22:03:08 -0000 1.5 +++ bloboats-1.0.2.ebuild 3 Jan 2015 15:02:41 -0000 1.6 @@ -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/bloboats/bloboats-1.0.2.ebuild,v 1.5 2013/02/07 22:03:08 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/bloboats/bloboats-1.0.2.ebuild,v 1.6 2015/01/03 15:02:41 tupone Exp $ -EAPI=2 +EAPI=4 inherit eutils games DESCRIPTION="arcade-like boat racing game combining platform jumpers and elastomania / x-moto like games" @@ -19,6 +19,7 @@ media-libs/sdl-image[png] media-libs/sdl-net media-libs/libvorbis" +REDEPEND="${DEPEND}" src_prepare() { epatch "${FILESDIR}"/${P}-warnings.patch @@ -35,11 +36,11 @@ } src_install() { - dogamesbin bin/bloboats || die + dogamesbin bin/bloboats insinto "${GAMES_DATADIR}"/${PN} - doins -r data/* || die + doins -r data/* insinto "$GAMES_SYSCONFDIR" - doins bloboats.dirs || die + doins bloboats.dirs dodoc readme.txt prepgamesdirs } 1.8 games-arcade/bloboats/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bloboats/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bloboats/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bloboats/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/bloboats/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 7 Feb 2013 22:03:08 -0000 1.7 +++ ChangeLog 3 Jan 2015 15:02:41 -0000 1.8 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/bloboats -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/bloboats/ChangeLog,v 1.7 2013/02/07 22:03:08 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/bloboats/ChangeLog,v 1.8 2015/01/03 15:02:41 tupone Exp $ + + 03 Jan 2015; Tupone Alfredo <[email protected]> bloboats-1.0.2.ebuild: + EAPI 4 07 Feb 2013; Ulrich Müller <[email protected]> bloboats-1.0.2.ebuild: Move Creative Commons licenses to shorter names.
