vapier      14/08/12 12:01:00

  Modified:             quake3-1.36-r1.ebuild quake3-9999.ebuild ChangeLog
  Log:
  Add ia64 love and simplify my_platform logic #509216 by Émeric Maschino.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.6                  games-fps/quake3/quake3-1.36-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3/quake3-1.36-r1.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3/quake3-1.36-r1.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3/quake3-1.36-r1.ebuild?r1=1.5&r2=1.6

Index: quake3-1.36-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.36-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- quake3-1.36-r1.ebuild       15 May 2014 16:45:14 -0000      1.5
+++ quake3-1.36-r1.ebuild       12 Aug 2014 12:01:00 -0000      1.6
@@ -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/quake3/quake3-1.36-r1.ebuild,v 
1.5 2014/05/15 16:45:14 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.36-r1.ebuild,v 
1.6 2014/08/12 12:01:00 vapier Exp $
 
 # quake3-9999          -> latest svn
 # quake3-9999.REV      -> use svn REV
@@ -22,7 +22,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ia64 ~ppc x86 ~x86-fbsd"
 # "smp" is omitted, because currently it does not work.
 IUSE="dedicated opengl teamarena +openal curl vorbis voice mumble"
 
@@ -59,10 +59,7 @@
 }
 
 my_platform() {
-       case "${ARCH}" in
-               alpha|amd64|ppc|x86)  echo "linux" ;;
-               x86-fbsd)             echo "freebsd" ;;
-       esac
+       usex kernel_linux linux freebsd
 }
 
 src_prepare() {



1.28                 games-fps/quake3/quake3-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3/quake3-9999.ebuild?rev=1.28&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3/quake3-9999.ebuild?rev=1.28&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3/quake3-9999.ebuild?r1=1.27&r2=1.28

Index: quake3-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- quake3-9999.ebuild  24 May 2014 21:04:32 -0000      1.27
+++ quake3-9999.ebuild  12 Aug 2014 12:01:00 -0000      1.28
@@ -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/quake3/quake3-9999.ebuild,v 1.27 
2014/05/24 21:04:32 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.28 
2014/08/12 12:01:00 vapier Exp $
 
 # quake3-9999          -> latest git
 # quake3-9999.REV      -> use git REV
@@ -60,10 +60,7 @@
 }
 
 my_platform() {
-       case "${ARCH}" in
-               alpha|amd64|ppc|x86)  echo "linux" ;;
-               x86-fbsd)             echo "freebsd" ;;
-       esac
+       usex kernel_linux linux freebsd
 }
 
 src_compile() {



1.71                 games-fps/quake3/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog   24 May 2014 21:04:32 -0000      1.70
+++ ChangeLog   12 Aug 2014 12:01:00 -0000      1.71
@@ -1,6 +1,10 @@
 # ChangeLog for games-fps/quake3
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.70 
2014/05/24 21:04:32 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.71 
2014/08/12 12:01:00 vapier Exp $
+
+  12 Aug 2014; Mike Frysinger <[email protected]> quake3-1.36-r1.ebuild,
+  quake3-9999.ebuild:
+  Add ia64 love and simplify my_platform logic #509216 by Émeric Maschino.
 
   24 May 2014; Sergei Trofimovich <[email protected]> quake3-9999.ebuild:
   Fix missing files in 'dodoc' call.




Reply via email to