summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-10-07 21:47:49 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-10-07 21:47:49 +0000
commit1f71d3b0d681b349e5dc412ffb044e8422f219b6 (patch)
treeeb78825688ed155b3caa82de91a1c1c70c5cc18d /games-misc/opengfx
parentVersion bump and support for Python 3, bug 385259. (diff)
downloadgentoo-2-1f71d3b0d681b349e5dc412ffb044e8422f219b6.tar.gz
gentoo-2-1f71d3b0d681b349e5dc412ffb044e8422f219b6.tar.bz2
gentoo-2-1f71d3b0d681b349e5dc412ffb044e8422f219b6.zip
version bump
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'games-misc/opengfx')
-rw-r--r--games-misc/opengfx/ChangeLog8
-rw-r--r--games-misc/opengfx/opengfx-0.2.4.ebuild33
-rw-r--r--games-misc/opengfx/opengfx-0.3.6.ebuild (renamed from games-misc/opengfx/opengfx-0.3.3.ebuild)4
3 files changed, 9 insertions, 36 deletions
diff --git a/games-misc/opengfx/ChangeLog b/games-misc/opengfx/ChangeLog
index e672ebf3a968..6f475b61e33d 100644
--- a/games-misc/opengfx/ChangeLog
+++ b/games-misc/opengfx/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-misc/opengfx
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.12 2011/08/09 13:17:31 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.13 2011/10/07 21:47:49 mr_bones_ Exp $
+
+*opengfx-0.3.6 (07 Oct 2011)
+
+ 07 Oct 2011; Michael Sterrett <mr_bones_@gentoo.org> -opengfx-0.2.4.ebuild,
+ -opengfx-0.3.3.ebuild, +opengfx-0.3.6.ebuild:
+ version bump
09 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> opengfx-0.3.4.ebuild:
ppc/ppc64 stable wrt #376957
diff --git a/games-misc/opengfx/opengfx-0.2.4.ebuild b/games-misc/opengfx/opengfx-0.2.4.ebuild
deleted file mode 100644
index e519ca456555..000000000000
--- a/games-misc/opengfx/opengfx-0.2.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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.6 2010/10/15 13:51:54 maekke 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 ~arm ppc ppc64 x86"
-IUSE=""
-RESTRICT="test"
-
-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
-}
diff --git a/games-misc/opengfx/opengfx-0.3.3.ebuild b/games-misc/opengfx/opengfx-0.3.6.ebuild
index 6330d78e4072..b059c358f440 100644
--- a/games-misc/opengfx/opengfx-0.3.3.ebuild
+++ b/games-misc/opengfx/opengfx-0.3.6.ebuild
@@ -1,6 +1,6 @@
# 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.3.ebuild,v 1.1 2011/05/04 17:23:31 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.3.6.ebuild,v 1.1 2011/10/07 21:47:49 mr_bones_ Exp $
EAPI=2
inherit games
@@ -26,6 +26,6 @@ src_compile() {
src_install() {
insinto "${GAMES_DATADIR}/openttd/data/"
doins *.grf opengfx.obg || die
- dodoc docs/{changelog.txt,readme.txt} || die
+ dodoc docs/{changelog.txt,readme.txt}
prepgamesdirs
}