diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 15:08:23 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 15:08:23 +0000 |
commit | c51e3eea4f58ef9776f8d15133c6d8c9e8df3721 (patch) | |
tree | c48b9075d52d542a7b36660dac29068fd47fcef9 /games-fps/rott | |
parent | x86 stable (diff) | |
download | historical-c51e3eea4f58ef9776f8d15133c6d8c9e8df3721.tar.gz historical-c51e3eea4f58ef9776f8d15133c6d8c9e8df3721.tar.bz2 historical-c51e3eea4f58ef9776f8d15133c6d8c9e8df3721.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'games-fps/rott')
-rw-r--r-- | games-fps/rott/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/rott/rott-1.0.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/games-fps/rott/ChangeLog b/games-fps/rott/ChangeLog index 2d53eb8f7a73..2fd4f0b1629f 100644 --- a/games-fps/rott/ChangeLog +++ b/games-fps/rott/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/rott -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/rott/ChangeLog,v 1.6 2006/05/06 23:07:21 tupone Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/rott/ChangeLog,v 1.7 2007/03/12 15:08:23 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> rott-1.0.ebuild: + Replacing einfo with elog 06 May 2006; <Tupone@gentoo.org> +files/rott-1.0-gcc41.patch, files/1.0-custom-datapath.patch, rott-1.0.ebuild: diff --git a/games-fps/rott/rott-1.0.ebuild b/games-fps/rott/rott-1.0.ebuild index 4b140e9c61c2..184070098613 100644 --- a/games-fps/rott/rott-1.0.ebuild +++ b/games-fps/rott/rott-1.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-fps/rott/rott-1.0.ebuild,v 1.8 2006/05/06 23:07:21 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rott/rott-1.0.ebuild,v 1.9 2007/03/12 15:08:23 genone Exp $ inherit eutils games @@ -45,7 +45,7 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo "The shareware version has been installed." - einfo "To play the full version, just copy the" - einfo "data files to ${GAMES_DATADIR}/${PN}/" + elog "The shareware version has been installed." + elog "To play the full version, just copy the" + elog "data files to ${GAMES_DATADIR}/${PN}/" } |