tupone 14/12/31 12:37:22 Modified: ChangeLog clanbomber-2.1.1.ebuild Log: Migration to EAPI 4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.22 games-action/clanbomber/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 15 May 2014 16:20:54 -0000 1.21 +++ ChangeLog 31 Dec 2014 12:37:22 -0000 1.22 @@ -1,6 +1,9 @@ # ChangeLog for games-action/clanbomber # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.21 2014/05/15 16:20:54 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.22 2014/12/31 12:37:22 tupone Exp $ + + 31 Dec 2014; Tupone Alfredo <[email protected]> clanbomber-2.1.1.ebuild: + Migration to EAPI 4 15 May 2014; Ulrich Müller <[email protected]> clanbomber-2.1.1.ebuild: Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to 1.8 games-action/clanbomber/clanbomber-2.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild?r1=1.7&r2=1.8 Index: clanbomber-2.1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- clanbomber-2.1.1.ebuild 15 May 2014 16:20:54 -0000 1.7 +++ clanbomber-2.1.1.ebuild 31 Dec 2014 12:37:22 -0000 1.8 @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v 1.7 2014/05/15 16:20:54 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v 1.8 2014/12/31 12:37:22 tupone Exp $ -EAPI=2 -inherit autotools base eutils flag-o-matic games +EAPI=4 +inherit autotools eutils flag-o-matic games DESCRIPTION="Bomberman-like multiplayer game" HOMEPAGE="http://savannah.nongnu.org/projects/clanbomber/" @@ -43,7 +43,7 @@ } src_install() { - base_src_install + default newicon src/pics/cup2.png ${PN}.png make_desktop_entry ${PN}2 ClanBomber2 rm -f "${D}${GAMES_DATADIR}"/${PN}/fonts/DejaVuSans-Bold.ttf
