diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-30 04:25:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-30 04:25:56 +0000 |
commit | ba7026e5aad904182fe2704ac76dbd8000b64016 (patch) | |
tree | 04b3b4659eb095375ca2fb8b6f456fe4db67f7fd /games-fps/quake3 | |
parent | Initial import. (diff) | |
download | gentoo-2-ba7026e5aad904182fe2704ac76dbd8000b64016.tar.gz gentoo-2-ba7026e5aad904182fe2704ac76dbd8000b64016.tar.bz2 gentoo-2-ba7026e5aad904182fe2704ac76dbd8000b64016.zip |
add note about punk buster not working
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'games-fps/quake3')
-rw-r--r-- | games-fps/quake3/quake3-1.33_alpha187.ebuild | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/games-fps/quake3/quake3-1.33_alpha187.ebuild b/games-fps/quake3/quake3-1.33_alpha187.ebuild index e0c5ab39b1ea..13167afbae75 100644 --- a/games-fps/quake3/quake3-1.33_alpha187.ebuild +++ b/games-fps/quake3/quake3-1.33_alpha187.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.33_alpha187.ebuild,v 1.2 2005/10/27 07:39:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.33_alpha187.ebuild,v 1.3 2005/10/30 04:25:56 vapier Exp $ if [[ ${PV} == "9999" ]] ; then ESVN_REPO_URI="svn://svn.icculus.org/quake3/trunk" @@ -71,3 +71,11 @@ src_install() { prepgamesdirs } + +pkg_postinst() { + games_pkg_postinst + echo + ewarn "The source version of Quake 3 will not work with Punk Buster." + ewarn "If you need pb support, then use the quake3-bin package." + echo +} |