summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-03-07 14:04:48 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-03-07 14:04:48 +0000
commitf0a848eb0282a178d4d3f9bd06d6205f0b01ca44 (patch)
tree745ee41a19d63a86d3f6a067829c4b43b278d75c /games-action
parentFix collision with kpdf (#78377). (diff)
downloadgentoo-2-f0a848eb0282a178d4d3f9bd06d6205f0b01ca44.tar.gz
gentoo-2-f0a848eb0282a178d4d3f9bd06d6205f0b01ca44.tar.bz2
gentoo-2-f0a848eb0282a178d4d3f9bd06d6205f0b01ca44.zip
Changed hardcoded /opt/heavygear2 to dir variable and closing bug #84363.
(Portage version: 2.0.51.16)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/heavygear2/ChangeLog8
-rw-r--r--games-action/heavygear2/heavygear2-1.0b.ebuild8
2 files changed, 10 insertions, 6 deletions
diff --git a/games-action/heavygear2/ChangeLog b/games-action/heavygear2/ChangeLog
index 747834b8b3ce..92a0aaf65c57 100644
--- a/games-action/heavygear2/ChangeLog
+++ b/games-action/heavygear2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/heavygear2
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/heavygear2/ChangeLog,v 1.6 2004/06/24 21:55:58 agriffis Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/heavygear2/ChangeLog,v 1.7 2005/03/07 14:04:48 wolf31o2 Exp $
+
+ 07 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ heavygear2-1.0b.ebuild:
+ Changed hardcoded /opt/heavygear2 to dir variable and closing bug #84363.
03 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> heavygear2-1.0b.ebuild:
fix use invocation
diff --git a/games-action/heavygear2/heavygear2-1.0b.ebuild b/games-action/heavygear2/heavygear2-1.0b.ebuild
index c836529c487e..bf33a9d68f6d 100644
--- a/games-action/heavygear2/heavygear2-1.0b.ebuild
+++ b/games-action/heavygear2/heavygear2-1.0b.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/heavygear2/heavygear2-1.0b.ebuild,v 1.6 2004/06/30 02:32:13 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/heavygear2/heavygear2-1.0b.ebuild,v 1.7 2005/03/07 14:04:48 wolf31o2 Exp $
inherit games
@@ -43,9 +43,9 @@ src_unpack() {
src_install() {
dodir ${dir}
einfo "Copying files... this may take a while..."
- exeinto /opt/heavygear2
+ exeinto ${dir}
doexe ${CDROM_ROOT}/bin/x86/glibc-2.1/hg2
- insinto /opt/heavygear2
+ insinto ${dir}
use 3dfx && doins ${CDROM_ROOT}/bin/x86/glibc-2.1/LibMesaVoodooGL.so.1.2.030300
cp ${CDROM_ROOT}/{README,icon.{bmp,xpm}} ${Ddir}