summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2007-07-27 23:11:38 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2007-07-27 23:11:38 +0000
commitf0464c52a2253c89cd18a5ad61271622246bd985 (patch)
tree45452324c6447c00062d3ba0a045f4b3203c9bb1 /games-fps/quake1-demodata
parent Keyworded ~x86-fbsd (diff)
downloadgentoo-2-f0464c52a2253c89cd18a5ad61271622246bd985.tar.gz
gentoo-2-f0464c52a2253c89cd18a5ad61271622246bd985.tar.bz2
gentoo-2-f0464c52a2253c89cd18a5ad61271622246bd985.zip
Added a patch from Paul Bredbury <brebs@sent.com> to fix bug #159100. Original idea by John R. Graham <john_r_graham@mindspring.com> in the same bug.
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'games-fps/quake1-demodata')
-rw-r--r--games-fps/quake1-demodata/ChangeLog8
-rw-r--r--games-fps/quake1-demodata/quake1-demodata-1.06.ebuild7
2 files changed, 12 insertions, 3 deletions
diff --git a/games-fps/quake1-demodata/ChangeLog b/games-fps/quake1-demodata/ChangeLog
index 711667cbd038..edfbdddb0b78 100644
--- a/games-fps/quake1-demodata/ChangeLog
+++ b/games-fps/quake1-demodata/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-fps/quake1-demodata
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-demodata/ChangeLog,v 1.5 2007/03/12 14:47:19 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-demodata/ChangeLog,v 1.6 2007/07/27 23:11:38 wolf31o2 Exp $
+
+ 27 Jul 2007; Chris Gianelloni <wolf31o2@gentoo.org>
+ quake1-demodata-1.06.ebuild:
+ Added a patch from Paul Bredbury <brebs@sent.com> to fix bug #159100.
+ Original idea by John R. Graham <john_r_graham@mindspring.com> in the same
+ bug.
12 Mar 2007; Marius Mauch <genone@gentoo.org> quake1-demodata-1.06.ebuild:
Replacing einfo with elog
diff --git a/games-fps/quake1-demodata/quake1-demodata-1.06.ebuild b/games-fps/quake1-demodata/quake1-demodata-1.06.ebuild
index 464073929a46..9e42421125fe 100644
--- a/games-fps/quake1-demodata/quake1-demodata-1.06.ebuild
+++ b/games-fps/quake1-demodata/quake1-demodata-1.06.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-demodata/quake1-demodata-1.06.ebuild,v 1.5 2007/03/12 14:47:19 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-demodata/quake1-demodata-1.06.ebuild,v 1.6 2007/07/27 23:11:38 wolf31o2 Exp $
inherit eutils versionator games
@@ -42,7 +42,10 @@ pkg_setup() {
src_unpack() {
unpack ${A}
- lha eq resource.1 || die "lha failed"
+ # File rename for bug #159100
+ mv resource.{1,x}
+
+ lha xfq resource.x || die "lha failed"
# Don't want to conflict with the cdinstall files
mv id1 demo
}