summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2007-01-05 00:00:35 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2007-01-05 00:00:35 +0000
commitf67a0e29729c684d6e59c7bbdb3d3806e7d70af9 (patch)
tree85706d1717723760314687c0a745c920fb3309e7 /games-fps/quake3-demo
parentMove kqemu in the base and cleanup the profiles (diff)
downloadgentoo-2-f67a0e29729c684d6e59c7bbdb3d3806e7d70af9.tar.gz
gentoo-2-f67a0e29729c684d6e59c7bbdb3d3806e7d70af9.tar.bz2
gentoo-2-f67a0e29729c684d6e59c7bbdb3d3806e7d70af9.zip
Fixed the q3demo-ded symlink. Thanks to Costin Stroie <costinstroie@gmail.com> for pointing it out.
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'games-fps/quake3-demo')
-rw-r--r--games-fps/quake3-demo/ChangeLog9
-rw-r--r--games-fps/quake3-demo/quake3-demo-1.11.ebuild8
2 files changed, 11 insertions, 6 deletions
diff --git a/games-fps/quake3-demo/ChangeLog b/games-fps/quake3-demo/ChangeLog
index 8b390453771a..9b14b42c7f72 100644
--- a/games-fps/quake3-demo/ChangeLog
+++ b/games-fps/quake3-demo/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-fps/quake3-demo
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-demo/ChangeLog,v 1.16 2006/10/05 12:08:44 wolf31o2 Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-demo/ChangeLog,v 1.17 2007/01/05 00:00:35 wolf31o2 Exp $
+
+ 05 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org>
+ quake3-demo-1.11.ebuild:
+ Fixed the q3demo-ded symlink. Thanks to Costin Stroie
+ <costinstroie@gmail.com> for pointing it out.
05 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
quake3-demo-1.11.ebuild:
diff --git a/games-fps/quake3-demo/quake3-demo-1.11.ebuild b/games-fps/quake3-demo/quake3-demo-1.11.ebuild
index 268d794f510f..1f21cc49553b 100644
--- a/games-fps/quake3-demo/quake3-demo-1.11.ebuild
+++ b/games-fps/quake3-demo/quake3-demo-1.11.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/quake3-demo/quake3-demo-1.11.ebuild,v 1.20 2006/10/05 12:08:44 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-demo/quake3-demo-1.11.ebuild,v 1.21 2007/01/05 00:00:35 wolf31o2 Exp $
inherit eutils games
@@ -59,14 +59,14 @@ src_install() {
doexe ${FILESDIR}/{q3demo,q3demo-ded}
dodir ${GAMES_BINDIR}
dosym ${dir}/q3demo ${GAMES_BINDIR}/q3demo
- dosym ${dir}/q3ded-demo ${GAMES_BINDIR}/q3demo-ded
+ dosym ${dir}/q3demo-ded ${GAMES_BINDIR}/q3demo-ded
dosed "s:GENTOO_DIR:${dir}:" ${dir}/q3demo
dosed "s:GENTOO_DIR:${dir}:" ${dir}/q3demo-ded
insinto ${dir}
doins README icon.*
- make_desktop_entry q3demo "Quake III Demo"
+ make_desktop_entry q3demo "Quake III (Demo)"
prepgamesdirs
}