mr_bones_    15/07/29 01:46:07

  Modified:             ChangeLog
  Added:                opengfx-0.5.2.ebuild
  Log:
  version bump (bug #555968)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.41                 games-misc/opengfx/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/ChangeLog?rev=1.41&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/ChangeLog?rev=1.41&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   27 Jan 2015 07:49:44 -0000      1.40
+++ ChangeLog   29 Jul 2015 01:46:07 -0000      1.41
@@ -1,6 +1,13 @@
 # ChangeLog for games-misc/opengfx
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.40 
2015/01/27 07:49:44 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.41 
2015/07/29 01:46:07 mr_bones_ Exp $
+
+*opengfx-0.5.2 (29 Jul 2015)
+
+  29 Jul 2015; Michael Sterrett <[email protected]>
+  +files/opengfx-0.5.2-Makefile.patch, +opengfx-0.5.2.ebuild,
+  files/opengfx-0.5.1-gcc48.patch:
+  version bump (bug #555968)
 
   27 Jan 2015; Michael Sterrett <[email protected]>
   -files/opengfx-0.4.7-gcc48.patch, -opengfx-0.4.7.ebuild:



1.1                  games-misc/opengfx/opengfx-0.5.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/opengfx-0.5.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/opengfx-0.5.2.ebuild?rev=1.1&content-type=text/plain

Index: opengfx-0.5.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.5.2.ebuild,v 
1.1 2015/07/29 01:46:07 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() {
        epatch "${FILESDIR}/${P}-Makefile.patch"
}

src_compile() {
        GIMP= emake help  # print out the env to make bug reports better
        GIMP= _V= emake bundle_tar
}

src_install() {
        insinto "${GAMES_DATADIR}/openttd/data/"
        doins *.grf opengfx.obg
        dodoc docs/{changelog.txt,readme.txt}
        prepgamesdirs
}




Reply via email to