diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 17:59:25 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 17:59:25 +0000 |
commit | 4305eb5863b415648c93eefebe305d6d2b7828b4 (patch) | |
tree | d8e5697fbc266ed17d8627c6e692a0a46b92c523 /games-server/pvpgn | |
parent | Stable on sparc wrt #157466 (diff) | |
download | historical-4305eb5863b415648c93eefebe305d6d2b7828b4.tar.gz historical-4305eb5863b415648c93eefebe305d6d2b7828b4.tar.bz2 historical-4305eb5863b415648c93eefebe305d6d2b7828b4.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'games-server/pvpgn')
-rw-r--r-- | games-server/pvpgn/ChangeLog | 5 | ||||
-rw-r--r-- | games-server/pvpgn/pvpgn-1.8.0.ebuild | 26 |
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 } |