summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-01-12 17:46:58 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-01-12 17:46:58 +0000
commit4c28283f954a3ea534edfb6bf9b0be8119f07cb0 (patch)
tree0d14226732cec11105d09fac8f06e01260149fa9 /games-simulation
parentDisable tests failing on ppc/ppc64. (diff)
downloadhistorical-4c28283f954a3ea534edfb6bf9b0be8119f07cb0.tar.gz
historical-4c28283f954a3ea534edfb6bf9b0be8119f07cb0.tar.bz2
historical-4c28283f954a3ea534edfb6bf9b0be8119f07cb0.zip
last svga cleanup (bug #351450)
Package-Manager: portage-2.1.9.25/cvs/Linux i686
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/pmars-sdl/Manifest2
-rw-r--r--games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild5
2 files changed, 2 insertions, 5 deletions
diff --git a/games-simulation/pmars-sdl/Manifest b/games-simulation/pmars-sdl/Manifest
index 45c09e68643a..56cbad985936 100644
--- a/games-simulation/pmars-sdl/Manifest
+++ b/games-simulation/pmars-sdl/Manifest
@@ -1,4 +1,4 @@
DIST pmars-0.9.2-5.tar.gz 200966 RMD160 e5692068137e88dfe57b3552cad2feb2fe7994df SHA1 bce18fce6d443f30d83f69ec3333bb78a85383c5 SHA256 a8518ec8cc13728dc202c34fe73657123454b9fc76bcddf6b299201143e6fee3
-EBUILD pmars-sdl-0.9.2e.ebuild 1977 RMD160 f6cb57d6dbc444055df190ace01d40e78a8be2ca SHA1 ee013515cbc586c4f44765c5782dececad80af50 SHA256 5ff1c1b4fcd7f189009a691091b176bf8c3cd3ba73d1b481e63851d218429853
+EBUILD pmars-sdl-0.9.2e.ebuild 1903 RMD160 e4cd4a9ac1da70db2925fca2b488cc7df7368ee5 SHA1 0bb2c7dedae1f2f9063030d322bd1ce6433f1243 SHA256 dff637262dfcce689e4c3a218c925696efc8a05afa5a801ed6c3709b7619b2b0
MISC ChangeLog 1371 RMD160 d83b748e23a07157809a9dea743eb09767a1ad3e SHA1 46c07bc2ee10839c02f02f6e9e44caf1b2f0c7bb SHA256 95455f55215b7d3cb6520a290878889547ab55f2f1d99177b6c499e084642c9e
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
diff --git a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild
index 4fa317bd2ca9..6cf7d3d3348a 100644
--- a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild
+++ b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild
@@ -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-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v 1.13 2010/10/18 19:16:34 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v 1.14 2011/01/12 17:46:58 mr_bones_ Exp $
EAPI=2
inherit toolchain-funcs games
@@ -34,9 +34,6 @@ src_compile() {
elif use X ; then
CFLAGS="${CFLAGS} -DXWINGRAPHX"
LIB="-L/usr/X11R6/lib -lX11"
- elif use svga ; then
- CFLAGS="${CFLAGS} -DGRAPHX"
- LIB="-lvgagl -lvga"
else
CFLAGS="${CFLAGS} -DCURSESGRAPHX"
LIB="-lcurses"