mr_bones_ 10/03/30 03:20:30
Modified: wormux-0.9.1.ebuild ChangeLog wormux-0.8.5.ebuild
Log:
sdl-image needs jpeg support as well
(Portage version: 2.1.7.17/cvs/Linux i686)
Revision Changes Path
1.2 games-strategy/wormux/wormux-0.9.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wormux/wormux-0.9.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wormux/wormux-0.9.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wormux/wormux-0.9.1.ebuild?r1=1.1&r2=1.2
Index: wormux-0.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/wormux/wormux-0.9.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wormux-0.9.1.ebuild 21 Mar 2010 17:34:55 -0000 1.1
+++ wormux-0.9.1.ebuild 30 Mar 2010 03:20:30 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/wormux-0.9.1.ebuild,v 1.1 2010/03/21 17:34:55 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/wormux-0.9.1.ebuild,v 1.2 2010/03/30 03:20:30 mr_bones_ Exp $
EAPI=2
inherit autotools eutils games
@@ -15,7 +15,7 @@
IUSE="debug nls unicode"
RDEPEND="media-libs/libsdl[joystick,video]
- media-libs/sdl-image[png]
+ media-libs/sdl-image[jpeg,png]
media-libs/sdl-mixer[vorbis]
media-libs/sdl-ttf
media-libs/sdl-net
1.40 games-strategy/wormux/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wormux/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wormux/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wormux/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/wormux/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 21 Mar 2010 17:34:55 -0000 1.39
+++ ChangeLog 30 Mar 2010 03:20:30 -0000 1.40
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/wormux
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/ChangeLog,v 1.39 2010/03/21 17:34:55 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/ChangeLog,v 1.40 2010/03/30 03:20:30 mr_bones_ Exp $
+
+ 30 Mar 2010; Michael Sterrett <mr_bones_@g.o> wormux-0.8.5.ebuild,
+ wormux-0.9.1.ebuild:
+ sdl-image needs jpeg support as well
*wormux-0.9.1 (21 Mar 2010)
1.5 games-strategy/wormux/wormux-0.8.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wormux/wormux-0.8.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wormux/wormux-0.8.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wormux/wormux-0.8.5.ebuild?r1=1.4&r2=1.5
Index: wormux-0.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/wormux/wormux-0.8.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wormux-0.8.5.ebuild 3 Jan 2010 12:19:25 -0000 1.4
+++ wormux-0.8.5.ebuild 30 Mar 2010 03:20:30 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/wormux-0.8.5.ebuild,v 1.4 2010/01/03 12:19:25 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/wormux-0.8.5.ebuild,v 1.5 2010/03/30 03:20:30 mr_bones_ Exp $
EAPI=2
inherit autotools eutils games
@@ -15,7 +15,7 @@
IUSE="debug nls unicode"
RDEPEND="media-libs/libsdl[joystick,video]
- media-libs/sdl-image[png]
+ media-libs/sdl-image[jpeg,png]
media-libs/sdl-mixer[vorbis]
media-libs/sdl-ttf
media-libs/sdl-net
|