public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-fps/warsow: ChangeLog warsow-1.5.1-r1.ebuild
@ 2014-07-23 23:59 Julian Ospald (hasufell)
  0 siblings, 0 replies; 3+ messages in thread
From: Julian Ospald (hasufell) @ 2014-07-23 23:59 UTC (permalink / raw
  To: gentoo-commits

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 <hasufell@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
 }
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-fps/warsow: ChangeLog warsow-1.5.1-r1.ebuild
@ 2015-02-01 19:15 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone (tupone) @ 2015-02-01 19:15 UTC (permalink / raw
  To: gentoo-commits

tupone      15/02/01 19:15:27

  Modified:             ChangeLog warsow-1.5.1-r1.ebuild
  Log:
  Moving a big file to mirror
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)

Revision  Changes    Path
1.65                 games-fps/warsow/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	9 Oct 2014 15:26:25 -0000	1.64
+++ ChangeLog	1 Feb 2015 19:15:27 -0000	1.65
@@ -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.64 2014/10/09 15:26:25 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v 1.65 2015/02/01 19:15:27 tupone Exp $
+
+  31 Jan 2015; Tupone Alfredo <tupone@gentoo.org> warsow-1.5.1-r1.ebuild,
+  -files/warsow-1.5.1-build.patch:
+  Moving a big file to mirror
 
   09 Oct 2014; Michael Sterrett <mr_bones_@gentoo.org> warsow-1.5.1-r1.ebuild:
   don't build ref_gl for dedicated (bug #524796)



1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/warsow-1.5.1-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/warsow-1.5.1-r1.ebuild?r1=1.3&r2=1.4

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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- warsow-1.5.1-r1.ebuild	9 Oct 2014 15:26:25 -0000	1.3
+++ warsow-1.5.1-r1.ebuild	1 Feb 2015 19:15:27 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.3 2014/10/09 15:26:25 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-1.5.1-r1.ebuild,v 1.4 2015/02/01 19:15:27 tupone Exp $
 
 EAPI=5
 inherit eutils check-reqs gnome2-utils flag-o-matic games
@@ -16,7 +16,8 @@
 HOMEPAGE="http://www.warsow.net/"
 SRC_URI="http://www.warsow.eu/${ENGINE_P}.tar.gz
 	http://www.warsow.eu/warsow_${DATA_PV}_unified.tar.gz
-	mirror://gentoo/warsow.png"
+	mirror://gentoo/warsow.png
+	mirror://gentoo/${P}-build.patch.gz"
 
 # ZLIB: bundled angelscript
 LICENSE="GPL-2 ZLIB warsow"
@@ -77,7 +78,7 @@
 	find . -type f -exec sed -i 's/\r$//' '{}' + || die
 
 	cd "${S}"/.. || die
-	epatch "${FILESDIR}"/${P}-build.patch \
+	epatch "${WORKDIR}"/${P}-build.patch \
 		"${FILESDIR}"/${P}-pic.patch \
 		"${FILESDIR}"/${P}-openal.patch
 	epatch_user





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-fps/warsow: ChangeLog warsow-1.5.1-r1.ebuild
@ 2015-08-01 17:41 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone (tupone) @ 2015-08-01 17:41 UTC (permalink / raw
  To: gentoo-commits

tupone      15/08/01 17:41:41

  Modified:             ChangeLog warsow-1.5.1-r1.ebuild
  Log:
  Use usex. Bug #522186
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0145142D)

Revision  Changes    Path
1.70                 games-fps/warsow/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	21 Apr 2015 02:28:00 -0000	1.69
+++ ChangeLog	1 Aug 2015 17:41:41 -0000	1.70
@@ -1,6 +1,9 @@
 # ChangeLog for games-fps/warsow
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v 1.69 2015/04/21 02:28:00 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v 1.70 2015/08/01 17:41:41 tupone Exp $
+
+  01 Aug 2015; Tupone Alfredo <tupone@gentoo.org> warsow-1.5.1-r1.ebuild:
+  Use usex. Bug #522186 by Justin Lecher
 
   21 Apr 2015; Patrick Lauer <patrick@gentoo.org> metadata.xml:
   Remove unused useflag description from metadata.xml



1.7                  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.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/warsow-1.5.1-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/warsow-1.5.1-r1.ebuild?r1=1.6&r2=1.7

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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- warsow-1.5.1-r1.ebuild	25 Mar 2015 13:53:12 -0000	1.6
+++ warsow-1.5.1-r1.ebuild	1 Aug 2015 17:41:41 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.6 2015/03/25 13:53:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-1.5.1-r1.ebuild,v 1.7 2015/08/01 17:41:41 tupone Exp $
 
 EAPI=5
 inherit eutils check-reqs gnome2-utils flag-o-matic games
@@ -85,8 +85,6 @@
 }
 
 src_compile() {
-	yesno() { use ${1} && echo YES || echo NO ; }
-
 	emake -C ../libsrcs/angelscript/sdk/angelscript/projects/gnuc
 
 	local arch
@@ -111,12 +109,12 @@
 	else
 		myconf=(
 			BUILD_CLIENT=YES
-			BUILD_IRC=$(yesno irc)
-			BUILD_SND_OPENAL=$(yesno openal)
+			BUILD_IRC=$(usex irc YES NO)
+			BUILD_SND_OPENAL=$(usex openal YES NO)
 			BUILD_SND_QF=YES
 			BUILD_CIN=YES
-			BUILD_SERVER=$(yesno server)
-			BUILD_TV_SERVER=$(yesno server)
+			BUILD_SERVER=$(usex server YES NO)
+			BUILD_TV_SERVER=$(usex server YES NO)
 			BUILD_REF_GL=YES
 		)
 	fi
@@ -127,7 +125,7 @@
 		BASE_ARCH=${arch} \
 		BINDIR=lib \
 		BUILD_ANGELWRAP=YES \
-		DEBUG_BUILD=$(yesno debug) \
+		DEBUG_BUILD=$(usex debug YES NO) \
 		${myconf[@]}
 }
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-08-01 17:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-01 19:15 [gentoo-commits] gentoo-x86 commit in games-fps/warsow: ChangeLog warsow-1.5.1-r1.ebuild Alfredo Tupone (tupone)
  -- strict thread matches above, loose matches on Subject: below --
2015-08-01 17:41 Alfredo Tupone (tupone)
2014-07-23 23:59 Julian Ospald (hasufell)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox