diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-02 15:31:42 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-02 15:31:42 +0000 |
commit | 10dc5f58a3a0258505a944ed990c3cfffe732367 (patch) | |
tree | c9d5e5cf3d6b1e7e5f5cea55bc3112be02c9901b /games-fps/ut2004-demo | |
parent | Stable on ppc64; bug #149835 (diff) | |
download | gentoo-2-10dc5f58a3a0258505a944ed990c3cfffe732367.tar.gz gentoo-2-10dc5f58a3a0258505a944ed990c3cfffe732367.tar.bz2 gentoo-2-10dc5f58a3a0258505a944ed990c3cfffe732367.zip |
Some minor code cleanups and changing the text on the desktop icon.
(Portage version: 2.1.2_pre1-r4)
Diffstat (limited to 'games-fps/ut2004-demo')
-rw-r--r-- | games-fps/ut2004-demo/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/ut2004-demo/files/digest-ut2004-demo-3334 | 2 | ||||
-rw-r--r-- | games-fps/ut2004-demo/ut2004-demo-3334.ebuild | 41 |
3 files changed, 26 insertions, 23 deletions
diff --git a/games-fps/ut2004-demo/ChangeLog b/games-fps/ut2004-demo/ChangeLog index b977880225ab..14e4fc97116d 100644 --- a/games-fps/ut2004-demo/ChangeLog +++ b/games-fps/ut2004-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/ut2004-demo # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ChangeLog,v 1.39 2006/09/19 19:48:43 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ChangeLog,v 1.40 2006/10/02 15:31:42 wolf31o2 Exp $ + + 02 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> + ut2004-demo-3334.ebuild: + Some minor code cleanups and changing the text on the desktop icon. 19 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org> ut2004-demo-3334.ebuild: diff --git a/games-fps/ut2004-demo/files/digest-ut2004-demo-3334 b/games-fps/ut2004-demo/files/digest-ut2004-demo-3334 index 9e2c281fb1f1..47e3f29129c0 100644 --- a/games-fps/ut2004-demo/files/digest-ut2004-demo-3334 +++ b/games-fps/ut2004-demo/files/digest-ut2004-demo-3334 @@ -1 +1,3 @@ MD5 bf9f483902c6006b94c327fb7b585086 ut2004-lnx-demo3334.run 288950743 +RMD160 6663cd9225a111390f98dc618b6df57c5fb16932 ut2004-lnx-demo3334.run 288950743 +SHA256 c7065a758e91fdf5cf79cb8f9646e4360928ba9de4460ab7011c08e22a240cf3 ut2004-lnx-demo3334.run 288950743 diff --git a/games-fps/ut2004-demo/ut2004-demo-3334.ebuild b/games-fps/ut2004-demo/ut2004-demo-3334.ebuild index 65de315f9044..d825f06adde1 100644 --- a/games-fps/ut2004-demo/ut2004-demo-3334.ebuild +++ b/games-fps/ut2004-demo/ut2004-demo-3334.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ut2004-demo-3334.ebuild,v 1.13 2006/09/19 19:48:43 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ut2004-demo-3334.ebuild,v 1.14 2006/10/02 15:31:42 wolf31o2 Exp $ inherit eutils games @@ -20,11 +20,8 @@ DEPEND="" RDEPEND="virtual/opengl =virtual/libstdc++-3.3 x86? ( - || ( - ( - x11-libs/libX11 - x11-libs/libXext ) - virtual/x11 ) ) + x11-libs/libX11 + x11-libs/libXext ) amd64? ( app-emulation/emul-linux-x86-xlibs )" @@ -64,26 +61,26 @@ src_install() { dodir games_make_wrapper ut2004-demo ./ut2004-demo "${dir}" "${dir}" - make_desktop_entry ut2004-demo "UT2004 (Demo)" ut2004-demo.xpm + make_desktop_entry ut2004-demo "Unreal Tournament 2004 (Demo)" ut2004-demo.xpm prepgamesdirs } pkg_postinst() { games_pkg_postinst - einfo - einfo "For Text To Speech:" - einfo " 1) emerge festival speechd" - einfo " 2) Edit your ~/.ut2004demo/System/UT2004.ini file." - einfo " In the [SDLDrv.SDLClient] section, add:" - einfo " TextToSpeechFile=/dev/speech" - einfo " 3) Start speechd." - einfo " 4) Start the game. Be sure to go into the Audio" - einfo " options and enable Text To Speech." - einfo - einfo "To test, pull down the console (~) and type:" - einfo " TTS this is a test." - einfo - einfo "You should hear something that sounds like 'This is a test.'" - einfo + echo + elog "For Text To Speech:" + elog " 1) emerge festival speechd" + elog " 2) Edit your ~/.ut2004demo/System/UT2004.ini file." + elog " In the [SDLDrv.SDLClient] section, add:" + elog " TextToSpeechFile=/dev/speech" + elog " 3) Start speechd." + elog " 4) Start the game. Be sure to go into the Audio" + elog " options and enable Text To Speech." + echo + elog "To test, pull down the console (~) and type:" + elog " TTS this is a test." + echo + elog "You should hear something that sounds like 'This is a test.'" + echo } |