hasufell    14/07/23 23:59:15

  Modified:             ChangeLog warsow-1.5.1-r1.ebuild
  Log:
  fix build without openal wrt #515662, patch by Ari Malinen
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  Changes    Path
1.63                 games-fps/warsow/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/ChangeLog?rev=1.63&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/ChangeLog?rev=1.63&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   20 Jul 2014 17:45:24 -0000      1.62
+++ ChangeLog   23 Jul 2014 23:59:15 -0000      1.63
@@ -1,6 +1,10 @@
 # ChangeLog for games-fps/warsow
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v 1.62 
2014/07/20 17:45:24 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v 1.63 
2014/07/23 23:59:15 hasufell Exp $
+
+  23 Jul 2014; Julian Ospald <hasuf...@gentoo.org> warsow-1.5.1-r1.ebuild,
+  +files/warsow-1.5.1-openal.patch:
+  fix build without openal wrt #515662, patch by Ari Malinen
 
 *warsow-1.5.1-r1 (20 Jul 2014)
 



1.2                  games-fps/warsow/warsow-1.5.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/warsow-1.5.1-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/warsow-1.5.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/warsow-1.5.1-r1.ebuild?r1=1.1&r2=1.2

Index: warsow-1.5.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-1.5.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- warsow-1.5.1-r1.ebuild      20 Jul 2014 17:45:24 -0000      1.1
+++ warsow-1.5.1-r1.ebuild      23 Jul 2014 23:59:15 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-1.5.1-r1.ebuild,v 
1.1 2014/07/20 17:45:24 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-1.5.1-r1.ebuild,v 
1.2 2014/07/23 23:59:15 hasufell Exp $
 
 EAPI=5
 inherit eutils check-reqs gnome2-utils flag-o-matic games
@@ -78,7 +78,8 @@
 
        cd "${S}"/.. || die
        epatch "${FILESDIR}"/${P}-build.patch \
-               "${FILESDIR}"/${P}-pic.patch
+               "${FILESDIR}"/${P}-pic.patch \
+               "${FILESDIR}"/${P}-openal.patch
        epatch_user
 }
 




Reply via email to