diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 15:30:37 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 15:30:37 +0000 |
commit | e98c52db339e86166870a57da005d30f53642d19 (patch) | |
tree | 3abc670fcc4cc10abad9cd46dc385f08083ace3f /games-fps/ut2003-bonuspack-epic | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-e98c52db339e86166870a57da005d30f53642d19.tar.gz gentoo-2-e98c52db339e86166870a57da005d30f53642d19.tar.bz2 gentoo-2-e98c52db339e86166870a57da005d30f53642d19.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-fps/ut2003-bonuspack-epic')
-rw-r--r-- | games-fps/ut2003-bonuspack-epic/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild | 18 |
2 files changed, 14 insertions, 10 deletions
diff --git a/games-fps/ut2003-bonuspack-epic/ChangeLog b/games-fps/ut2003-bonuspack-epic/ChangeLog index 7568e2743cb9..3f1803b1206a 100644 --- a/games-fps/ut2003-bonuspack-epic/ChangeLog +++ b/games-fps/ut2003-bonuspack-epic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/ut2003-bonuspack-epic # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ChangeLog,v 1.15 2007/03/07 16:55:21 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ChangeLog,v 1.16 2007/03/12 15:30:37 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> + ut2003-bonuspack-epic-1.ebuild: + Replacing einfo with elog 07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> files/epic-installer: Change all instances of [ to [[. diff --git a/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild b/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild index d1cf69ebfa48..ae2fef02d15e 100644 --- a/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild +++ b/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.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/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild,v 1.13 2006/04/14 11:59:06 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild,v 1.14 2007/03/12 15:30:37 genone Exp $ inherit games @@ -51,14 +51,14 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo "You will need to run:" - einfo "emerge --config =${CATEGORY}/${PF}" - einfo "to make the necessary changes to the system .ini files." + elog "You will need to run:" + elog "emerge --config =${CATEGORY}/${PF}" + elog "to make the necessary changes to the system .ini files." + elog + elog "Each user whom has already played the game will need to run:" + elog " ${dir}/epic-installer" echo - einfo "Each user whom has already played the game will need to run:" - einfo " ${dir}/epic-installer" - echo - einfo "to update their configuration files in their home directory." + elog "to update their configuration files in their home directory." echo } |