diff options
author | 2007-03-12 15:08:23 +0000 | |
---|---|---|
committer | 2007-03-12 15:08:23 +0000 | |
commit | c51e3eea4f58ef9776f8d15133c6d8c9e8df3721 (patch) | |
tree | c48b9075d52d542a7b36660dac29068fd47fcef9 /games-fps/quake3-teamarena | |
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/quake3-teamarena')
-rw-r--r-- | games-fps/quake3-teamarena/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/quake3-teamarena/quake3-teamarena-1.32b.ebuild | 16 |
2 files changed, 14 insertions, 10 deletions
diff --git a/games-fps/quake3-teamarena/ChangeLog b/games-fps/quake3-teamarena/ChangeLog index fc5913252894..fa26457a4fa8 100644 --- a/games-fps/quake3-teamarena/ChangeLog +++ b/games-fps/quake3-teamarena/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/quake3-teamarena -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-teamarena/ChangeLog,v 1.5 2006/10/24 22:52:46 wolf31o2 Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-teamarena/ChangeLog,v 1.6 2007/03/12 15:00:33 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> + quake3-teamarena-1.32b.ebuild: + Replacing einfo with elog 24 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> quake3-teamarena-1.32b.ebuild: diff --git a/games-fps/quake3-teamarena/quake3-teamarena-1.32b.ebuild b/games-fps/quake3-teamarena/quake3-teamarena-1.32b.ebuild index 508b3ecd13d4..9fc6933e824f 100644 --- a/games-fps/quake3-teamarena/quake3-teamarena-1.32b.ebuild +++ b/games-fps/quake3-teamarena/quake3-teamarena-1.32b.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/quake3-teamarena/quake3-teamarena-1.32b.ebuild,v 1.5 2006/10/24 22:52:46 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-teamarena/quake3-teamarena-1.32b.ebuild,v 1.6 2007/03/12 15:00:33 genone Exp $ inherit eutils games @@ -43,12 +43,12 @@ src_install() { pkg_postinst() { games_pkg_postinst if ! use cdinstall ; then - einfo "You need to copy PAK0.PK3 from your Team Arena CD into" - einfo "${dir}/missionpack and name it pak0.pk3." - einfo "Or if you have got a Window installation of Q3 make a symlink to save space." - echo - einfo "Or, re-emerge quake3-teamarena with USE=cdinstall." + elog "You need to copy PAK0.PK3 from your Team Arena CD into" + elog "${dir}/missionpack and name it pak0.pk3." + elog "Or if you have got a Window installation of Q3 make a symlink to save space." + elog + elog "Or, re-emerge quake3-teamarena with USE=cdinstall." echo fi - einfo "There is currently no icon for Q3TA. This will be resolved soon." + elog "There is currently no icon for Q3TA. This will be resolved soon." } |