diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-04-21 01:44:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-04-21 01:44:48 +0000 |
commit | ad499a271afd6b96e38a640567b9d6dfa5e7087c (patch) | |
tree | d9abd293304372e0f4a71dea4adbcd2dc6337259 /games-misc | |
parent | Drop KEYWORDS on live ebuilds, bug 508150. (diff) | |
download | gentoo-2-ad499a271afd6b96e38a640567b9d6dfa5e7087c.tar.gz gentoo-2-ad499a271afd6b96e38a640567b9d6dfa5e7087c.tar.bz2 gentoo-2-ad499a271afd6b96e38a640567b9d6dfa5e7087c.zip |
old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/opengfx/ChangeLog | 7 | ||||
-rw-r--r-- | games-misc/opengfx/opengfx-0.4.5.ebuild | 42 |
2 files changed, 5 insertions, 44 deletions
diff --git a/games-misc/opengfx/ChangeLog b/games-misc/opengfx/ChangeLog index 052125b6cc31..d1e00c1ac348 100644 --- a/games-misc/opengfx/ChangeLog +++ b/games-misc/opengfx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/opengfx -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.34 2013/12/24 12:43:28 ago Exp $ +# 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 $ + + 21 Apr 2014; Michael Sterrett <mr_bones_@gentoo.org> -opengfx-0.4.5.ebuild: + old 24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> opengfx-0.4.7.ebuild: Stable for x86, wrt bug #491056 diff --git a/games-misc/opengfx/opengfx-0.4.5.ebuild b/games-misc/opengfx/opengfx-0.4.5.ebuild deleted file mode 100644 index 896ef978ae1b..000000000000 --- a/games-misc/opengfx/opengfx-0.4.5.ebuild +++ /dev/null @@ -1,42 +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.5.ebuild,v 1.4 2013/01/13 11:40:39 ago Exp $ - -EAPI=5 -inherit 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.3" -RDEPEND="" - -S=${WORKDIR}/${P}-source - -src_prepare() { - sed -i -e 's/\[a-z\]/[[:alpha:]]/' ./scripts/Makefile.in || die - - # ensure that we will not use gimp to regenerate the pngs - # causes sandbox violations and not worth the effort anyway - sed -i \ - -e 's:echo "gimp":echo "":g' \ - scripts/Makefile.def || die -} - -src_compile() { - emake bundle -} - -src_install() { - insinto "${GAMES_DATADIR}/openttd/data/" - doins *.grf opengfx.obg - dodoc docs/{changelog.txt,readme.txt} - prepgamesdirs -} |