public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-action/solar2: ChangeLog solar2-1.10.ebuild
@ 2013-08-18  0:23 Julian Ospald (hasufell)
  0 siblings, 0 replies; 2+ messages in thread
From: Julian Ospald (hasufell) @ 2013-08-18  0:23 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/08/18 00:23:59

  Modified:             ChangeLog solar2-1.10.ebuild
  Log:
  fix typo affecting x86 build
  
  (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.3                  games-action/solar2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/solar2/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/solar2/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/solar2/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/solar2/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	9 May 2013 14:11:36 -0000	1.2
+++ ChangeLog	18 Aug 2013 00:23:59 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/solar2
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/solar2/ChangeLog,v 1.2 2013/05/09 14:11:36 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/solar2/ChangeLog,v 1.3 2013/08/18 00:23:59 hasufell Exp $
+
+  18 Aug 2013; Julian Ospald <hasufell@gentoo.org> solar2-1.10.ebuild:
+  fix typo affecting x86 build
 
   09 May 2013; Julian Ospald <hasufell@gentoo.org> solar2-1.10.ebuild:
   restrict splitdebug



1.4                  games-action/solar2/solar2-1.10.ebuild

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

Index: solar2-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/solar2/solar2-1.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- solar2-1.10.ebuild	9 May 2013 14:11:36 -0000	1.3
+++ solar2-1.10.ebuild	18 Aug 2013 00:23:59 -0000	1.4
@@ -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-action/solar2/solar2-1.10.ebuild,v 1.3 2013/05/09 14:11:36 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/solar2/solar2-1.10.ebuild,v 1.4 2013/08/18 00:23:59 hasufell Exp $
 
 # TODO: - unbundle libmono for 64bit
 #       - unbundling libSDL_mixer breaks the game
@@ -67,7 +67,7 @@
 			# no mono 32bit libs on amd64 yet
 			rm -v lib/libmad.so* lib/libmikmod.so* lib/libopenal.so* || die
 		else
-			rm -v lib/libmad.so* lib/libmikmod.so* lib/libopenal.so* lib/libmono.so* || die
+			rm -v lib/libmad.so* lib/libmikmod.so* lib/libopenal.so* lib/libmono-2.0.so* || die
 		fi
 	fi
 }





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

* [gentoo-commits] gentoo-x86 commit in games-action/solar2: ChangeLog solar2-1.10.ebuild
@ 2014-05-15 16:24 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-05-15 16:24 UTC (permalink / raw
  To: gentoo-commits

ulm         14/05/15 16:24:45

  Modified:             ChangeLog solar2-1.10.ebuild
  Log:
  Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sound", bug 357661.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)

Revision  Changes    Path
1.5                  games-action/solar2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/solar2/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	18 Aug 2013 00:25:18 -0000	1.4
+++ ChangeLog	15 May 2014 16:24:45 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/solar2
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/solar2/ChangeLog,v 1.4 2013/08/18 00:25:18 hasufell Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/solar2/ChangeLog,v 1.5 2014/05/15 16:24:45 ulm Exp $
+
+  15 May 2014; Ulrich Müller <ulm@gentoo.org> solar2-1.10.ebuild:
+  Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+  "sound", bug 357661.
 
   18 Aug 2013; Julian Ospald <hasufell@gentoo.org> solar2-1.10.ebuild:
   stable amd64, x86 wrt #480808



1.6                  games-action/solar2/solar2-1.10.ebuild

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

Index: solar2-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/solar2/solar2-1.10.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- solar2-1.10.ebuild	18 Aug 2013 00:25:18 -0000	1.5
+++ solar2-1.10.ebuild	15 May 2014 16:24:45 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/solar2/solar2-1.10.ebuild,v 1.5 2013/08/18 00:25:18 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/solar2/solar2-1.10.ebuild,v 1.6 2014/05/15 16:24:45 ulm Exp $
 
 # TODO: - unbundle libmono for 64bit
 #       - unbundling libSDL_mixer breaks the game
@@ -36,7 +36,7 @@
 	)
 	x86? (
 		media-libs/flac
-		media-libs/libsdl[X,audio,video,joystick]
+		media-libs/libsdl[X,sound,video,joystick]
 		media-libs/libvorbis
 		!bundled-libs? (
 			dev-lang/mono





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

end of thread, other threads:[~2014-05-15 16:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-18  0:23 [gentoo-commits] gentoo-x86 commit in games-action/solar2: ChangeLog solar2-1.10.ebuild Julian Ospald (hasufell)
  -- strict thread matches above, loose matches on Subject: below --
2014-05-15 16:24 Ulrich Mueller (ulm)

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