From 4305eb5863b415648c93eefebe305d6d2b7828b4 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Mon, 12 Mar 2007 17:59:25 +0000 Subject: [PATCH] Replacing einfo with elog Package-Manager: portage-2.1.2.2 --- games-server/halflife-steam/ChangeLog | 5 ++- .../halflife-steam/halflife-steam-2.0.ebuild | 36 +++++++++---------- games-server/pvpgn/ChangeLog | 5 ++- games-server/pvpgn/pvpgn-1.8.0.ebuild | 26 +++++++------- games-server/ut2004-ded/ChangeLog | 5 ++- .../ut2004-ded/ut2004-ded-3369.ebuild | 4 +-- 6 files changed, 45 insertions(+), 36 deletions(-) diff --git a/games-server/halflife-steam/ChangeLog b/games-server/halflife-steam/ChangeLog index df78543d2e83..c5804d557fce 100644 --- a/games-server/halflife-steam/ChangeLog +++ b/games-server/halflife-steam/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-server/halflife-steam # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/halflife-steam/ChangeLog,v 1.10 2007/02/08 21:33:14 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/halflife-steam/ChangeLog,v 1.11 2007/03/12 17:56:25 genone Exp $ + + 12 Mar 2007; Marius Mauch halflife-steam-2.0.ebuild: + Replacing einfo with elog 08 Feb 2007; Chris Gianelloni ChangeLog: Regenerate digest in Manifest2 format. diff --git a/games-server/halflife-steam/halflife-steam-2.0.ebuild b/games-server/halflife-steam/halflife-steam-2.0.ebuild index 0043645f4719..9a5b43ac8d19 100644 --- a/games-server/halflife-steam/halflife-steam-2.0.ebuild +++ b/games-server/halflife-steam/halflife-steam-2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/halflife-steam/halflife-steam-2.0.ebuild,v 1.11 2005/11/16 03:24:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/halflife-steam/halflife-steam-2.0.ebuild,v 1.12 2007/03/12 17:56:25 genone Exp $ inherit eutils games @@ -43,20 +43,20 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo 'Steam Usage ! (note: please do this as root)' - einfo '1. Run `steam` to update itself.' - einfo '2. Run `steam` again to get help menu.' - einfo '3. Update the halflife modules you want:' - einfo " steam -command update -game 'Counter-Strike Source' -dir ${GAMES_PREFIX_OPT}/halflife" - einfo " steam -command update -game cstrike -dir ${GAMES_PREFIX_OPT}/halflife" - einfo " steam -command update -game tfc -dir ${GAMES_PREFIX_OPT}/halflife" - einfo " steam -command update -game valve -dir ${GAMES_PREFIX_OPT}/halflife" - einfo ' *Note: tfc contains tfc, dmc, and ricochet mods' - einfo '5. After your first update, you only have to run:' - einfo ' steam -update "Counter-Strike Source"' - einfo ' steam -update cstrike' - einfo ' steam -update tfc' - einfo ' steam -update valve' - echo - einfo "For more info, see ${GAMES_PREFIX_OPT}/halflife" + elog 'Steam Usage ! (note: please do this as root)' + elog '1. Run `steam` to update itself.' + elog '2. Run `steam` again to get help menu.' + elog '3. Update the halflife modules you want:' + elog " steam -command update -game 'Counter-Strike Source' -dir ${GAMES_PREFIX_OPT}/halflife" + elog " steam -command update -game cstrike -dir ${GAMES_PREFIX_OPT}/halflife" + elog " steam -command update -game tfc -dir ${GAMES_PREFIX_OPT}/halflife" + elog " steam -command update -game valve -dir ${GAMES_PREFIX_OPT}/halflife" + elog ' *Note: tfc contains tfc, dmc, and ricochet mods' + elog '5. After your first update, you only have to run:' + elog ' steam -update "Counter-Strike Source"' + elog ' steam -update cstrike' + elog ' steam -update tfc' + elog ' steam -update valve' + elog + elog "For more info, see ${GAMES_PREFIX_OPT}/halflife" } 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 pvpgn-1.8.0.ebuild: + Replacing einfo with elog 12 Mar 2007; Michael Sterrett -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 } diff --git a/games-server/ut2004-ded/ChangeLog b/games-server/ut2004-ded/ChangeLog index c3ba92b36eee..7955e2b1e0f5 100644 --- a/games-server/ut2004-ded/ChangeLog +++ b/games-server/ut2004-ded/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-server/ut2004-ded # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/ut2004-ded/ChangeLog,v 1.19 2007/03/07 17:24:11 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/ut2004-ded/ChangeLog,v 1.20 2007/03/12 17:59:25 genone Exp $ + + 12 Mar 2007; Marius Mauch ut2004-ded-3369.ebuild: + Replacing einfo with elog 07 Mar 2007; Chris Gianelloni files/ut2004-ded.rc: Change all instances of [ to [[. diff --git a/games-server/ut2004-ded/ut2004-ded-3369.ebuild b/games-server/ut2004-ded/ut2004-ded-3369.ebuild index fae6bf36cd86..eb5e39a63993 100644 --- a/games-server/ut2004-ded/ut2004-ded-3369.ebuild +++ b/games-server/ut2004-ded/ut2004-ded-3369.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/ut2004-ded/ut2004-ded-3369.ebuild,v 1.9 2007/01/09 23:55:57 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/ut2004-ded/ut2004-ded-3369.ebuild,v 1.10 2007/03/12 17:59:25 genone Exp $ inherit games @@ -63,7 +63,7 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo "The server can be started with the /etc/init.d/ut2004-ded init script." + elog "The server can be started with the /etc/init.d/ut2004-ded init script." echo ewarn "You should take the time to edit the default server INI." ewarn "Consult the INI Reference at http://unrealadmin.org/" -- 2.26.2