diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 14:57:51 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 14:57:51 +0000 |
commit | ab9aa8cfb09169a44dde373dc42e9ad23041f19e (patch) | |
tree | ab3f81302087aa85ae9b10fc80b152b2579111e9 /games-fps/quake3-data | |
parent | added ~ppc64 (diff) | |
download | gentoo-2-ab9aa8cfb09169a44dde373dc42e9ad23041f19e.tar.gz gentoo-2-ab9aa8cfb09169a44dde373dc42e9ad23041f19e.tar.bz2 gentoo-2-ab9aa8cfb09169a44dde373dc42e9ad23041f19e.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-fps/quake3-data')
-rw-r--r-- | games-fps/quake3-data/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/quake3-data/quake3-data-1.32b.ebuild | 14 |
2 files changed, 12 insertions, 9 deletions
diff --git a/games-fps/quake3-data/ChangeLog b/games-fps/quake3-data/ChangeLog index 37b5dd92f8dc..a6d8bb19bbf5 100644 --- a/games-fps/quake3-data/ChangeLog +++ b/games-fps/quake3-data/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/quake3-data -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-data/ChangeLog,v 1.8 2006/10/24 23:03:58 wolf31o2 Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-data/ChangeLog,v 1.9 2007/03/12 14:57:51 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> quake3-data-1.32b.ebuild: + Replacing einfo with elog 24 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> quake3-data-1.32b.ebuild: diff --git a/games-fps/quake3-data/quake3-data-1.32b.ebuild b/games-fps/quake3-data/quake3-data-1.32b.ebuild index b8b25c2bcbf8..d3515bee3187 100644 --- a/games-fps/quake3-data/quake3-data-1.32b.ebuild +++ b/games-fps/quake3-data/quake3-data-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-data/quake3-data-1.32b.ebuild,v 1.11 2006/10/24 23:03:58 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-data/quake3-data-1.32b.ebuild,v 1.12 2007/03/12 14:57:51 genone Exp $ inherit eutils games @@ -44,11 +44,11 @@ pkg_postinst() { games_pkg_postinst if ! use cdinstall ; then echo - einfo "You need to copy pak0.pk3 from your Quake3 CD into:" - einfo " ${dir}/baseq3." - einfo "Or if you have got a Window installation of Q3 make a symlink to save space." - echo - einfo "Or, re-emerge quake3-data with USE=cdinstall." + elog "You need to copy pak0.pk3 from your Quake3 CD into:" + elog " ${dir}/baseq3." + elog "Or if you have got a Window installation of Q3 make a symlink to save space." + elog + elog "Or, re-emerge quake3-data with USE=cdinstall." echo fi } |