summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2009-06-19 12:42:39 +0000
committerTristan Heaven <nyhm@gentoo.org>2009-06-19 12:42:39 +0000
commitb61ee44e657953749d89a0ea51cf6f04baa15fc1 (patch)
treecddc585bfa7773f45fe6a88e65bb57f3d84b045a /games-fps
parentx11-proto/glproto: bump to 1.4.10, update license to SGI-B-2.0 (diff)
downloadgentoo-2-b61ee44e657953749d89a0ea51cf6f04baa15fc1.tar.gz
gentoo-2-b61ee44e657953749d89a0ea51cf6f04baa15fc1.tar.bz2
gentoo-2-b61ee44e657953749d89a0ea51cf6f04baa15fc1.zip
Don't install libsdl and openal, bug #264989
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/ut2004-data/ChangeLog7
-rw-r--r--games-fps/ut2004-data/ut2004-data-3186-r3.ebuild14
2 files changed, 7 insertions, 14 deletions
diff --git a/games-fps/ut2004-data/ChangeLog b/games-fps/ut2004-data/ChangeLog
index 13d0fdbc0e78..dc718b8ab4e5 100644
--- a/games-fps/ut2004-data/ChangeLog
+++ b/games-fps/ut2004-data/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-fps/ut2004-data
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-data/ChangeLog,v 1.22 2008/07/28 16:55:16 wolf31o2 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-data/ChangeLog,v 1.23 2009/06/19 12:42:39 nyhm Exp $
+
+ 19 Jun 2009; Tristan Heaven <nyhm@gentoo.org> ut2004-data-3186-r3.ebuild:
+ Don't install libsdl and openal, bug #264989
28 Jul 2008; Chris Gianelloni <wolf31o2@gentoo.org> metadata.xml:
Removing myself from metadata.xml since I am retiring from the project.
diff --git a/games-fps/ut2004-data/ut2004-data-3186-r3.ebuild b/games-fps/ut2004-data/ut2004-data-3186-r3.ebuild
index 8dc4de0b0d13..5ab1e2031937 100644
--- a/games-fps/ut2004-data/ut2004-data-3186-r3.ebuild
+++ b/games-fps/ut2004-data/ut2004-data-3186-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-data/ut2004-data-3186-r3.ebuild,v 1.12 2007/03/12 15:44:29 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-data/ut2004-data-3186-r3.ebuild,v 1.13 2009/06/19 12:42:39 nyhm Exp $
inherit eutils games games-ut2k4mod
@@ -144,16 +144,6 @@ src_install() {
exeinto "${dir}"
doexe bin/ut2004 || die "copying ut2004"
- exeinto "${dir}"/System
- # We install the provided libraries because upstream wants it that way.
- # If you want to use your own system binaries, then feel free to uncomment
- # the following. You will also want to comment the doexe line below that
- # installs the libraries.
-# newexe System/openal.so openal.so-binary
-# newexe System/libSDL-1.2.so.0 libSDL-1.2.so.0-binary
- doexe System/{libSDL-1.2.so.0,openal.so} \
- || die "copying libraries"
-
# Uncompressing files
einfo "Uncompressing files... this *will* take a while..."
for j in {Animations,Maps,Sounds,StaticMeshes,Textures}