public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alfredo Tupone (tupone)" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-fps/warsow: ChangeLog warsow-1.5.1-r1.ebuild
Date: Sat,  1 Aug 2015 17:41:41 +0000 (UTC)	[thread overview]
Message-ID: <20150801174141.2C309119@oystercatcher.gentoo.org> (raw)

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[@]}
 }
 





             reply	other threads:[~2015-08-01 17:41 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150801174141.2C309119@oystercatcher.gentoo.org \
    --to=tupone@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox