public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-fps/quake3: ChangeLog quake3-9999.ebuild
@ 2011-05-14 22:38 Matt Turner (mattst88)
  0 siblings, 0 replies; 4+ messages in thread
From: Matt Turner (mattst88) @ 2011-05-14 22:38 UTC (permalink / raw
  To: gentoo-commits

mattst88    11/05/14 22:38:11

  Modified:             ChangeLog quake3-9999.ebuild
  Log:
  Make sure to call subversion_wc_info. Thanks to Andrey Vihrov, bug 222005.
  
  (Portage version: 2.1.9.41/cvs/Linux x86_64)

Revision  Changes    Path
1.58                 games-fps/quake3/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	6 May 2011 22:21:19 -0000	1.57
+++ ChangeLog	14 May 2011 22:38:11 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for games-fps/quake3
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.57 2011/05/06 22:21:19 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.58 2011/05/14 22:38:11 mattst88 Exp $
+
+  14 May 2011; Matt Turner <mattst88@gentoo.org> quake3-9999.ebuild:
+  Make sure to call subversion_wc_info. Thanks to Andrey Vihrov, bug 222005.
 
   06 May 2011; Matt Turner <mattst88@gentoo.org> quake3-1.36.ebuild,
   quake3-9999.ebuild, metadata.xml:



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

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

Index: quake3-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- quake3-9999.ebuild	6 May 2011 22:21:19 -0000	1.20
+++ quake3-9999.ebuild	14 May 2011 22:38:11 -0000	1.21
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.20 2011/05/06 22:21:19 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.21 2011/05/14 22:38:11 mattst88 Exp $
 
 # quake3-9999          -> latest svn
 # quake3-9999.REV      -> use svn REV
@@ -70,6 +70,7 @@
 src_prepare() {
 	if [[ "${PV}" == 9999* ]] ; then
 		# Workaround for the version string
+		subversion_wc_info
 		ln -s "${ESVN_WC_PATH}/.svn" .svn || die "ln ${ESVN_WC_PATH}/.svn"
 	fi
 }






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

* [gentoo-commits] gentoo-x86 commit in games-fps/quake3: ChangeLog quake3-9999.ebuild
@ 2013-01-03 22:23 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 4+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-01-03 22:23 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/01/03 22:23:10

  Modified:             ChangeLog quake3-9999.ebuild
  Log:
  Set new repo address for live ebuild, wrt bug #449510
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.64                 games-fps/quake3/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	20 Dec 2012 19:02:02 -0000	1.63
+++ ChangeLog	3 Jan 2013 22:23:10 -0000	1.64
@@ -1,6 +1,9 @@
 # ChangeLog for games-fps/quake3
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.63 2012/12/20 19:02:02 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.64 2013/01/03 22:23:10 pinkbyte Exp $
+
+  03 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> quake3-9999.ebuild:
+  Set new repo address for live ebuild, wrt bug #449510
 
   20 Dec 2012; Agostino Sarubbo <ago@gentoo.org> quake3-1.36-r1.ebuild:
   Stable for amd64, wrt bug #447164



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

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

Index: quake3-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- quake3-9999.ebuild	16 May 2011 15:09:32 -0000	1.22
+++ quake3-9999.ebuild	3 Jan 2013 22:23:10 -0000	1.23
@@ -1,15 +1,15 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 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.22 2011/05/16 15:09:32 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.23 2013/01/03 22:23:10 pinkbyte Exp $
 
-# quake3-9999          -> latest svn
-# quake3-9999.REV      -> use svn REV
-# quake3-VER_alphaREV  -> svn snapshot REV for version VER
+# quake3-9999          -> latest git
+# quake3-9999.REV      -> use git REV
+# quake3-VER_alphaREV  -> git snapshot REV for version VER
 # quake3-VER           -> normal quake release
 
 EAPI=2
 inherit eutils flag-o-matic games toolchain-funcs
-[[ "${PV}" == 9999* ]] && inherit subversion
+[[ "${PV}" == 9999* ]] && inherit git-2
 
 MY_PN="ioquake3"
 MY_PV="${PV}"
@@ -18,7 +18,7 @@
 DESCRIPTION="Quake III Arena - 3rd installment of the classic id 3D first-person shooter"
 HOMEPAGE="http://ioquake3.org/"
 [[ "${PV}" != 9999* ]] && SRC_URI="http://ioquake3.org/files/${MY_PV}/${MY_P}.tar.bz2"
-ESVN_REPO_URI="svn://svn.icculus.org/quake3/trunk"
+EGIT_REPO_URI="git://github.com/ioquake/ioq3.git"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -66,14 +66,6 @@
 	esac
 }
 
-src_prepare() {
-	if [[ "${PV}" == 9999* ]] ; then
-		# Workaround for the version string
-		subversion_wc_info
-		ln -s "${ESVN_WC_PATH}/.svn" .svn || die "ln ${ESVN_WC_PATH}/.svn"
-	fi
-}
-
 src_compile() {
 
 	buildit() { use $1 && echo 1 || echo 0 ; }





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

* [gentoo-commits] gentoo-x86 commit in games-fps/quake3: ChangeLog quake3-9999.ebuild
@ 2013-01-03 23:01 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 4+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-01-03 23:01 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/01/03 23:01:09

  Modified:             ChangeLog quake3-9999.ebuild
  Log:
  Add workarounds for zlib and renderers loading, wrt bug #449510. Thanks to robo9k <robo+gentoo AT 9k.lv> for discovering these issues
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.65                 games-fps/quake3/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	3 Jan 2013 22:23:10 -0000	1.64
+++ ChangeLog	3 Jan 2013 23:01:09 -0000	1.65
@@ -1,6 +1,10 @@
 # ChangeLog for games-fps/quake3
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.64 2013/01/03 22:23:10 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.65 2013/01/03 23:01:09 pinkbyte Exp $
+
+  03 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> quake3-9999.ebuild:
+  Add workarounds for zlib and renderers loading, wrt bug #449510. Thanks to
+  robo9k <robo+gentoo AT 9k.lv> for discovering these issues
 
   03 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> quake3-9999.ebuild:
   Set new repo address for live ebuild, wrt bug #449510



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

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

Index: quake3-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- quake3-9999.ebuild	3 Jan 2013 22:23:10 -0000	1.23
+++ quake3-9999.ebuild	3 Jan 2013 23:01:09 -0000	1.24
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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.23 2013/01/03 22:23:10 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.24 2013/01/03 23:01:09 pinkbyte Exp $
 
 # quake3-9999          -> latest git
 # quake3-9999.REV      -> use git REV
@@ -74,6 +74,9 @@
 	# are otherwise ignored.
 	append-flags ${CPPFLAGS}
 
+	# Workaround for used zlib macro, wrt bug #449510
+	append-flags -DOF=_Z_OF
+
 	# OPTIMIZE is disabled in favor of CFLAGS.
 	#
 	# TODO: BUILD_CLIENT_SMP=$(buildit smp)
@@ -123,6 +126,12 @@
 		fi
 	done
 
+	# Install renderer libraries, wrt bug #449510
+	# this should be done through 'dogameslib', but
+	# for this some files need to be patched
+	exeinto "${GAMES_DATADIR}/${PN}"
+	doexe renderer*.so
+
 	prepgamesdirs
 }
 





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

* [gentoo-commits] gentoo-x86 commit in games-fps/quake3: ChangeLog quake3-9999.ebuild
@ 2013-01-03 23:12 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 4+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-01-03 23:12 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/01/03 23:12:10

  Modified:             ChangeLog quake3-9999.ebuild
  Log:
  Add missing 'die' statement to renderers installation, add new docs
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.66                 games-fps/quake3/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	3 Jan 2013 23:01:09 -0000	1.65
+++ ChangeLog	3 Jan 2013 23:12:10 -0000	1.66
@@ -1,6 +1,9 @@
 # ChangeLog for games-fps/quake3
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.65 2013/01/03 23:01:09 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.66 2013/01/03 23:12:10 pinkbyte Exp $
+
+  03 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> quake3-9999.ebuild:
+  Add missing 'die' statement to renderers installation, add new docs
 
   03 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> quake3-9999.ebuild:
   Add workarounds for zlib and renderers loading, wrt bug #449510. Thanks to



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

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

Index: quake3-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- quake3-9999.ebuild	3 Jan 2013 23:01:09 -0000	1.24
+++ quake3-9999.ebuild	3 Jan 2013 23:12:10 -0000	1.25
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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.24 2013/01/03 23:01:09 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.25 2013/01/03 23:12:10 pinkbyte Exp $
 
 # quake3-9999          -> latest git
 # quake3-9999.REV      -> use git REV
@@ -106,7 +106,7 @@
 }
 
 src_install() {
-	dodoc BUGS ChangeLog id-readme.txt md4-readme.txt NOTTODO README TODO || die
+	dodoc BUGS ChangeLog id-readme.txt md4-readme.txt NOTTODO README rend2-readme.txt TODO voip-readme.txt || die
 	if use voice ; then
 		dodoc voip-readme.txt || die
 	fi
@@ -130,7 +130,7 @@
 	# this should be done through 'dogameslib', but
 	# for this some files need to be patched
 	exeinto "${GAMES_DATADIR}/${PN}"
-	doexe renderer*.so
+	doexe renderer*.so || die 'install renderers failed'
 
 	prepgamesdirs
 }





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

end of thread, other threads:[~2013-01-03 23:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-03 23:12 [gentoo-commits] gentoo-x86 commit in games-fps/quake3: ChangeLog quake3-9999.ebuild Sergey Popov (pinkbyte)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-03 23:01 Sergey Popov (pinkbyte)
2013-01-03 22:23 Sergey Popov (pinkbyte)
2011-05-14 22:38 Matt Turner (mattst88)

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