tupone 15/02/06 21:43:18 Modified: ChangeLog opensfx-0.2.3.ebuild Log: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.7 games-misc/opensfx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opensfx/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opensfx/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opensfx/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-misc/opensfx/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 7 Feb 2013 22:08:50 -0000 1.6 +++ ChangeLog 6 Feb 2015 21:43:18 -0000 1.7 @@ -1,6 +1,9 @@ # ChangeLog for games-misc/opensfx -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/opensfx/ChangeLog,v 1.6 2013/02/07 22:08:50 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/opensfx/ChangeLog,v 1.7 2015/02/06 21:43:18 tupone Exp $ + + 06 Feb 2015; Tupone Alfredo <tup...@gentoo.org> opensfx-0.2.3.ebuild: + EAPI 5 07 Feb 2013; Ulrich Müller <u...@gentoo.org> opensfx-0.2.3.ebuild: Move Creative Commons licenses to shorter names. 1.9 games-misc/opensfx/opensfx-0.2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opensfx/opensfx-0.2.3.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opensfx/opensfx-0.2.3.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opensfx/opensfx-0.2.3.ebuild?r1=1.8&r2=1.9 Index: opensfx-0.2.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-misc/opensfx/opensfx-0.2.3.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- opensfx-0.2.3.ebuild 7 Feb 2013 22:08:50 -0000 1.8 +++ opensfx-0.2.3.ebuild 6 Feb 2015 21:43:18 -0000 1.9 @@ -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-misc/opensfx/opensfx-0.2.3.ebuild,v 1.8 2013/02/07 22:08:50 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/opensfx/opensfx-0.2.3.ebuild,v 1.9 2015/02/06 21:43:18 tupone Exp $ -EAPI=2 +EAPI=5 inherit games DESCRIPTION="OpenSFX data files for OpenTTD" @@ -21,7 +21,7 @@ src_install() { insinto "${GAMES_DATADIR}"/openttd/data/ - doins opensfx.cat opensfx.obs || die - dodoc docs/{changelog.txt,readme.ptxt} || die + doins opensfx.cat opensfx.obs + dodoc docs/{changelog.txt,readme.ptxt} prepgamesdirs }