mr_bones_ 14/06/13 08:57:57 Modified: ChangeLog Added: opengfx-0.5.1.ebuild Log: version bump (bug #508244) (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.36 games-misc/opengfx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/ChangeLog?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/ChangeLog?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/ChangeLog?r1=1.35&r2=1.36 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ChangeLog 21 Apr 2014 01:44:48 -0000 1.35 +++ ChangeLog 13 Jun 2014 08:57:57 -0000 1.36 @@ -1,6 +1,12 @@ # ChangeLog for games-misc/opengfx # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.35 2014/04/21 01:44:48 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.36 2014/06/13 08:57:57 mr_bones_ Exp $ + +*opengfx-0.5.1 (13 Jun 2014) + + 13 Jun 2014; Michael Sterrett <[email protected]> + +files/opengfx-0.5.1-gcc48.patch, +opengfx-0.5.1.ebuild: + version bump (bug #508244) 21 Apr 2014; Michael Sterrett <[email protected]> -opengfx-0.4.5.ebuild: old 1.1 games-misc/opengfx/opengfx-0.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/opengfx-0.5.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/opengfx-0.5.1.ebuild?rev=1.1&content-type=text/plain Index: opengfx-0.5.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.5.1.ebuild,v 1.1 2014/06/13 08:57:57 mr_bones_ Exp $ EAPI=5 inherit eutils games DESCRIPTION="OpenGFX data files for OpenTTD" HOMEPAGE="http://bundles.openttdcoop.org/opengfx/" SRC_URI="http://bundles.openttdcoop.org/opengfx/releases/${PV}/${P}-source.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="" RESTRICT="test" # nml version affects the checksums that the test uses (bug #451444) DEPEND=">=games-util/nml-0.3.0 games-util/grfcodec" RDEPEND="" S=${WORKDIR}/${P}-source src_prepare() { # ensure that we will not use gimp to regenerate the pngs # causes sandbox violations and not worth the effort anyway sed -i -e '/^GFX_SCRIPT_LIST_FILES/s/^/#/' Makefile.config || die } src_compile() { _V= emake bundle_tar } src_install() { insinto "${GAMES_DATADIR}/openttd/data/" doins *.grf opengfx.obg dodoc docs/{changelog.txt,readme.txt} prepgamesdirs }
