diff options
author | 2012-05-31 16:35:27 +0000 | |
---|---|---|
committer | 2012-05-31 16:35:27 +0000 | |
commit | c836ec9a5b554f7eda06ae33fbbe2d57d5dfc16f (patch) | |
tree | 2bdca522866cf0da469772ece160148e6851d136 /games-misc/opengfx | |
parent | clean old; tidy (diff) | |
download | gentoo-2-c836ec9a5b554f7eda06ae33fbbe2d57d5dfc16f.tar.gz gentoo-2-c836ec9a5b554f7eda06ae33fbbe2d57d5dfc16f.tar.bz2 gentoo-2-c836ec9a5b554f7eda06ae33fbbe2d57d5dfc16f.zip |
old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'games-misc/opengfx')
-rw-r--r-- | games-misc/opengfx/ChangeLog | 6 | ||||
-rw-r--r-- | games-misc/opengfx/opengfx-0.3.4.ebuild | 31 | ||||
-rw-r--r-- | games-misc/opengfx/opengfx-0.3.6.ebuild | 35 |
3 files changed, 5 insertions, 67 deletions
diff --git a/games-misc/opengfx/ChangeLog b/games-misc/opengfx/ChangeLog index b40f29d2a7eb..a2dc82b3929e 100644 --- a/games-misc/opengfx/ChangeLog +++ b/games-misc/opengfx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-misc/opengfx # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.21 2012/04/19 11:53:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.22 2012/05/31 16:35:26 mr_bones_ Exp $ + + 31 May 2012; Michael Sterrett <mr_bones_@gentoo.org> -opengfx-0.3.4.ebuild, + -opengfx-0.3.6.ebuild: + old 19 Apr 2012; Agostino Sarubbo <ago@gentoo.org> opengfx-0.4.4.ebuild: Stable for amd64, wrt bug #398161 diff --git a/games-misc/opengfx/opengfx-0.3.4.ebuild b/games-misc/opengfx/opengfx-0.3.4.ebuild deleted file mode 100644 index d70f1082ec02..000000000000 --- a/games-misc/opengfx/opengfx-0.3.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.3.4.ebuild,v 1.4 2011/08/09 13:17:31 xarthisius 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/${PV}/${P}-source.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86" -IUSE="" - -S=${WORKDIR}/${P}-source - -DEPEND=">=games-util/grfcodec-5.1.1" -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 -} diff --git a/games-misc/opengfx/opengfx-0.3.6.ebuild b/games-misc/opengfx/opengfx-0.3.6.ebuild deleted file mode 100644 index 5c6ca7098711..000000000000 --- a/games-misc/opengfx/opengfx-0.3.6.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.3.6.ebuild,v 1.2 2011/10/10 05:45:07 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/${PV}/${P}-source.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" -IUSE="" - -S=${WORKDIR}/${P}-source - -DEPEND=">=games-util/grfcodec-5.1.1" -RDEPEND="" - -src_prepare() { - sed -i -e 's/\[a-z\]/[[:alpha:]]/' ./scripts/Makefile.in || die -} - -src_compile() { - emake bundle || die -} - -src_install() { - insinto "${GAMES_DATADIR}/openttd/data/" - doins *.grf opengfx.obg || die - dodoc docs/{changelog.txt,readme.txt} - prepgamesdirs -} |