summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-12 17:57:54 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-12 17:57:54 +0000
commit6e5d32f8b189c317973ce993ac57930b247ee882 (patch)
treece1a11c7e37896d5e81ddc103255b105ee51016d /games-server
parentStable on sparc wrt #157466 (diff)
downloadgentoo-2-6e5d32f8b189c317973ce993ac57930b247ee882.tar.gz
gentoo-2-6e5d32f8b189c317973ce993ac57930b247ee882.tar.bz2
gentoo-2-6e5d32f8b189c317973ce993ac57930b247ee882.zip
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-server')
-rw-r--r--games-server/pvpgn/ChangeLog5
-rw-r--r--games-server/pvpgn/pvpgn-1.8.0.ebuild26
2 files changed, 17 insertions, 14 deletions
diff --git a/games-server/pvpgn/ChangeLog b/games-server/pvpgn/ChangeLog
index 248d898bb8aa..827a6a3b3202 100644
--- a/games-server/pvpgn/ChangeLog
+++ b/games-server/pvpgn/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-server/pvpgn
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/pvpgn/ChangeLog,v 1.13 2007/03/12 16:24:03 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-server/pvpgn/ChangeLog,v 1.14 2007/03/12 17:57:54 genone Exp $
+
+ 12 Mar 2007; Marius Mauch <genone@gentoo.org> pvpgn-1.8.0.ebuild:
+ Replacing einfo with elog
12 Mar 2007; Michael Sterrett <mr_bones_@gentoo.org> -pvpgn-1.6.6.ebuild,
pvpgn-1.8.0.ebuild:
diff --git a/games-server/pvpgn/pvpgn-1.8.0.ebuild b/games-server/pvpgn/pvpgn-1.8.0.ebuild
index 265587023e0e..dc72e3b0a2b5 100644
--- a/games-server/pvpgn/pvpgn-1.8.0.ebuild
+++ b/games-server/pvpgn/pvpgn-1.8.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/pvpgn/pvpgn-1.8.0.ebuild,v 1.6 2007/03/12 16:24:03 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-server/pvpgn/pvpgn-1.8.0.ebuild,v 1.7 2007/03/12 17:57:54 genone Exp $
inherit eutils games
@@ -74,20 +74,20 @@ src_install() {
pkg_postinst() {
games_pkg_postinst
- einfo " If this is a first installation you have to configure package by"
- einfo "editing the configuration files provided in \"${GAMES_SYSCONFDIR}/pvpgn\". Also you"
- einfo "should read the documentation from /usr/share/docs/${PF}/"
- einfo
- einfo " If you are upgrading you MUST read /usr/share/docs/${PF}/UPDATE.gz"
- einfo "and update your configuration acordingly."
+ elog " If this is a first installation you have to configure package by"
+ elog "editing the configuration files provided in \"${GAMES_SYSCONFDIR}/pvpgn\". Also you"
+ elog "should read the documentation from /usr/share/docs/${PF}/"
+ elog
+ elog " If you are upgrading you MUST read /usr/share/docs/${PF}/UPDATE.gz"
+ elog "and update your configuration acordingly."
if use mysql ; then
- echo
- einfo " You have enabled MySQL storage support. You will need to edit "
- einfo "bnetd.conf to use it. Read README.storage from the docs dir."
+ elog
+ elog " You have enabled MySQL storage support. You will need to edit "
+ elog "bnetd.conf to use it. Read README.storage from the docs dir."
fi
if use postgres ; then
- echo
- einfo " You have enabled PostgreSQL storage support. You will need to edit "
- einfo "bnetd.conf to use it. Read README.storage from the docs dir."
+ elog
+ elog " You have enabled PostgreSQL storage support. You will need to edit "
+ elog "bnetd.conf to use it. Read README.storage from the docs dir."
fi
}