diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-05-01 22:23:25 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-05-01 22:23:25 +0000 |
commit | 518f0a095423c0084772d59f758803e238c7b005 (patch) | |
tree | 7f71d66cfed53c5ac90c17f7e5a0f5be6bf126f6 /games-misc | |
parent | version bump (diff) | |
download | gentoo-2-518f0a095423c0084772d59f758803e238c7b005.tar.gz gentoo-2-518f0a095423c0084772d59f758803e238c7b005.tar.bz2 gentoo-2-518f0a095423c0084772d59f758803e238c7b005.zip |
version bump
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/opengfx/ChangeLog | 8 | ||||
-rw-r--r-- | games-misc/opengfx/opengfx-0.2.4.ebuild | 32 |
2 files changed, 39 insertions, 1 deletions
diff --git a/games-misc/opengfx/ChangeLog b/games-misc/opengfx/ChangeLog index 766b428766e1..c99cb7ff909f 100644 --- a/games-misc/opengfx/ChangeLog +++ b/games-misc/opengfx/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-misc/opengfx # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.1 2010/04/08 23:19:45 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.2 2010/05/01 22:23:25 mr_bones_ Exp $ + +*opengfx-0.2.4 (01 May 2010) + + 01 May 2010; Michael Sterrett <mr_bones_@gentoo.org> + +opengfx-0.2.4.ebuild: + version bump *opengfx-0.2.3 (08 Apr 2010) diff --git a/games-misc/opengfx/opengfx-0.2.4.ebuild b/games-misc/opengfx/opengfx-0.2.4.ebuild new file mode 100644 index 000000000000..47d5d1c8f397 --- /dev/null +++ b/games-misc/opengfx/opengfx-0.2.4.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.2.4.ebuild,v 1.1 2010/05/01 22:23:25 mr_bones_ Exp $ + +EAPI=2 +inherit games + +DESCRIPTION="OpenGFX data files for OpenTTD" +HOMEPAGE="http://bundles.openttdcoop.org/opengfx/" +SRC_URI="http://bundles.openttdcoop.org/opengfx/releases/${P}-source.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +S=${WORKDIR}/${P}-source + +DEPEND="games-util/nforenum + games-util/grfcodec" +RDEPEND="" + +src_compile() { + emake bundle || die +} + +src_install() { + insinto "${GAMES_DATADIR}/openttd/data/" + doins *.grf opengfx.obg || die + dodoc docs/{changelog.txt,readme.txt} || die + prepgamesdirs +} |