diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-03-05 13:30:07 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-03-05 13:30:07 +0000 |
commit | 755ba2a1f0b9034a7db4d523b215826691b8e713 (patch) | |
tree | ba5a7b6159aa1f03db61e848eb390ec11c756238 /games-action/descent3 | |
parent | Stable on ppc64 (diff) | |
download | historical-755ba2a1f0b9034a7db4d523b215826691b8e713.tar.gz historical-755ba2a1f0b9034a7db4d523b215826691b8e713.tar.bz2 historical-755ba2a1f0b9034a7db4d523b215826691b8e713.zip |
Changing /opt/descent3 to dir variable and closing bug #84157.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'games-action/descent3')
-rw-r--r-- | games-action/descent3/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/descent3/Manifest | 6 | ||||
-rw-r--r-- | games-action/descent3/descent3-1.4.0b.ebuild | 8 |
3 files changed, 13 insertions, 9 deletions
diff --git a/games-action/descent3/ChangeLog b/games-action/descent3/ChangeLog index 4741777a7f1e..a1d71886534b 100644 --- a/games-action/descent3/ChangeLog +++ b/games-action/descent3/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/descent3 -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.7 2004/06/24 21:54:30 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.8 2005/03/05 13:30:07 wolf31o2 Exp $ + + 05 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org> + descent3-1.4.0b.ebuild: + Changing /opt/descent3 to dir variable and closing bug #84157. 03 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> descent3-1.4.0b.ebuild: fix use invocation diff --git a/games-action/descent3/Manifest b/games-action/descent3/Manifest index 97333e07accb..0fc40e5f2a73 100644 --- a/games-action/descent3/Manifest +++ b/games-action/descent3/Manifest @@ -1,5 +1,5 @@ -MD5 ca9d8e0c2d3cfe4a32832640485c0c83 ChangeLog 867 -MD5 c08d6f28cf41a2f55268ecba591cb65e descent3-1.4.0b.ebuild 2714 +MD5 0bcf1d2474915f1b7d48e13e4c0c025e ChangeLog 1013 MD5 e43b9b7575f9c659feedda43ab915f01 metadata.xml 630 -MD5 5fa77308aec1bb4ed9a32b2ed363148e files/descent3 43 +MD5 d7e4795dbec655f7c05c96602fe2846b descent3-1.4.0b.ebuild 2699 MD5 d2af265a871305bb7fa493725388a58d files/digest-descent3-1.4.0b 138 +MD5 5fa77308aec1bb4ed9a32b2ed363148e files/descent3 43 diff --git a/games-action/descent3/descent3-1.4.0b.ebuild b/games-action/descent3/descent3-1.4.0b.ebuild index 37ad69c8569f..3bb2179b0cd2 100644 --- a/games-action/descent3/descent3-1.4.0b.ebuild +++ b/games-action/descent3/descent3-1.4.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/descent3/descent3-1.4.0b.ebuild,v 1.7 2004/06/30 02:32:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b.ebuild,v 1.8 2005/03/05 13:30:07 wolf31o2 Exp $ inherit games @@ -48,9 +48,9 @@ src_unpack() { src_install() { dodir ${dir} einfo "Copying files... this may take a while..." - exeinto /opt/descent3 + exeinto ${dir} doexe ${CDROM_ROOT}/bin/x86/glibc-2.1/{descent3,nettest} - insinto /opt/descent3 + insinto ${dir} cp ${CDROM_ROOT}/{FAQ.txt,README,README.mercenary,d3.hog,icon.{bmp,xpm}} \ ${Ddir} |