diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-01-09 23:34:10 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-01-09 23:34:10 +0000 |
commit | ff513efa6aad1c87be393eae2a662916dd240d2c (patch) | |
tree | 21abb0fc7d592494d6d955fd36608badfb9a8dcf /games-fps/quake2-icculus | |
parent | Initial import. (diff) | |
download | gentoo-2-ff513efa6aad1c87be393eae2a662916dd240d2c.tar.gz gentoo-2-ff513efa6aad1c87be393eae2a662916dd240d2c.tar.bz2 gentoo-2-ff513efa6aad1c87be393eae2a662916dd240d2c.zip |
Fix up the einfos into elogs and make sure we don't do anything w/ q2ded unless USE=dedicated.
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'games-fps/quake2-icculus')
-rw-r--r-- | games-fps/quake2-icculus/ChangeLog | 9 | ||||
-rw-r--r-- | games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild | 17 |
2 files changed, 17 insertions, 9 deletions
diff --git a/games-fps/quake2-icculus/ChangeLog b/games-fps/quake2-icculus/ChangeLog index c4e04f70f12e..778d1883492e 100644 --- a/games-fps/quake2-icculus/ChangeLog +++ b/games-fps/quake2-icculus/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-fps/quake2-icculus -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/ChangeLog,v 1.24 2006/12/05 17:22:39 wolf31o2 Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/ChangeLog,v 1.25 2007/01/09 23:34:10 wolf31o2 Exp $ + + 09 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> + quake2-icculus-0.16.1-r1.ebuild: + Fix up the einfos into elogs and make sure we don't do anything w/ q2ded + unless USE=dedicated. 05 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> quake2-icculus-0.16.1.ebuild, quake2-icculus-0.16.1-r1.ebuild: diff --git a/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild b/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild index 631556eb7111..8bba40af396f 100644 --- a/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild +++ b/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.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/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.3 2006/12/05 17:22:39 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.4 2007/01/09 23:34:10 wolf31o2 Exp $ inherit eutils toolchain-funcs games @@ -157,8 +157,11 @@ src_install() { # regular q2 files dodir "${q2dir}" cp -rf my-rel-NO/* "${D}/${q2dir}"/ - dogamesbin "${D}/${q2dir}"/{quake2,q2ded} - rm "${D}/${q2dir}"/{quake2,q2ded} + dogamesbin "${D}/${q2dir}"/quake2 + rm "${D}/${q2dir}"/quake2 + use dedicated \ + && dogamesbin "${D}/${q2dir}"/q2ded \ + && rm "${D}/${q2dir}"/q2ded use sdl \ && dogamesbin "${D}/${q2dir}"/sdlquake2 \ && rm "${D}/${q2dir}"/sdlquake2 @@ -189,9 +192,9 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo "Go read /usr/share/doc/${PF}/README-postinstall.gz right now!" - einfo "It's important - This install is just the engine, you still need" - einfo "the data paks. Go read." + elog "Go read /usr/share/doc/${PF}/README-postinstall.gz" + elog "right now! It's important - This install is just the engine, you still need" + elog "the data paks. Go read." if use demo && ! built_with_use "games-fps/quake2-demodata" symlink ; then ewarn "To play the Quake 2 demo," |