diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-01-27 07:49:44 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-01-27 07:49:44 +0000 |
commit | 26183b91281684617f60325b088e45e54c58dc63 (patch) | |
tree | 7af4bcfbb675e077019935282c418ab54050b43d /games-misc/opengfx | |
parent | old (diff) | |
download | gentoo-2-26183b91281684617f60325b088e45e54c58dc63.tar.gz gentoo-2-26183b91281684617f60325b088e45e54c58dc63.tar.bz2 gentoo-2-26183b91281684617f60325b088e45e54c58dc63.zip |
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-misc/opengfx')
-rw-r--r-- | games-misc/opengfx/ChangeLog | 8 | ||||
-rw-r--r-- | games-misc/opengfx/files/opengfx-0.4.7-gcc48.patch | 16 | ||||
-rw-r--r-- | games-misc/opengfx/opengfx-0.4.7.ebuild | 38 |
3 files changed, 6 insertions, 56 deletions
diff --git a/games-misc/opengfx/ChangeLog b/games-misc/opengfx/ChangeLog index 341b13eb381c..0e50796bb7b9 100644 --- a/games-misc/opengfx/ChangeLog +++ b/games-misc/opengfx/ChangeLog @@ -1,6 +1,10 @@ # 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.39 2014/10/12 08:52:05 ago Exp $ +# 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 $ + + 27 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org> + -files/opengfx-0.4.7-gcc48.patch, -opengfx-0.4.7.ebuild: + old 12 Oct 2014; Agostino Sarubbo <ago@gentoo.org> opengfx-0.5.1.ebuild: Stable for x86, wrt bug #522108 diff --git a/games-misc/opengfx/files/opengfx-0.4.7-gcc48.patch b/games-misc/opengfx/files/opengfx-0.4.7-gcc48.patch deleted file mode 100644 index 78b512e71cec..000000000000 --- a/games-misc/opengfx/files/opengfx-0.4.7-gcc48.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- scripts/Makefile.nml.old 2013-05-09 20:09:52.992038666 +0200 -+++ scripts/Makefile.nml 2013-05-09 20:10:36.942970903 +0200 -@@ -14,11 +14,11 @@ - - %.src.dep: $(SRC_DIR)/%.pnml - $(_E) "[DEP] $@" -- $(_V) $(CC) -C -M -MF $@ -E -MT $(patsubst %.src.dep,%.nml,$@) - < $< -+ $(_V) $(CC) -P -C -M -MF $@ -E -MT $(patsubst %.src.dep,%.nml,$@) - < $< - - %.nml: $(SRC_DIR)/%.pnml $(TAG_FILENAME) - $(_E) "[CPP] $@" -- $(_V) $(CC) -D REPO_REVISION=$(REPO_REVISION) $(CC_FLAGS) $< > $@ -+ $(_V) $(CC) -P -D REPO_REVISION=$(REPO_REVISION) $(CC_FLAGS) $< > $@ - - %.gfx.dep: %.nml - $(_E) "[DEP] $@" diff --git a/games-misc/opengfx/opengfx-0.4.7.ebuild b/games-misc/opengfx/opengfx-0.4.7.ebuild deleted file mode 100644 index adda2cea3b63..000000000000 --- a/games-misc/opengfx/opengfx-0.4.7.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.4.7.ebuild,v 1.3 2013/12/24 12:43:28 ago 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.gz" - -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.2.4" -RDEPEND="" - -S=${WORKDIR}/${P}-source - -src_prepare() { - epatch "${FILESDIR}"/${P}-gcc48.patch -} - -src_compile() { - # ensure that we will not use gimp to regenerate the pngs - # causes sandbox violations and not worth the effort anyway - GIMP='' emake bundle -} - -src_install() { - insinto "${GAMES_DATADIR}/openttd/data/" - doins *.grf opengfx.obg - dodoc docs/{changelog.txt,readme.txt} - prepgamesdirs -} |