diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-08-12 12:01:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-08-12 12:01:00 +0000 |
commit | 3a0b2675b6dacc0fb8a1232fd1ff323195d71255 (patch) | |
tree | 7d1f091e347c96cf8e44e53706e359125b3d88a4 /games-fps/quake3 | |
parent | Add ia64 love #509216 by Émeric Maschino. (diff) | |
download | gentoo-2-3a0b2675b6dacc0fb8a1232fd1ff323195d71255.tar.gz gentoo-2-3a0b2675b6dacc0fb8a1232fd1ff323195d71255.tar.bz2 gentoo-2-3a0b2675b6dacc0fb8a1232fd1ff323195d71255.zip |
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)
Diffstat (limited to 'games-fps/quake3')
-rw-r--r-- | games-fps/quake3/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/quake3/quake3-1.36-r1.ebuild | 9 | ||||
-rw-r--r-- | games-fps/quake3/quake3-9999.ebuild | 7 |
3 files changed, 10 insertions, 12 deletions
diff --git a/games-fps/quake3/ChangeLog b/games-fps/quake3/ChangeLog index 4cda50a6cea3..452ab29dc57b 100644 --- a/games-fps/quake3/ChangeLog +++ b/games-fps/quake3/ChangeLog @@ -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 <vapier@gentoo.org> 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 <slyfox@gentoo.org> quake3-9999.ebuild: Fix missing files in 'dodoc' call. diff --git a/games-fps/quake3/quake3-1.36-r1.ebuild b/games-fps/quake3/quake3-1.36-r1.ebuild index d532fa112296..4f738a9e8669 100644 --- a/games-fps/quake3/quake3-1.36-r1.ebuild +++ b/games-fps/quake3/quake3-1.36-r1.ebuild @@ -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 @@ ESVN_REPO_URI="svn://svn.icculus.org/quake3/trunk" 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_arch() { } my_platform() { - case "${ARCH}" in - alpha|amd64|ppc|x86) echo "linux" ;; - x86-fbsd) echo "freebsd" ;; - esac + usex kernel_linux linux freebsd } src_prepare() { diff --git a/games-fps/quake3/quake3-9999.ebuild b/games-fps/quake3/quake3-9999.ebuild index 754e9f316cb1..1bb51af685da 100644 --- a/games-fps/quake3/quake3-9999.ebuild +++ b/games-fps/quake3/quake3-9999.ebuild @@ -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_arch() { } my_platform() { - case "${ARCH}" in - alpha|amd64|ppc|x86) echo "linux" ;; - x86-fbsd) echo "freebsd" ;; - esac + usex kernel_linux linux freebsd } src_compile() { |