diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-12 15:38:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-12 15:38:40 +0000 |
commit | 355685f85e3cf22d036e2bd73c5b8282125de7e8 (patch) | |
tree | b999852942ff53fd8057a0fdf3536d406e56c661 /games-action | |
parent | remove inherit magic and call functions explicitly (diff) | |
download | gentoo-2-355685f85e3cf22d036e2bd73c5b8282125de7e8.tar.gz gentoo-2-355685f85e3cf22d036e2bd73c5b8282125de7e8.tar.bz2 gentoo-2-355685f85e3cf22d036e2bd73c5b8282125de7e8.zip |
tidy
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-action')
5 files changed, 23 insertions, 12 deletions
diff --git a/games-action/openastromenace/ChangeLog b/games-action/openastromenace/ChangeLog index 42ec8ab81550..c5823d1886d2 100644 --- a/games-action/openastromenace/ChangeLog +++ b/games-action/openastromenace/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for games-action/openastromenace # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/openastromenace/ChangeLog,v 1.13 2013/01/12 12:19:47 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/openastromenace/ChangeLog,v 1.14 2013/01/12 15:38:40 mr_bones_ Exp $ + + 12 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> + files/openastromenace-1.2.0-cmake.patch, + files/openastromenace-1.2.0-mesa.patch, + files/openastromenace-1.3.1-keyboard_control-fix.patch, + files/openastromenace-1.3.1-overflow.patch, + files/openastromenace-1.3.1-rendering-blinking_triangles-fix.patch, + files/openastromenace-1.3.1-textures_quality-fix.patch, + openastromenace-1.3.1-r1.ebuild: + tidy *openastromenace-1.3.1-r1 (12 Jan 2013) diff --git a/games-action/openastromenace/files/openastromenace-1.2.0-cmake.patch b/games-action/openastromenace/files/openastromenace-1.2.0-cmake.patch index 17e194704d7e..dd9f9c3bdc18 100644 --- a/games-action/openastromenace/files/openastromenace-1.2.0-cmake.patch +++ b/games-action/openastromenace/files/openastromenace-1.2.0-cmake.patch @@ -1,5 +1,5 @@ ---- CMakeLists.txt 2008/02/15 09:55:15 33 -+++ CMakeLists.txt 2008/05/19 08:11:36 36 +--- CMakeLists.txt ++++ CMakeLists.txt @@ -13,6 +13,8 @@ # ./AstroMenace # diff --git a/games-action/openastromenace/files/openastromenace-1.2.0-mesa.patch b/games-action/openastromenace/files/openastromenace-1.2.0-mesa.patch index c3b7ef10c571..1802d8e70559 100644 --- a/games-action/openastromenace/files/openastromenace-1.2.0-mesa.patch +++ b/games-action/openastromenace/files/openastromenace-1.2.0-mesa.patch @@ -1,5 +1,5 @@ ---- OpenAstroMenaceSVN/AstroMenaceSource/Core/RendererInterface/RendererInterface.h.orig 2007-09-15 12:26:47.000000000 +0400 -+++ OpenAstroMenaceSVN/AstroMenaceSource/Core/RendererInterface/RendererInterface.h 2009-12-01 23:21:23.551205491 +0300 +--- OpenAstroMenaceSVN/AstroMenaceSource/Core/RendererInterface/RendererInterface.h.orig ++++ OpenAstroMenaceSVN/AstroMenaceSource/Core/RendererInterface/RendererInterface.h @@ -37,6 +37,7 @@ #include "../Base.h" #include "../Math/Math.h" diff --git a/games-action/openastromenace/files/openastromenace-1.3.1-overflow.patch b/games-action/openastromenace/files/openastromenace-1.3.1-overflow.patch index f1e1dbf12c56..eebfb45a9678 100644 --- a/games-action/openastromenace/files/openastromenace-1.3.1-overflow.patch +++ b/games-action/openastromenace/files/openastromenace-1.3.1-overflow.patch @@ -1,5 +1,5 @@ ---- AstroMenaceSource/Core/VirtualFileSystem/VFS.cpp.orig 2013-01-03 14:44:24.215884583 -0500 -+++ AstroMenaceSource/Core/VirtualFileSystem/VFS.cpp 2013-01-03 14:49:17.035312094 -0500 +--- AstroMenaceSource/Core/VirtualFileSystem/VFS.cpp.orig ++++ AstroMenaceSource/Core/VirtualFileSystem/VFS.cpp @@ -554,7 +554,7 @@ //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ // Проверяем сигнатуру "VFS_" - 4 байт diff --git a/games-action/openastromenace/openastromenace-1.3.1-r1.ebuild b/games-action/openastromenace/openastromenace-1.3.1-r1.ebuild index e91c515022bc..d31da697fc76 100644 --- a/games-action/openastromenace/openastromenace-1.3.1-r1.ebuild +++ b/games-action/openastromenace/openastromenace-1.3.1-r1.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-action/openastromenace/openastromenace-1.3.1-r1.ebuild,v 1.1 2013/01/12 12:19:47 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/openastromenace/openastromenace-1.3.1-r1.ebuild,v 1.2 2013/01/12 15:38:40 mr_bones_ Exp $ EAPI=5 inherit gnome2-utils cmake-utils eutils games @@ -24,7 +24,7 @@ DEPEND="virtual/opengl media-libs/libvorbis x11-libs/libXinerama" -S="${WORKDIR}/AstroMenace" +S=${WORKDIR}/AstroMenace src_prepare() { # no messing with CXXFLAGS please. @@ -32,9 +32,10 @@ src_prepare() { epatch "${FILESDIR}"/${P}-overflow.patch # enhancements patches(all - in upstream), bug #450158 - epatch "${FILESDIR}"/${P}-keyboard_control-fix.patch - epatch "${FILESDIR}"/${P}-rendering-blinking_triangles-fix.patch - epatch "${FILESDIR}"/${P}-textures_quality-fix.patch + epatch \ + "${FILESDIR}"/${P}-keyboard_control-fix.patch \ + "${FILESDIR}"/${P}-rendering-blinking_triangles-fix.patch \ + "${FILESDIR}"/${P}-textures_quality-fix.patch } src_configure() { |