public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-fps/quake2-icculus: quake2-icculus-0.16.1-r1.ebuild ChangeLog
@ 2008-01-28  1:22 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2008-01-28  1:22 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    08/01/28 01:22:18

  Modified:             quake2-icculus-0.16.1-r1.ebuild ChangeLog
  Log:
  make the doc message more generic (bug #207773)
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.8                  games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild?r1=1.7&r2=1.8

Index: quake2-icculus-0.16.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- quake2-icculus-0.16.1-r1.ebuild	20 Nov 2007 02:17:48 -0000	1.7
+++ quake2-icculus-0.16.1-r1.ebuild	28 Jan 2008 01:22:18 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.7 2007/11/20 02:17:48 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.8 2008/01/28 01:22:18 mr_bones_ Exp $
 
 inherit eutils toolchain-funcs games
 
@@ -64,7 +64,7 @@
 src_unpack() {
 	unpack ${MY_P}.tar.gz
 	cd "${S}"
-	sed -i -e 's:BUILD_SOFTX:BUILD_X11:' Makefile
+	sed -i -e 's:BUILD_SOFTX:BUILD_X11:' Makefile || die
 	epatch "${FILESDIR}"/${P}-amd64.patch # make sure this is still needed in future versions
 	epatch "${FILESDIR}"/${P}-gentoo-paths.patch
 
@@ -88,8 +88,9 @@
 	fi
 	if use rogue ; then
 		cd "${S}"/src
-		epatch "${FILESDIR}"/0.16-rogue-nan.patch
-		epatch "${FILESDIR}"/0.16-rogue-armor.patch
+		epatch \
+			"${FILESDIR}"/0.16-rogue-nan.patch \
+			"${FILESDIR}"/0.16-rogue-armor.patch
 	fi
 }
 
@@ -172,18 +173,18 @@
 	# q2max files
 	if use qmax ; then
 		dodir "${q2maxdir}"
-		cp -rf my-rel-YES/* "${D}/${q2maxdir}"/
-		newgamesbin "${D}/${q2maxdir}"/quake2 quake2-qmax
-		newgamesbin "${D}/${q2maxdir}"/q2ded q2ded-qmax
+		cp -rf my-rel-YES/* "${D}/${q2maxdir}"/ || die
+		newgamesbin "${D}/${q2maxdir}"/quake2 quake2-qmax || die
+		newgamesbin "${D}/${q2maxdir}"/q2ded q2ded-qmax || die
 		rm "${D}/${q2maxdir}"/{quake2,q2ded}
 		use sdl \
 			&& newgamesbin "${D}/${q2maxdir}"/sdlquake2 sdlquake2-qmax \
 			&& rm "${D}/${q2maxdir}"/sdlquake2
 
 		insinto "${q2maxdir}"/baseq2
-		doins "${DISTDIR}"/maxpak.pak
+		doins "${DISTDIR}"/maxpak.pak || die
 
-		make_desktop_entry quake2-qmax Quake2-qmax quake2.xpm
+		make_desktop_entry quake2-qmax Quake2-qmax quake2
 	fi
 
 	prepgamesdirs
@@ -192,7 +193,7 @@
 pkg_postinst() {
 	games_pkg_postinst
 
-	elog "Go read /usr/share/doc/${PF}/README-postinstall.gz"
+	elog "Go read README-postinstall in /usr/share/doc/${PF}"
 	elog "right now! It's important - This install is just the engine, you still need"
 	elog "the data paks. Go read."
 



1.28                 games-fps/quake2-icculus/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake2-icculus/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake2-icculus/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake2-icculus/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	13 Mar 2007 01:30:25 -0000	1.27
+++ ChangeLog	28 Jan 2008 01:22:18 -0000	1.28
@@ -1,6 +1,10 @@
 # ChangeLog for games-fps/quake2-icculus
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/ChangeLog,v 1.27 2007/03/13 01:30:25 wolf31o2 Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/ChangeLog,v 1.28 2008/01/28 01:22:18 mr_bones_ Exp $
+
+  28 Jan 2008; Michael Sterrett <mr_bones_@gentoo.org>
+  quake2-icculus-0.16.1-r1.ebuild:
+  make the doc message more generic (bug #207773)
 
   13 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org>
   quake2-icculus-0.16.1.ebuild, quake2-icculus-0.16.1-r1.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in games-fps/quake2-icculus: quake2-icculus-0.16.1-r1.ebuild ChangeLog
@ 2008-02-19  1:36 Mike Frysinger (vapier)
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger (vapier) @ 2008-02-19  1:36 UTC (permalink / raw
  To: gentoo-commits

vapier      08/02/19 01:36:47

  Modified:             quake2-icculus-0.16.1-r1.ebuild ChangeLog
  Log:
  Fix building with sanitized kernel headers #193107.
  (Portage version: 2.2_pre2)

Revision  Changes    Path
1.10                 games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild?r1=1.9&r2=1.10

Index: quake2-icculus-0.16.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- quake2-icculus-0.16.1-r1.ebuild	15 Feb 2008 01:06:36 -0000	1.9
+++ quake2-icculus-0.16.1-r1.ebuild	19 Feb 2008 01:36:46 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.9 2008/02/15 01:06:36 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.10 2008/02/19 01:36:46 vapier Exp $
 
 inherit eutils toolchain-funcs games
 
@@ -67,6 +67,7 @@
 	sed -i -e 's:BUILD_SOFTX:BUILD_X11:' Makefile || die
 	epatch "${FILESDIR}"/${P}-amd64.patch # make sure this is still needed in future versions
 	epatch "${FILESDIR}"/${P}-gentoo-paths.patch
+	epatch "${FILESDIR}"/${P}-no-asm-io.patch #193107
 
 	# Now we deal with the silly rogue / xatrix addons ... this is ugly :/
 	ln -s $(type -P echo) "${T}"/more



1.30                 games-fps/quake2-icculus/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake2-icculus/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake2-icculus/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake2-icculus/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	15 Feb 2008 01:06:36 -0000	1.29
+++ ChangeLog	19 Feb 2008 01:36:46 -0000	1.30
@@ -1,6 +1,11 @@
 # ChangeLog for games-fps/quake2-icculus
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/ChangeLog,v 1.29 2008/02/15 01:06:36 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/ChangeLog,v 1.30 2008/02/19 01:36:46 vapier Exp $
+
+  19 Feb 2008; Mike Frysinger <vapier@gentoo.org>
+  +files/quake2-icculus-0.16.1-no-asm-io.patch,
+  quake2-icculus-0.16.1-r1.ebuild:
+  Fix building with sanitized kernel headers #193107.
 
   15 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
   quake2-icculus-0.16.1.ebuild, quake2-icculus-0.16.1-r1.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in games-fps/quake2-icculus: quake2-icculus-0.16.1-r1.ebuild ChangeLog
@ 2014-07-04  8:19 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2014-07-04  8:19 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    14/07/04 08:19:46

  Modified:             quake2-icculus-0.16.1-r1.ebuild ChangeLog
  Log:
  EAPI=5; punt svga support
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.29                 games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild

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

Index: quake2-icculus-0.16.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- quake2-icculus-0.16.1-r1.ebuild	15 May 2014 16:44:49 -0000	1.28
+++ quake2-icculus-0.16.1-r1.ebuild	4 Jul 2014 08:19:46 -0000	1.29
@@ -1,8 +1,8 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.28 2014/05/15 16:44:49 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.29 2014/07/04 08:19:46 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils toolchain-funcs games
 
 MY_P="quake2-r${PV}"
@@ -16,12 +16,11 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ppc sparc x86 ~x86-fbsd"
-IUSE="aalib alsa cdinstall dedicated demo ipv6 joystick opengl qmax rogue sdl svga X xatrix"
+IUSE="aalib alsa cdinstall dedicated demo ipv6 joystick opengl qmax rogue sdl X xatrix"
 
 UIDEPEND="aalib? ( media-libs/aalib )
 	alsa? ( media-libs/alsa-lib )
 	opengl? ( virtual/opengl )
-	svga? ( media-libs/svgalib )
 	sdl? ( media-libs/libsdl[sound,joystick?,video] )
 	X? (
 		x11-libs/libXxf86dga
@@ -62,16 +61,12 @@
 		mkdir -p src/${g}
 		pushd src/${g}
 		local shar=../../../${g}src320.shar
-		sed -i \
-			-e 's:^read ans:ans=yes :' ${shar} \
-			|| die "sed ${shar} failed"
+		sed -i -e 's:^read ans:ans=yes :' ${shar} || die
 		echo ">>> Unpacking ${shar} to ${PWD}"
-		env PATH="${T}:${PATH}" unshar ${shar} || die "unpacking ${shar} failed"
+		env PATH="${T}:${PATH}" unshar ${shar} || die
 		popd
 	done
-	sed -i \
-		-e 's:jpeg_mem_src:_&:' \
-		src/ref_candygl/gl_image.c || die
+	sed -i -e 's:jpeg_mem_src:_&:' src/ref_candygl/gl_image.c || die
 
 	sed -i -e 's:BUILD_SOFTX:BUILD_X11:' Makefile || die
 	# -amd64.patch # make sure this is still needed in future versions
@@ -116,10 +111,10 @@
 		[[ ${BUILD_QMAX} == "YES" ]] \
 			&& libsuffix=-qmax \
 			|| libsuffix=
-		make clean || die "cleaning failed"
+		emake -j1 clean
 		emake -j1 build_release \
 			BUILD_SDLQUAKE2=$(yesno sdl) \
-			BUILD_SVGA=$(yesno svga) \
+			BUILD_SVGA=NO \
 			BUILD_X11=$(yesno X) \
 			BUILD_GLX=$(yesno opengl) \
 			BUILD_SDL=$(yesno sdl) \
@@ -138,8 +133,7 @@
 			DEFAULT_BASEDIR="${GAMES_DATADIR}/quake2" \
 			DEFAULT_LIBDIR="$(games_get_libdir)/${PN}${libsuffix}" \
 			OPT_CFLAGS="${CFLAGS}" \
-			CC="$(tc-getCC)" \
-			|| die "make failed"
+			CC="$(tc-getCC)"
 		# now we save the build dir ... except for the object files ...
 		rm release*/*/*.o
 		mv release* my-rel-${BUILD_QMAX}
@@ -176,7 +170,7 @@
 	if use qmax ; then
 		dodir "${q2maxdir}"
 		cp -rf my-rel-YES/* "${D}/${q2maxdir}"/ || die
-		newgamesbin "${D}/${q2maxdir}"/quake2 quake2-qmax || die
+		newgamesbin "${D}/${q2maxdir}"/quake2 quake2-qmax
 		rm "${D}/${q2maxdir}"/quake2
 		use dedicated \
 			&& newgamesbin "${D}/${q2maxdir}"/q2ded q2ded-qmax \
@@ -186,7 +180,7 @@
 			&& rm "${D}/${q2maxdir}"/sdlquake2
 
 		insinto "${q2maxdir}"/baseq2
-		doins "${DISTDIR}"/maxpak.pak || die
+		doins "${DISTDIR}"/maxpak.pak
 
 		make_desktop_entry quake2-qmax Quake2-qmax quake2
 	fi



1.48                 games-fps/quake2-icculus/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	15 May 2014 16:44:49 -0000	1.47
+++ ChangeLog	4 Jul 2014 08:19:46 -0000	1.48
@@ -1,6 +1,10 @@
 # ChangeLog for games-fps/quake2-icculus
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/ChangeLog,v 1.47 2014/05/15 16:44:49 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/ChangeLog,v 1.48 2014/07/04 08:19:46 mr_bones_ Exp $
+
+  04 Jul 2014; Michael Sterrett <mr_bones_@gentoo.org>
+  quake2-icculus-0.16.1-r1.ebuild:
+  EAPI=5; punt svga support
 
   15 May 2014; Ulrich Müller <ulm@gentoo.org> quake2-icculus-0.16.1-r1.ebuild:
   Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to





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

* [gentoo-commits] gentoo-x86 commit in games-fps/quake2-icculus: quake2-icculus-0.16.1-r1.ebuild ChangeLog
@ 2015-03-27  6:40 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-03-27  6:40 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/03/27 06:40:34

  Modified:             quake2-icculus-0.16.1-r1.ebuild ChangeLog
  Log:
  add support for ia64 with patch from Émeric Maschino via bug #509212
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.30                 games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild?r1=1.29&r2=1.30

Index: quake2-icculus-0.16.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- quake2-icculus-0.16.1-r1.ebuild	4 Jul 2014 08:19:46 -0000	1.29
+++ quake2-icculus-0.16.1-r1.ebuild	27 Mar 2015 06:40:34 -0000	1.30
@@ -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/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.29 2014/07/04 08:19:46 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.30 2015/03/27 06:40:34 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils toolchain-funcs games
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc sparc x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ppc sparc x86 ~x86-fbsd"
 IUSE="aalib alsa cdinstall dedicated demo ipv6 joystick opengl qmax rogue sdl X xatrix"
 
 UIDEPEND="aalib? ( media-libs/aalib )
@@ -39,17 +39,9 @@
 pkg_setup() {
 	games_pkg_setup
 
-	local alert_user
-
 	if ! use qmax && $( use opengl || use sdl ) ; then
-		einfo "The 'qmax' graphical improvements are recommended."
+		elog "The 'qmax' graphical improvements are recommended."
 		echo
-		alert_user=y
-	fi
-
-	if [[ -n "${alert_user}" ]] ; then
-		ebeep
-		epause
 	fi
 }
 
@@ -78,7 +70,8 @@
 		"${FILESDIR}"/${P}-gnusource.patch \
 		"${FILESDIR}"/${P}-x11_soft.patch \
 		"${FILESDIR}"/${P}-x11_mouse.patch \
-		"${FILESDIR}"/${P}-alsa.patch
+		"${FILESDIR}"/${P}-alsa.patch \
+		"${FILESDIR}"/${P}-ia64.patch
 
 	if use xatrix ; then
 		epatch "${FILESDIR}/${P}"-gcc41.patch



1.49                 games-fps/quake2-icculus/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	4 Jul 2014 08:19:46 -0000	1.48
+++ ChangeLog	27 Mar 2015 06:40:34 -0000	1.49
@@ -1,6 +1,19 @@
 # ChangeLog for games-fps/quake2-icculus
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/ChangeLog,v 1.48 2014/07/04 08:19:46 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/ChangeLog,v 1.49 2015/03/27 06:40:34 mr_bones_ Exp $
+
+  27 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org>
+  +files/quake2-icculus-0.16.1-ia64.patch, files/0.16-rogue-armor.patch,
+  files/0.16-rogue-nan.patch, files/quake2-icculus-0.16.1-alsa.patch,
+  files/quake2-icculus-0.16.1-amd64.patch,
+  files/quake2-icculus-0.16.1-gcc41.patch,
+  files/quake2-icculus-0.16.1-gentoo-paths.patch,
+  files/quake2-icculus-0.16.1-gnusource.patch,
+  files/quake2-icculus-0.16.1-ldflags.patch,
+  files/quake2-icculus-0.16.1-no-asm-io.patch,
+  files/quake2-icculus-0.16.1-x11_mouse.patch,
+  files/quake2-icculus-0.16.1-x11_soft.patch, quake2-icculus-0.16.1-r1.ebuild:
+  add support for ia64 with patch from Émeric Maschino via bug #509212
 
   04 Jul 2014; Michael Sterrett <mr_bones_@gentoo.org>
   quake2-icculus-0.16.1-r1.ebuild:





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

end of thread, other threads:[~2015-03-27  6:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-28  1:22 [gentoo-commits] gentoo-x86 commit in games-fps/quake2-icculus: quake2-icculus-0.16.1-r1.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2008-02-19  1:36 Mike Frysinger (vapier)
2014-07-04  8:19 Michael Sterrett (mr_bones_)
2015-03-27  6:40 Michael Sterrett (mr_bones_)

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