summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-09-22 13:59:35 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-09-22 13:59:35 +0000
commit80eb61ac74049622e25017990218fe9b66d60424 (patch)
tree4589f49f979d81511b25328a3c5a9b14aebdf334 /games-rpg/nwn-data/nwn-data-1.29.ebuild
parentFixed ixinstall script. (diff)
downloadgentoo-2-80eb61ac74049622e25017990218fe9b66d60424.tar.gz
gentoo-2-80eb61ac74049622e25017990218fe9b66d60424.tar.bz2
gentoo-2-80eb61ac74049622e25017990218fe9b66d60424.zip
Added echo lines to inform users which CD they'll need.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'games-rpg/nwn-data/nwn-data-1.29.ebuild')
-rw-r--r--games-rpg/nwn-data/nwn-data-1.29.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/games-rpg/nwn-data/nwn-data-1.29.ebuild b/games-rpg/nwn-data/nwn-data-1.29.ebuild
index 5756ae848555..3d83126913cc 100644
--- a/games-rpg/nwn-data/nwn-data-1.29.ebuild
+++ b/games-rpg/nwn-data/nwn-data-1.29.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-rpg/nwn-data/nwn-data-1.29.ebuild,v 1.1 2005/09/21 00:11:30 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-data/nwn-data-1.29.ebuild,v 1.2 2005/09/22 13:59:35 wolf31o2 Exp $
inherit eutils games
@@ -40,13 +40,16 @@ Ddir="${D}/${dir}"
pkg_setup() {
if use sou && use hou
then
+ echo "You will need the SoU and HoU CDs for this installation."
cdrom_get_cds NWNSoUInstallGuide.rtf \
ArcadeInstallNWNXP213f.EXE
elif use sou
then
+ echo "You will need the SoU CD for this installation."
cdrom_get_cds NWNSoUInstallGuide.rtf
elif use hou
then
+ echo "You will need the HoU CD for this installation."
cdrom_get_cds ArcadeInstallNWNXP213f.EXE
fi
}