diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 14:16:46 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 14:16:46 +0000 |
commit | c314b2465716df80aaa1ddd71f663424425c3001 (patch) | |
tree | 678e17ef4ecd9addb1b4bebd93301317306ac023 /games-fps | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-c314b2465716df80aaa1ddd71f663424425c3001.tar.gz gentoo-2-c314b2465716df80aaa1ddd71f663424425c3001.tar.bz2 gentoo-2-c314b2465716df80aaa1ddd71f663424425c3001.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/cube/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/cube/cube-20040522.ebuild | 10 | ||||
-rw-r--r-- | games-fps/cube/cube-20050829.ebuild | 14 |
3 files changed, 17 insertions, 13 deletions
diff --git a/games-fps/cube/ChangeLog b/games-fps/cube/ChangeLog index e5e7bbefd2dd..abd52488cc49 100644 --- a/games-fps/cube/ChangeLog +++ b/games-fps/cube/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/cube # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/cube/ChangeLog,v 1.17 2007/03/07 16:52:07 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/cube/ChangeLog,v 1.18 2007/03/12 14:16:46 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> cube-20040522.ebuild, + cube-20050829.ebuild: + Replacing einfo with elog 07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> cube-20040522.ebuild: Change all instances of [ to [[. diff --git a/games-fps/cube/cube-20040522.ebuild b/games-fps/cube/cube-20040522.ebuild index 7ff0568da4c5..012a48684b58 100644 --- a/games-fps/cube/cube-20040522.ebuild +++ b/games-fps/cube/cube-20040522.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-fps/cube/cube-20040522.ebuild,v 1.10 2007/03/07 16:52:07 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/cube/cube-20040522.ebuild,v 1.11 2007/03/12 14:16:46 genone Exp $ inherit eutils flag-o-matic games @@ -92,8 +92,8 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo "You now have 2 clients and 2 servers:" - einfo "cube_client-bin prebuilt version (needed to play on public multiplayer servers)" - einfo "cube_client custom client built from source" - einfo "Parallel versions of the server have been installed" + elog "You now have 2 clients and 2 servers:" + elog "cube_client-bin prebuilt version (needed to play on public multiplayer servers)" + elog "cube_client custom client built from source" + elog "Parallel versions of the server have been installed" } diff --git a/games-fps/cube/cube-20050829.ebuild b/games-fps/cube/cube-20050829.ebuild index 7502e8bef399..a329c754d77b 100644 --- a/games-fps/cube/cube-20050829.ebuild +++ b/games-fps/cube/cube-20050829.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/cube/cube-20050829.ebuild,v 1.5 2006/01/02 17:02:27 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/cube/cube-20050829.ebuild,v 1.6 2007/03/12 14:16:46 genone Exp $ inherit eutils flag-o-matic games @@ -91,12 +91,12 @@ src_install() { pkg_postinst() { games_pkg_postinst if [[ ${ARCH} == "x86" ]] ; then - einfo "You now have 2 clients and 2 servers:" - einfo "cube_client-bin prebuilt version (needed to play on public multiplayer servers)" + elog "You now have 2 clients and 2 servers:" + elog "cube_client-bin prebuilt version (needed to play on public multiplayer servers)" else - einfo "You only have 1 client and 1 server:" + elog "You only have 1 client and 1 server:" fi - einfo "cube_client custom client built from source" + elog "cube_client custom client built from source" use dedicated && \ - einfo "Parallel versions of the server have been installed" + elog "Parallel versions of the server have been installed" } |