summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-06-30 03:19:54 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-06-30 03:19:54 +0000
commit3bcf310d9eb3614233cbd490ec084841cc452461 (patch)
tree72d37459acbf33be5d1868f0e530f5c71c9d1d8f /dev-games
parentSet PYTHON_DEPEND. (diff)
downloadgentoo-2-3bcf310d9eb3614233cbd490ec084841cc452461.tar.gz
gentoo-2-3bcf310d9eb3614233cbd490ec084841cc452461.tar.bz2
gentoo-2-3bcf310d9eb3614233cbd490ec084841cc452461.zip
fixup deps as report by Sam Varner via email
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-games')
-rw-r--r--dev-games/vamos/ChangeLog6
-rw-r--r--dev-games/vamos/files/vamos-0.6.2-as-needed.patch12
-rw-r--r--dev-games/vamos/vamos-0.6.2.ebuild8
3 files changed, 8 insertions, 18 deletions
diff --git a/dev-games/vamos/ChangeLog b/dev-games/vamos/ChangeLog
index b28fde37030b..39de5038e941 100644
--- a/dev-games/vamos/ChangeLog
+++ b/dev-games/vamos/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-games/vamos
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/ChangeLog,v 1.11 2010/03/03 16:18:41 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/ChangeLog,v 1.12 2010/06/30 03:19:54 mr_bones_ Exp $
+
+ 30 Jun 2010; Michael Sterrett <mr_bones_@gentoo.org> vamos-0.6.2.ebuild,
+ files/vamos-0.6.2-as-needed.patch:
+ fixup deps as report by Sam Varner via email
03 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> vamos-0.6.2.ebuild:
x86 stable wrt bug #303503
diff --git a/dev-games/vamos/files/vamos-0.6.2-as-needed.patch b/dev-games/vamos/files/vamos-0.6.2-as-needed.patch
index dbdbd4828e8f..f84547cd2248 100644
--- a/dev-games/vamos/files/vamos-0.6.2-as-needed.patch
+++ b/dev-games/vamos/files/vamos-0.6.2-as-needed.patch
@@ -10,15 +10,3 @@ diff -ru vamos-0.6.2.orig/media/Makefile.in vamos-0.6.2/media/Makefile.in
am_libvamos_media_la_OBJECTS = Ac3d.lo Sample.lo Texture_Image.lo \
XML_Parser.lo
libvamos_media_la_OBJECTS = $(am_libvamos_media_la_OBJECTS)
-diff -ru vamos-0.6.2.orig/world/Makefile.in vamos-0.6.2/world/Makefile.in
---- vamos-0.6.2.orig/world/Makefile.in 2009-06-12 21:38:15.000000000 -0400
-+++ vamos-0.6.2/world/Makefile.in 2009-10-12 13:42:01.310744776 -0400
-@@ -181,7 +181,7 @@
- LTLIBRARIES = $(lib_LTLIBRARIES)
-
- libvamos_world_la_LDFLAGS =
--libvamos_world_la_LIBADD =
-+libvamos_world_la_LIBADD = `pkg-config --libs sigc++-1.2`
- am_libvamos_world_la_OBJECTS = Atmosphere.lo Interactive_Driver.lo \
- Robot_Driver.lo World.lo Controls.lo Gl_World.lo Sounds.lo
- libvamos_world_la_OBJECTS = $(am_libvamos_world_la_OBJECTS)
diff --git a/dev-games/vamos/vamos-0.6.2.ebuild b/dev-games/vamos/vamos-0.6.2.ebuild
index 48df45db19e7..4969bb959d48 100644
--- a/dev-games/vamos/vamos-0.6.2.ebuild
+++ b/dev-games/vamos/vamos-0.6.2.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/dev-games/vamos/vamos-0.6.2.ebuild,v 1.2 2010/03/03 16:18:41 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/vamos-0.6.2.ebuild,v 1.3 2010/06/30 03:19:54 mr_bones_ Exp $
EAPI=2
inherit eutils
@@ -18,11 +18,9 @@ RDEPEND="virtual/opengl
virtual/glu
virtual/glut
media-libs/libpng
- media-libs/libsdl
- media-libs/sdl-ttf
+ media-libs/libsdl[joystick,video]
media-libs/openal
- media-libs/freealut
- dev-libs/libsigc++:1.2"
+ media-libs/freealut"
DEPEND="${RDEPEND}
dev-util/pkgconfig"