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/quake3-data | |
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-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 } |