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 | ab26d9dfdbd30a116a1f464cf2682824fdcd9105 (patch) | |
tree | 444b5b641d4402482f26b1b8b60dd87c4985d15a /games-fps | |
parent | Initial import. (diff) | |
download | historical-ab26d9dfdbd30a116a1f464cf2682824fdcd9105.tar.gz historical-ab26d9dfdbd30a116a1f464cf2682824fdcd9105.tar.bz2 historical-ab26d9dfdbd30a116a1f464cf2682824fdcd9105.zip |
add note about punk buster not working
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quake3/Manifest | 10 | ||||
-rw-r--r-- | games-fps/quake3/quake3-1.33_alpha187.ebuild | 10 |
2 files changed, 19 insertions, 1 deletions
diff --git a/games-fps/quake3/Manifest b/games-fps/quake3/Manifest index 066a98e220f1..63dfec9bd83f 100644 --- a/games-fps/quake3/Manifest +++ b/games-fps/quake3/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 420d40268fda31888ddc60bdabb37b6c ChangeLog 343 MD5 3b1ec2a094429f0f6e046d2109aea1a3 files/digest-quake3-1.33_alpha187 73 MD5 0a25a9c85ee385ef578cb770a957756d metadata.xml 954 MD5 653992ac18d586fb1b82f0c991fe7466 quake3-1.33_alpha187.ebuild 1916 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDZEtrgIKl8Uu19MoRAubeAJ9k1rhrbDtB7xdu0Px77RQLBr4WfgCdGlVl +R3LDGggf8MyUeEquhwtpYjc= +=eSnb +-----END PGP SIGNATURE----- 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 +} |