summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-09-27 21:01:22 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-09-27 21:01:22 +0000
commit60ebdd73edee9abd7f56f30789a5e0862157679b (patch)
tree2d371fced6f9ed0aa040346f00c4f2e32da52042 /games-rpg
parentChange the instructions at the end of the ebuild from einfo to elog. (diff)
downloadgentoo-2-60ebdd73edee9abd7f56f30789a5e0862157679b.tar.gz
gentoo-2-60ebdd73edee9abd7f56f30789a5e0862157679b.tar.bz2
gentoo-2-60ebdd73edee9abd7f56f30789a5e0862157679b.zip
Change the instructions at the end of the ebuild from einfo to elog.
(Portage version: 2.1.2_pre1-r2)
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/nwn/ChangeLog6
-rw-r--r--games-rpg/nwn/nwn-1.67-r1.ebuild24
-rw-r--r--games-rpg/nwn/nwn-1.67.ebuild65
-rw-r--r--games-rpg/nwn/nwn-1.68.ebuild16
4 files changed, 54 insertions, 57 deletions
diff --git a/games-rpg/nwn/ChangeLog b/games-rpg/nwn/ChangeLog
index 272d78980a5a..a7fe9676e3cf 100644
--- a/games-rpg/nwn/ChangeLog
+++ b/games-rpg/nwn/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-rpg/nwn
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/ChangeLog,v 1.48 2006/09/05 21:15:20 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/ChangeLog,v 1.49 2006/09/27 21:01:22 wolf31o2 Exp $
+
+ 27 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org> nwn-1.67.ebuild,
+ nwn-1.67-r1.ebuild, nwn-1.68.ebuild:
+ Change the instructions at the end of the ebuild from einfo to elog.
*nwn-1.68 (05 Sep 2006)
diff --git a/games-rpg/nwn/nwn-1.67-r1.ebuild b/games-rpg/nwn/nwn-1.67-r1.ebuild
index 366c0a285559..2031d1230a92 100644
--- a/games-rpg/nwn/nwn-1.67-r1.ebuild
+++ b/games-rpg/nwn/nwn-1.67-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.67-r1.ebuild,v 1.4 2006/09/27 18:32:06 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.67-r1.ebuild,v 1.5 2006/09/27 21:01:22 wolf31o2 Exp $
inherit eutils games
@@ -53,11 +53,8 @@ RDEPEND="games-rpg/nwn-data
>=media-libs/libsdl-1.2.5
x86? (
=virtual/libstdc++-3.3
- || (
- (
- x11-libs/libXext
- x11-libs/libX11 )
- virtual/x11 ) )
+ x11-libs/libXext
+ x11-libs/libX11 )
amd64? (
app-emulation/emul-linux-x86-baselibs
app-emulation/emul-linux-x86-compat
@@ -75,9 +72,9 @@ die_from_busted_nwn-data() {
ewarn "You must emerge games-rpg/nwn-data with USE=$use. You can fix this"
ewarn "by doing the following:"
echo
- einfo "mkdir -p /etc/portage"
- einfo "echo 'games-rpg/nwn-data $use' >> /etc/portage/package.use"
- einfo "emerge --oneshot games-rpg/nwn-data"
+ elog "mkdir -p /etc/portage"
+ elog "echo 'games-rpg/nwn-data $use' >> /etc/portage/package.use"
+ elog "emerge --oneshot games-rpg/nwn-data"
die "nwn-data requires USE=$use"
}
@@ -85,7 +82,7 @@ pkg_setup() {
declare -a LANGarray=($LINGUAS)
if [ "${#LANGarray[*]}" == "0" ]
then
- einfo "Setting default language to English."
+ elog "Setting default language to English."
fi
if use sou
then
@@ -115,7 +112,6 @@ pkg_setup() {
built_with_use games-rpg/nwn-data linguas_de || \
die_from_busted_nwn-data linguas_de
fi
- games_pkg_setup
}
src_unpack() {
@@ -154,7 +150,7 @@ src_install() {
pkg_postinst() {
games_pkg_postinst
- einfo "The NWN linux client is now installed."
- einfo "Proceed with the following step in order to get it working:"
- einfo "Run ${dir}/fixinstall as root"
+ elog "The NWN linux client is now installed."
+ elog "Proceed with the following step in order to get it working:"
+ elog "Run ${dir}/fixinstall as root"
}
diff --git a/games-rpg/nwn/nwn-1.67.ebuild b/games-rpg/nwn/nwn-1.67.ebuild
index 220142ca6bae..0b14aaf994ae 100644
--- a/games-rpg/nwn/nwn-1.67.ebuild
+++ b/games-rpg/nwn/nwn-1.67.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.67.ebuild,v 1.2 2006/06/20 15:19:06 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.67.ebuild,v 1.3 2006/09/27 21:01:22 wolf31o2 Exp $
inherit eutils games
@@ -47,11 +47,8 @@ RDEPEND="virtual/opengl
>=media-libs/libsdl-1.2.5
x86? (
=virtual/libstdc++-3.3
- || (
- (
- x11-libs/libXext
- x11-libs/libX11 )
- virtual/x11 ) )
+ x11-libs/libXext
+ x11-libs/libX11 )
amd64? (
app-emulation/emul-linux-x86-baselibs
app-emulation/emul-linux-x86-compat
@@ -68,7 +65,7 @@ pkg_setup() {
# disk2.zip \
# disk3.zip \
# disk4.zip
-# einfo "To download nwgerman129.tar.gz you need a gamespy account"
+# elog "To download nwgerman129.tar.gz you need a gamespy account"
games_pkg_setup
}
@@ -106,34 +103,34 @@ src_install() {
pkg_postinst() {
games_pkg_postinst
if ! use nowin ; then
- einfo "The NWN linux client is now installed."
- einfo "Proceed with the following steps in order to get it working:"
- einfo "1) Copy the following directories/files from your installed and"
- einfo " patched (${PV}) Neverwinter Nights to ${GAMES_PREFIX_OPT}/nwn:"
- einfo " ambient/"
- einfo " data/ (all files except for patch.bif)"
- einfo " dmvault/"
- einfo " hak/"
- einfo " localvault/"
- einfo " modules/"
- einfo " music/"
- einfo " override/"
- einfo " portraits/"
- einfo " saves/"
- einfo " servervault/"
- einfo " texturepacks/"
- einfo " chitin.key"
- einfo "2) Chown and chmod the files with the following commands"
- einfo " chown -R ${GAMES_USER}:${GAMES_GROUP} ${GAMES_PREFIX_OPT}/nwn"
- einfo " chmod -R g+rwX ${GAMES_PREFIX_OPT}/nwn"
- einfo "3) Run ${GAMES_PREFIX_OPT}/nwn/fixinstall as root"
- einfo "4) Make sure that you are in group ${GAMES_GROUP}"
- einfo "5) Use ${GAMES_PREFIX_OPT}/nwn/nwn to run the game"
+ elog "The NWN linux client is now installed."
+ elog "Proceed with the following steps in order to get it working:"
+ elog "1) Copy the following directories/files from your installed and"
+ elog " patched (${PV}) Neverwinter Nights to ${GAMES_PREFIX_OPT}/nwn:"
+ elog " ambient/"
+ elog " data/ (all files except for patch.bif)"
+ elog " dmvault/"
+ elog " hak/"
+ elog " localvault/"
+ elog " modules/"
+ elog " music/"
+ elog " override/"
+ elog " portraits/"
+ elog " saves/"
+ elog " servervault/"
+ elog " texturepacks/"
+ elog " chitin.key"
+ elog "2) Chown and chmod the files with the following commands"
+ elog " chown -R ${GAMES_USER}:${GAMES_GROUP} ${GAMES_PREFIX_OPT}/nwn"
+ elog " chmod -R g+rwX ${GAMES_PREFIX_OPT}/nwn"
+ elog "3) Run ${GAMES_PREFIX_OPT}/nwn/fixinstall as root"
+ elog "4) Make sure that you are in group ${GAMES_GROUP}"
+ elog "5) Use ${GAMES_PREFIX_OPT}/nwn/nwn to run the game"
echo
- einfo "Or try emerging with USE=nowin"
+ elog "Or try emerging with USE=nowin"
else
- einfo "The NWN linux client is now installed."
- einfo "Proceed with the following step in order to get it working:"
- einfo "Run ${GAMES_PREFIX_OPT}/nwn/fixinstall as root"
+ elog "The NWN linux client is now installed."
+ elog "Proceed with the following step in order to get it working:"
+ elog "Run ${GAMES_PREFIX_OPT}/nwn/fixinstall as root"
fi
}
diff --git a/games-rpg/nwn/nwn-1.68.ebuild b/games-rpg/nwn/nwn-1.68.ebuild
index 2a643f4a040c..b094236f27ea 100644
--- a/games-rpg/nwn/nwn-1.68.ebuild
+++ b/games-rpg/nwn/nwn-1.68.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.68.ebuild,v 1.2 2006/09/27 18:32:06 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.68.ebuild,v 1.3 2006/09/27 21:01:22 wolf31o2 Exp $
inherit eutils games
@@ -75,9 +75,9 @@ die_from_busted_nwn-data() {
ewarn "You must emerge games-rpg/nwn-data with USE=$use. You can fix this"
ewarn "by doing the following:"
echo
- einfo "mkdir -p /etc/portage"
- einfo "echo 'games-rpg/nwn-data $use' >> /etc/portage/package.use"
- einfo "emerge --oneshot games-rpg/nwn-data"
+ elog "mkdir -p /etc/portage"
+ elog "echo 'games-rpg/nwn-data $use' >> /etc/portage/package.use"
+ elog "emerge --oneshot games-rpg/nwn-data"
die "nwn-data requires USE=$use"
}
@@ -85,7 +85,7 @@ pkg_setup() {
declare -a LANGarray=($LINGUAS)
if [ "${#LANGarray[*]}" == "0" ]
then
- einfo "Setting default language to English."
+ elog "Setting default language to English."
fi
if use sou
then
@@ -154,7 +154,7 @@ src_install() {
pkg_postinst() {
games_pkg_postinst
- einfo "The NWN linux client is now installed."
- einfo "Proceed with the following step in order to get it working:"
- einfo "Run ${dir}/fixinstall as root"
+ elog "The NWN linux client is now installed."
+ elog "Proceed with the following step in order to get it working:"
+ elog "Run ${dir}/fixinstall as root"
}