diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 18:16:25 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 18:16:25 +0000 |
commit | e06a0378aeffb38e073d0ca3aa4bc9d6314ea4b1 (patch) | |
tree | b1c4c4856f9fbcb89b0b140d4a1ce486cefa8c86 /games-strategy | |
parent | Stable for HPPA (bug #169512). (diff) | |
download | gentoo-2-e06a0378aeffb38e073d0ca3aa4bc9d6314ea4b1.tar.gz gentoo-2-e06a0378aeffb38e073d0ca3aa4bc9d6314ea4b1.tar.bz2 gentoo-2-e06a0378aeffb38e073d0ca3aa4bc9d6314ea4b1.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/uqm/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/uqm/uqm-0.5.0.ebuild | 12 | ||||
-rw-r--r-- | games-strategy/uqm/uqm-0.6.2.ebuild | 10 |
3 files changed, 16 insertions, 12 deletions
diff --git a/games-strategy/uqm/ChangeLog b/games-strategy/uqm/ChangeLog index 70f45fb2d3bb..c9965e4ecd87 100644 --- a/games-strategy/uqm/ChangeLog +++ b/games-strategy/uqm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/uqm # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/ChangeLog,v 1.19 2007/02/08 17:01:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/ChangeLog,v 1.20 2007/03/12 18:16:25 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> uqm-0.5.0.ebuild, + uqm-0.6.2.ebuild: + Replacing einfo with elog 08 Feb 2007; Michael Sterrett <mr_bones_@gentoo.org> uqm-0.6.2.ebuild: fix dep for bug #165902 diff --git a/games-strategy/uqm/uqm-0.5.0.ebuild b/games-strategy/uqm/uqm-0.5.0.ebuild index 175e41bcbcad..603f84008ada 100644 --- a/games-strategy/uqm/uqm-0.5.0.ebuild +++ b/games-strategy/uqm/uqm-0.5.0.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-strategy/uqm/uqm-0.5.0.ebuild,v 1.3 2006/12/12 17:23:48 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/uqm-0.5.0.ebuild,v 1.4 2007/03/12 18:16:25 genone Exp $ inherit eutils games @@ -105,10 +105,10 @@ pkg_postinst() { games_pkg_postinst if use remix ; then echo - einfo "To hear all the remixed music made by the The Ur-Quan Masters" - einfo "project's Precursors Team instead of the original ones," - einfo "start the game with:" - einfo " --addon uqmremix" + elog "To hear all the remixed music made by the The Ur-Quan Masters" + elog "project's Precursors Team instead of the original ones," + elog "start the game with:" + elog " --addon uqmremix" echo fi } diff --git a/games-strategy/uqm/uqm-0.6.2.ebuild b/games-strategy/uqm/uqm-0.6.2.ebuild index 3236c3b4cedd..1586ad0e1afe 100644 --- a/games-strategy/uqm/uqm-0.6.2.ebuild +++ b/games-strategy/uqm/uqm-0.6.2.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-strategy/uqm/uqm-0.6.2.ebuild,v 1.3 2007/02/08 17:01:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/uqm-0.6.2.ebuild,v 1.4 2007/03/12 18:16:25 genone Exp $ inherit eutils multilib games @@ -119,10 +119,10 @@ pkg_postinst() { games_pkg_postinst if use remix ; then echo - einfo "To hear all the remixed music made by the The Ur-Quan Masters" - einfo "project's Precursors Team instead of the original ones," - einfo "start the game with:" - einfo " --addon uqmremix" + elog "To hear all the remixed music made by the The Ur-Quan Masters" + elog "project's Precursors Team instead of the original ones," + elog "start the game with:" + elog " --addon uqmremix" echo fi } |