public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-rpg/nwn: nwn-1.69-r1.ebuild nwn-1.68-r5.ebuild ChangeLog
@ 2011-12-11  1:16 Denis Dupeyron (calchan)
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Dupeyron (calchan) @ 2011-12-11  1:16 UTC (permalink / raw
  To: gentoo-commits

calchan     11/12/11 01:16:01

  Modified:             nwn-1.69-r1.ebuild nwn-1.68-r5.ebuild ChangeLog
  Log:
  Fix libsdl dependency, thanks to John Moe (bug #373527).
  
  (Portage version: 2.1.10.39/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  games-rpg/nwn/nwn-1.69-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn/nwn-1.69-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn/nwn-1.69-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn/nwn-1.69-r1.ebuild?r1=1.4&r2=1.5

Index: nwn-1.69-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.69-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nwn-1.69-r1.ebuild	9 Sep 2010 16:55:55 -0000	1.4
+++ nwn-1.69-r1.ebuild	11 Dec 2011 01:16:01 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.69-r1.ebuild,v 1.4 2010/09/09 16:55:55 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.69-r1.ebuild,v 1.5 2011/12/11 01:16:01 calchan Exp $
 
 EAPI=2
 inherit eutils games
@@ -32,16 +32,17 @@
 		${NWN_DATA},-linguas_fr,-linguas_de,-linguas_es,-linguas_it]
 	)
 	virtual/opengl
-	>=media-libs/libsdl-1.2.5
 	!<games-rpg/nwmouse-0.1-r1
 	x86? (
 		=virtual/libstdc++-3.3
 		x11-libs/libXext
-		x11-libs/libX11 )
+		x11-libs/libX11
+		media-libs/libsdl )
 	amd64? (
 		app-emulation/emul-linux-x86-baselibs
 		app-emulation/emul-linux-x86-compat
-		app-emulation/emul-linux-x86-xlibs )"
+		app-emulation/emul-linux-x86-xlibs
+		app-emulation/emul-linux-x86-sdl )"
 DEPEND=""
 
 S=${WORKDIR}/nwn



1.4                  games-rpg/nwn/nwn-1.68-r5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn/nwn-1.68-r5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn/nwn-1.68-r5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn/nwn-1.68-r5.ebuild?r1=1.3&r2=1.4

Index: nwn-1.68-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.68-r5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nwn-1.68-r5.ebuild	16 Dec 2010 19:17:52 -0000	1.3
+++ nwn-1.68-r5.ebuild	11 Dec 2011 01:16:01 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.68-r5.ebuild,v 1.3 2010/12/16 19:17:52 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.68-r5.ebuild,v 1.4 2011/12/11 01:16:01 calchan Exp $
 
 inherit eutils games
 
@@ -53,16 +53,17 @@
 
 RDEPEND=">=games-rpg/nwn-data-1.29-r3
 	virtual/opengl
-	>=media-libs/libsdl-1.2.5
 	!<games-rpg/nwmouse-0.1-r1
 	x86? (
 		=virtual/libstdc++-3.3
 		x11-libs/libXext
-		x11-libs/libX11 )
+		x11-libs/libX11
+		media-libs/libsdl )
 	amd64? (
 		app-emulation/emul-linux-x86-baselibs
 		app-emulation/emul-linux-x86-compat
-		app-emulation/emul-linux-x86-xlibs )"
+		app-emulation/emul-linux-x86-xlibs
+		app-emulation/emul-linux-x86-sdl )"
 DEPEND="app-arch/unzip"
 
 S=${WORKDIR}/nwn



1.77                 games-rpg/nwn/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn/ChangeLog?r1=1.76&r2=1.77

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/nwn/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	16 Dec 2010 19:17:52 -0000	1.76
+++ ChangeLog	11 Dec 2011 01:16:01 -0000	1.77
@@ -1,6 +1,10 @@
 # ChangeLog for games-rpg/nwn
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/ChangeLog,v 1.76 2010/12/16 19:17:52 mr_bones_ Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/ChangeLog,v 1.77 2011/12/11 01:16:01 calchan Exp $
+
+  11 Dec 2011; Denis Dupeyron <calchan@gentoo.org> nwn-1.68-r5.ebuild,
+  nwn-1.69-r1.ebuild:
+  Fix libsdl dependency, thanks to John Moe (bug #373527).
 
   16 Dec 2010; Michael Sterrett <mr_bones_@gentoo.org> nwn-1.68-r5.ebuild:
   GAMES_LICENSE_CHECK is deprecated. The license checking is handled by the






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

* [gentoo-commits] gentoo-x86 commit in games-rpg/nwn: nwn-1.69-r1.ebuild nwn-1.68-r5.ebuild ChangeLog
@ 2012-09-24  0:38 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2012-09-24  0:38 UTC (permalink / raw
  To: gentoo-commits

vapier      12/09/24 00:38:13

  Modified:             nwn-1.69-r1.ebuild nwn-1.68-r5.ebuild ChangeLog
  Log:
  QA_DT_HASH (old/deprecated) -> QA_FLAGS_IGNORED (new hotness).
  
  (Portage version: 2.2.0_alpha131/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  games-rpg/nwn/nwn-1.69-r1.ebuild

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

Index: nwn-1.69-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.69-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nwn-1.69-r1.ebuild	11 Dec 2011 01:16:01 -0000	1.5
+++ nwn-1.69-r1.ebuild	24 Sep 2012 00:38:12 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.69-r1.ebuild,v 1.5 2011/12/11 01:16:01 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.69-r1.ebuild,v 1.6 2012/09/24 00:38:12 vapier Exp $
 
 EAPI=2
 inherit eutils games
@@ -21,7 +21,7 @@
 IUSE="sou hou"
 RESTRICT="mirror strip"
 
-QA_DT_HASH="/opt/nwn/en/nwserver /opt/nwn/en/nwmain /opt/nwn/lib/libSDL-1.2.so.0.11.2 /opt/nwn/lib/libelf.so.1"
+QA_FLAGS_IGNORED="/opt/nwn/en/nwserver /opt/nwn/en/nwmain /opt/nwn/lib/libSDL-1.2.so.0.11.2 /opt/nwn/lib/libelf.so.1"
 
 NWN_DATA=">=games-rpg/nwn-data-1.29-r3[sou?,hou?"
 



1.5                  games-rpg/nwn/nwn-1.68-r5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn/nwn-1.68-r5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn/nwn-1.68-r5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn/nwn-1.68-r5.ebuild?r1=1.4&r2=1.5

Index: nwn-1.68-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.68-r5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nwn-1.68-r5.ebuild	11 Dec 2011 01:16:01 -0000	1.4
+++ nwn-1.68-r5.ebuild	24 Sep 2012 00:38:12 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.68-r5.ebuild,v 1.4 2011/12/11 01:16:01 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.68-r5.ebuild,v 1.5 2012/09/24 00:38:12 vapier Exp $
 
 inherit eutils games
 



1.78                 games-rpg/nwn/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn/ChangeLog?r1=1.77&r2=1.78

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/nwn/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	11 Dec 2011 01:16:01 -0000	1.77
+++ ChangeLog	24 Sep 2012 00:38:12 -0000	1.78
@@ -1,6 +1,10 @@
 # ChangeLog for games-rpg/nwn
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/ChangeLog,v 1.77 2011/12/11 01:16:01 calchan Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/ChangeLog,v 1.78 2012/09/24 00:38:12 vapier Exp $
+
+  24 Sep 2012; Mike Frysinger <vapier@gentoo.org> nwn-1.68-r5.ebuild,
+  nwn-1.69-r1.ebuild:
+  QA_DT_HASH (old/deprecated) -> QA_FLAGS_IGNORED (new hotness).
 
   11 Dec 2011; Denis Dupeyron <calchan@gentoo.org> nwn-1.68-r5.ebuild,
   nwn-1.69-r1.ebuild:





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

end of thread, other threads:[~2012-09-24  0:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-11  1:16 [gentoo-commits] gentoo-x86 commit in games-rpg/nwn: nwn-1.69-r1.ebuild nwn-1.68-r5.ebuild ChangeLog Denis Dupeyron (calchan)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-24  0:38 Mike Frysinger (vapier)

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