summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2007-01-07 20:37:46 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2007-01-07 20:37:46 +0000
commit3c60bb7a931e8812e949cafabad20c08437924e6 (patch)
treee1447c1f1932e94e95d3b127ec683d5bd7a3d977
parentMarking amd64 stable (diff)
downloadgentoo-2-3c60bb7a931e8812e949cafabad20c08437924e6.tar.gz
gentoo-2-3c60bb7a931e8812e949cafabad20c08437924e6.tar.bz2
gentoo-2-3c60bb7a931e8812e949cafabad20c08437924e6.zip
Added QA_* variables.
(Portage version: 2.1.2_rc2-r1)
-rw-r--r--games-fps/quake4-bin/ChangeLog8
-rw-r--r--games-fps/quake4-bin/quake4-bin-1.3.2.ebuild17
2 files changed, 21 insertions, 4 deletions
diff --git a/games-fps/quake4-bin/ChangeLog b/games-fps/quake4-bin/ChangeLog
index 22fce5433440..7a043f5f449c 100644
--- a/games-fps/quake4-bin/ChangeLog
+++ b/games-fps/quake4-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/quake4-bin
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.29 2006/10/05 12:09:16 wolf31o2 Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.30 2007/01/07 20:37:46 wolf31o2 Exp $
+
+ 07 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org>
+ quake4-bin-1.3.2.ebuild:
+ Added QA_* variables.
05 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
quake4-bin-1.3.2.ebuild:
diff --git a/games-fps/quake4-bin/quake4-bin-1.3.2.ebuild b/games-fps/quake4-bin/quake4-bin-1.3.2.ebuild
index f2effbe905e5..90be2f22d6f8 100644
--- a/games-fps/quake4-bin/quake4-bin-1.3.2.ebuild
+++ b/games-fps/quake4-bin/quake4-bin-1.3.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/quake4-bin-1.3.2.ebuild,v 1.3 2006/10/05 12:09:16 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/quake4-bin-1.3.2.ebuild,v 1.4 2007/01/07 20:37:46 wolf31o2 Exp $
inherit eutils versionator games
@@ -46,6 +46,19 @@ GAMES_CHECK_LICENSE="yes"
dir=${GAMES_PREFIX_OPT}/quake4
Ddir=${D}/${dir}
+QA_TEXTRELS="${dir}/libSDL-1.2.id.so.0
+ ${dir}/pb/pbags.so
+ ${dir}/pb/pbcl.so
+ ${dir}/pb/pbag.so
+ ${dir}/pb/pbsv.so
+ ${dir}/pb/pbcls.so"
+QA_EXECSTACK="${dir}/quake4.x86
+ ${dir}/libSDL-1.2.id.so.0
+ ${dir}/q4ded.x86
+ ${dir}/libgcc_s.so.1
+ ${dir}/quake4smp.x86
+ ${dir}/libstdc++.so.6"
+
src_unpack() {
unpack_makeself ${A}
}