summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2013-11-30 01:45:32 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2013-11-30 01:45:32 +0000
commit3c83819548187df43036c574c63157d8d7e1d088 (patch)
tree4dd9dba48261d6bf7fe8bfc640de2a86dd819abf /games-simulation
parentDepend on libcap-ng[static-libs] if USE=static is used. Bug #481692 by Peter ... (diff)
downloadgentoo-2-3c83819548187df43036c574c63157d8d7e1d088.tar.gz
gentoo-2-3c83819548187df43036c574c63157d8d7e1d088.tar.bz2
gentoo-2-3c83819548187df43036c574c63157d8d7e1d088.zip
version bump
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/openttd/ChangeLog10
-rw-r--r--games-simulation/openttd/files/openttd-1.3.3-cflags.patch (renamed from games-simulation/openttd/files/openttd-1.3.2-cflags.patch)4
-rw-r--r--games-simulation/openttd/openttd-1.3.3.ebuild (renamed from games-simulation/openttd/openttd-1.3.2.ebuild)9
3 files changed, 18 insertions, 5 deletions
diff --git a/games-simulation/openttd/ChangeLog b/games-simulation/openttd/ChangeLog
index 238b3bc85f69..4084962e52d9 100644
--- a/games-simulation/openttd/ChangeLog
+++ b/games-simulation/openttd/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for games-simulation/openttd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.141 2013/09/16 15:17:56 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.142 2013/11/30 01:45:32 mr_bones_ Exp $
+
+*openttd-1.3.3 (30 Nov 2013)
+
+ 30 Nov 2013; Michael Sterrett <mr_bones_@gentoo.org>
+ +files/openttd-1.3.3-cflags.patch, +openttd-1.3.3.ebuild,
+ -files/openttd-1.3.2-cflags.patch, -openttd-1.3.2.ebuild,
+ files/openttd-1.2.3-cflags.patch:
+ version bump
16 Sep 2013; Michael Sterrett <mr_bones_@gentoo.org>
-files/openttd-1.3.0-cflags.patch, -files/openttd-1.3.1-cflags.patch,
diff --git a/games-simulation/openttd/files/openttd-1.3.2-cflags.patch b/games-simulation/openttd/files/openttd-1.3.3-cflags.patch
index 135ae6e08f59..babbedb06ce3 100644
--- a/games-simulation/openttd/files/openttd-1.3.2-cflags.patch
+++ b/games-simulation/openttd/files/openttd-1.3.3-cflags.patch
@@ -1,5 +1,5 @@
---- config.lib.orig 2013-04-01 10:56:04.199921234 -0400
-+++ config.lib 2013-04-01 10:57:21.878371374 -0400
+--- config.lib.orig
++++ config.lib
@@ -1426,26 +1426,16 @@
CFLAGS="-I/gg/os-include -noixemul -fstrict-aliasing -fexpensive-optimizations -mcpu=604 -fno-inline -mstring -mmultiple $CFLAGS"
LDFLAGS="$LDFLAGS -noixemul"
diff --git a/games-simulation/openttd/openttd-1.3.2.ebuild b/games-simulation/openttd/openttd-1.3.3.ebuild
index cd5513ca71f6..42950fa9bce4 100644
--- a/games-simulation/openttd/openttd-1.3.2.ebuild
+++ b/games-simulation/openttd/openttd-1.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.3.2.ebuild,v 1.1 2013/08/26 23:10:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.3.3.ebuild,v 1.1 2013/11/30 01:45:32 mr_bones_ Exp $
EAPI=5
inherit eutils gnome2-utils games
@@ -40,7 +40,12 @@ PDEPEND="
)
openmedia? ( >=games-misc/opengfx-0.4.4 )"
-PATCHES=( "${FILESDIR}"/${P}-cflags.patch )
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-cflags.patch
+ sed -i \
+ -e '/Keywords/s/$/;/' \
+ media/openttd.desktop.in || die
+}
src_configure() {
# there is an allegro interface available as well as sdl, but