summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-10-27 07:34:13 +0000
committerMike Frysinger <vapier@gentoo.org>2005-10-27 07:34:13 +0000
commitd0006630a46651cb120edc7830150caaf7ba814d (patch)
treeac47a81f29a2ac0649d07ed3d41a3ef41a78c311 /games-fps/quake3-data
parentsimplify the cdrom code a bit by unifying some duplicate sections and make su... (diff)
downloadhistorical-d0006630a46651cb120edc7830150caaf7ba814d.tar.gz
historical-d0006630a46651cb120edc7830150caaf7ba814d.tar.bz2
historical-d0006630a46651cb120edc7830150caaf7ba814d.zip
add a warning for people who dont install with USE=cdinstall
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'games-fps/quake3-data')
-rw-r--r--games-fps/quake3-data/Manifest12
-rw-r--r--games-fps/quake3-data/quake3-data-1.32b.ebuild14
2 files changed, 24 insertions, 2 deletions
diff --git a/games-fps/quake3-data/Manifest b/games-fps/quake3-data/Manifest
index 9c7b64f72301..ee7cb9524ca8 100644
--- a/games-fps/quake3-data/Manifest
+++ b/games-fps/quake3-data/Manifest
@@ -1,4 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 c160e06289964a511efeae92d2e7ceaa ChangeLog 344
MD5 ac0eeb5bcea4995d27e0c6575b8f4dbb files/digest-quake3-data-1.32b 76
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 357b9dd1d628acc5e0314237af60c7d2 quake3-data-1.32b.ebuild 1124
+MD5 2fb8b4045e09acf7f7a269e9cc43157b quake3-data-1.32b.ebuild 1435
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDYIMDgIKl8Uu19MoRAqKtAJ9+tU7w1EWCqbw122l2yuqM1N7nHQCeLg6+
+byE+5ACxGIqdVt++kxSCNSs=
+=0755
+-----END PGP SIGNATURE-----
diff --git a/games-fps/quake3-data/quake3-data-1.32b.ebuild b/games-fps/quake3-data/quake3-data-1.32b.ebuild
index 999488d27abd..2810089a9336 100644
--- a/games-fps/quake3-data/quake3-data-1.32b.ebuild
+++ b/games-fps/quake3-data/quake3-data-1.32b.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-data/quake3-data-1.32b.ebuild,v 1.2 2005/10/26 00:27:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-data/quake3-data-1.32b.ebuild,v 1.3 2005/10/27 07:34:13 vapier Exp $
inherit eutils games
@@ -44,3 +44,15 @@ src_install() {
prepgamesdirs
}
+
+pkg_postinst() {
+ games_pkg_postinst
+ if ! use cdinstall ; then
+ echo
+ einfo "You need to copy pak0.pk3 from your Quake3 CD into ${dir}/baseq3."
+ einfo "Or if you have got a Window installation of Q3 make a symlink to save space."
+ echo
+ einfo "Or, re-emerge quake3-data with USE=cdinstall."
+ echo
+ fi
+}