public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-emulation/advancemenu: advancemenu-2.4.13.ebuild ChangeLog
@ 2008-02-09 12:31 Samuli Suominen (drac)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (drac) @ 2008-02-09 12:31 UTC (permalink / raw
  To: gentoo-commits

drac        08/02/09 12:31:07

  Modified:             advancemenu-2.4.13.ebuild ChangeLog
  Log:
  Fix advancemenu to work with slang 2.1.3.
  (Portage version: 2.1.4.1)

Revision  Changes    Path
1.6                  games-emulation/advancemenu/advancemenu-2.4.13.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancemenu/advancemenu-2.4.13.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancemenu/advancemenu-2.4.13.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancemenu/advancemenu-2.4.13.ebuild?r1=1.5&r2=1.6

Index: advancemenu-2.4.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/advancemenu/advancemenu-2.4.13.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- advancemenu-2.4.13.ebuild	13 Mar 2007 01:27:42 -0000	1.5
+++ advancemenu-2.4.13.ebuild	9 Feb 2008 12:31:06 -0000	1.6
@@ -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-emulation/advancemenu/advancemenu-2.4.13.ebuild,v 1.5 2007/03/13 01:27:42 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemenu/advancemenu-2.4.13.ebuild,v 1.6 2008/02/09 12:31:06 drac Exp $
 
 inherit eutils games
 
@@ -17,7 +17,7 @@
 	expat? ( dev-libs/expat )
 	ncurses? ( sys-libs/ncurses )
 	sdl? ( media-libs/libsdl )
-	slang? ( =sys-libs/slang-1* )
+	slang? ( >=sys-libs/slang-1.4 )
 	svga? ( >=media-libs/svgalib-1.9 )
 	truetype? ( >=media-libs/freetype-2 )
 	zlib? ( sys-libs/zlib )"



1.27                 games-emulation/advancemenu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/advancemenu/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	13 Mar 2007 01:27:42 -0000	1.26
+++ ChangeLog	9 Feb 2008 12:31:06 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/advancemenu
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemenu/ChangeLog,v 1.26 2007/03/13 01:27:42 wolf31o2 Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemenu/ChangeLog,v 1.27 2008/02/09 12:31:06 drac Exp $
+
+  09 Feb 2008; Samuli Suominen <drac@gentoo.org> advancemenu-2.4.13.ebuild:
+  Fix advancemenu to work with slang 2.1.3.
 
   13 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org>
   advancemenu-2.4.13.ebuild:



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



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

* [gentoo-commits] gentoo-x86 commit in games-emulation/advancemenu: advancemenu-2.4.13.ebuild ChangeLog
@ 2008-11-19  5:27 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2008-11-19  5:27 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    08/11/19 05:27:32

  Modified:             advancemenu-2.4.13.ebuild ChangeLog
  Log:
  default to sdl if no output is specified (bug #247347)
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.7                  games-emulation/advancemenu/advancemenu-2.4.13.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancemenu/advancemenu-2.4.13.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancemenu/advancemenu-2.4.13.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancemenu/advancemenu-2.4.13.ebuild?r1=1.6&r2=1.7

Index: advancemenu-2.4.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/advancemenu/advancemenu-2.4.13.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- advancemenu-2.4.13.ebuild	9 Feb 2008 12:31:06 -0000	1.6
+++ advancemenu-2.4.13.ebuild	19 Nov 2008 05:27:32 -0000	1.7
@@ -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-emulation/advancemenu/advancemenu-2.4.13.ebuild,v 1.6 2008/02/09 12:31:06 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemenu/advancemenu-2.4.13.ebuild,v 1.7 2008/11/19 05:27:32 mr_bones_ Exp $
 
 inherit eutils games
 
@@ -19,6 +19,7 @@
 	sdl? ( media-libs/libsdl )
 	slang? ( >=sys-libs/slang-1.4 )
 	svga? ( >=media-libs/svgalib-1.9 )
+	!sdl? ( !svga? ( !fbcon? ( media-libs/libsdl ) ) )
 	truetype? ( >=media-libs/freetype-2 )
 	zlib? ( sys-libs/zlib )"
 DEPEND="${RDEPEND}
@@ -41,6 +42,7 @@
 
 	use x86 && ln -s $(type -P nasm) "${T}/${CHOST}-nasm"
 	use sdl && ln -s $(type -P sdl-config) "${T}/${CHOST}-sdl-config"
+	use !sdl && use !svga && use !fbcon && ln -s $(type -P sdl-config) "${T}/${CHOST}-sdl-config"
 	use truetype && ln -s $(type -P freetype-config) "${T}/${CHOST}-freetype-config"
 }
 
@@ -58,6 +60,7 @@
 		$(use_enable slang) \
 		$(use_enable static) \
 		$(use_enable svga svgalib) \
+		$(use !sdl && use !svga && use !fbcon && echo --enable-sdl) \
 		$(use_enable x86 asm) \
 		$(use_enable zlib) \
 		|| die



1.28                 games-emulation/advancemenu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/advancemenu/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	9 Feb 2008 12:31:06 -0000	1.27
+++ ChangeLog	19 Nov 2008 05:27:32 -0000	1.28
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/advancemenu
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemenu/ChangeLog,v 1.27 2008/02/09 12:31:06 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemenu/ChangeLog,v 1.28 2008/11/19 05:27:32 mr_bones_ Exp $
+
+  19 Nov 2008; Michael Sterrett <mr_bones_@gentoo.org>
+  advancemenu-2.4.13.ebuild:
+  default to sdl if no output is specified (bug #247347)
 
   09 Feb 2008; Samuli Suominen <drac@gentoo.org> advancemenu-2.4.13.ebuild:
   Fix advancemenu to work with slang 2.1.3.






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

end of thread, other threads:[~2008-11-19  5:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-09 12:31 [gentoo-commits] gentoo-x86 commit in games-emulation/advancemenu: advancemenu-2.4.13.ebuild ChangeLog Samuli Suominen (drac)
  -- strict thread matches above, loose matches on Subject: below --
2008-11-19  5:27 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