mr_bones_    14/07/01 16:02:19

  Modified:             quakeforge-0.7.2.ebuild ChangeLog
  Log:
  punt svga support
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  games-fps/quakeforge/quakeforge-0.7.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quakeforge/quakeforge-0.7.2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quakeforge/quakeforge-0.7.2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quakeforge/quakeforge-0.7.2.ebuild?r1=1.1&r2=1.2

Index: quakeforge-0.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quakeforge/quakeforge-0.7.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- quakeforge-0.7.2.ebuild     2 Feb 2013 00:07:45 -0000       1.1
+++ quakeforge-0.7.2.ebuild     1 Jul 2014 16:02:18 -0000       1.2
@@ -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-fps/quakeforge/quakeforge-0.7.2.ebuild,v 1.1 
2013/02/02 00:07:45 hasufell Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-fps/quakeforge/quakeforge-0.7.2.ebuild,v 1.2 
2014/07/01 16:02:18 mr_bones_ Exp $
 
 EAPI=5
 inherit base eutils autotools games
@@ -12,7 +12,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="cdinstall debug fbcon flac sdl svga X ncurses png vorbis zlib ipv6 xv 
dga alsa oss xdg wildmidi"
+IUSE="cdinstall debug fbcon flac sdl X ncurses png vorbis zlib ipv6 xv dga 
alsa oss xdg wildmidi"
 RESTRICT="userpriv"
 
 RDEPEND="
@@ -22,7 +22,6 @@
        png? ( media-libs/libpng:0 )
        flac? ( media-libs/flac )
        sdl? ( media-libs/libsdl )
-       svga? ( media-libs/svgalib )
        X? (
                x11-libs/libX11
                x11-libs/libXext
@@ -59,7 +58,6 @@
        local clients=${QF_CLIENTS}
        use fbcon && clients="${clients},fbdev"
        use sdl && clients="${clients},sdl"
-       use svga && clients="${clients},svga"
        use X && clients="${clients},x11"
        [ "${clients:0:1}" == "," ] && clients=${clients:1}
 
@@ -67,11 +65,6 @@
 
        local tools=${QF_TOOLS:-all}
 
-       local svgaconf  # use old school way for broken conf opts
-       use svga \
-               && svgaconf="--with-svga=/usr" \
-               || svgaconf="--without-svga"
-
        addpredict "$(games_get_libdir)"
        egamesconf \
                --enable-dependency-tracking \
@@ -81,7 +74,6 @@
                $(use_enable zlib) \
                $(use_with ipv6) \
                $(use_with fbcon fbdev) \
-               ${svgaconf} \
                $(use_with X x) \
                $(use_enable xv vidmode) \
                $(use_enable dga) \
@@ -95,6 +87,7 @@
                --enable-sound \
                --disable-optimize \
                --disable-Werror \
+               --without-svga \
                ${debugopts} \
                --with-global-cfg="${GAMES_SYSCONFDIR}"/quakeforge.conf \
                --with-sharepath="${GAMES_DATADIR}"/quake1 \



1.36                 games-fps/quakeforge/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quakeforge/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   1 Jul 2014 16:00:06 -0000       1.35
+++ ChangeLog   1 Jul 2014 16:02:18 -0000       1.36
@@ -1,6 +1,9 @@
 # ChangeLog for games-fps/quakeforge
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quakeforge/ChangeLog,v 1.35 
2014/07/01 16:00:06 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quakeforge/ChangeLog,v 1.36 
2014/07/01 16:02:18 mr_bones_ Exp $
+
+  01 Jul 2014; Michael Sterrett <mr_bon...@gentoo.org> quakeforge-0.7.2.ebuild:
+  punt svga support
 
   01 Jul 2014; Michael Sterrett <mr_bon...@gentoo.org>
   -files/quakeforge-0.7.0-gentoo.patch, -quakeforge-0.7.0.ebuild:




Reply via email to