summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2013-11-12 03:20:08 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2013-11-12 03:20:08 +0000
commitccdf4a7f529d8581ac6298e70b1a944359544077 (patch)
treeafad78ec1c3e5132bf11959a194a710bc976cae0 /games-misc
parentBump (probably for stable channel). (diff)
downloadgentoo-2-ccdf4a7f529d8581ac6298e70b1a944359544077.tar.gz
gentoo-2-ccdf4a7f529d8581ac6298e70b1a944359544077.tar.bz2
gentoo-2-ccdf4a7f529d8581ac6298e70b1a944359544077.zip
old
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-misc')
-rw-r--r--games-misc/opengfx/ChangeLog7
-rw-r--r--games-misc/opengfx/files/opengfx-0.4.6.1-gcc48.patch16
-rw-r--r--games-misc/opengfx/opengfx-0.4.4.ebuild41
-rw-r--r--games-misc/opengfx/opengfx-0.4.6.1.ebuild43
4 files changed, 6 insertions, 101 deletions
diff --git a/games-misc/opengfx/ChangeLog b/games-misc/opengfx/ChangeLog
index 5a4e45bbe9aa..ccd44fd1dc4d 100644
--- a/games-misc/opengfx/ChangeLog
+++ b/games-misc/opengfx/ChangeLog
@@ -1,6 +1,11 @@
# 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.31 2013/07/19 21:31:48 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.32 2013/11/12 03:20:07 mr_bones_ Exp $
+
+ 12 Nov 2013; Michael Sterrett <mr_bones_@gentoo.org>
+ -files/opengfx-0.4.6.1-gcc48.patch, -opengfx-0.4.4.ebuild,
+ -opengfx-0.4.6.1.ebuild:
+ old
*opengfx-0.4.7 (19 Jul 2013)
diff --git a/games-misc/opengfx/files/opengfx-0.4.6.1-gcc48.patch b/games-misc/opengfx/files/opengfx-0.4.6.1-gcc48.patch
deleted file mode 100644
index 78b512e71cec..000000000000
--- a/games-misc/opengfx/files/opengfx-0.4.6.1-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.4.ebuild b/games-misc/opengfx/opengfx-0.4.4.ebuild
deleted file mode 100644
index a61b5448607d..000000000000
--- a/games-misc/opengfx/opengfx-0.4.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.4.4.ebuild,v 1.9 2012/12/31 16:32:47 ago Exp $
-
-EAPI=3
-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=""
-
-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 || die
-}
-
-src_install() {
- insinto "${GAMES_DATADIR}/openttd/data/"
- doins *.grf opengfx.obg || die
- dodoc docs/{changelog.txt,readme.txt}
- prepgamesdirs
-}
diff --git a/games-misc/opengfx/opengfx-0.4.6.1.ebuild b/games-misc/opengfx/opengfx-0.4.6.1.ebuild
deleted file mode 100644
index 4c262b598dbb..000000000000
--- a/games-misc/opengfx/opengfx-0.4.6.1.ebuild
+++ /dev/null
@@ -1,43 +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.6.1.ebuild,v 1.2 2013/05/09 18:41:08 tupone 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() {
- 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
- epatch "${FILESDIR}"/${P}-gcc48.patch
-}
-
-src_compile() {
- emake bundle
-}
-
-src_install() {
- insinto "${GAMES_DATADIR}/openttd/data/"
- doins *.grf opengfx.obg
- dodoc docs/{changelog.txt,readme.txt}
- prepgamesdirs
-}