summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-12 14:47:19 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-12 14:47:19 +0000
commit29651d0d95a4753decade7ff982c295d3018a19c (patch)
treedb27532a604f1c26710951dc0d50cd73cb020ae5 /games-fps/quake1-demodata
parentReplacing einfo with elog (diff)
downloadgentoo-2-29651d0d95a4753decade7ff982c295d3018a19c.tar.gz
gentoo-2-29651d0d95a4753decade7ff982c295d3018a19c.tar.bz2
gentoo-2-29651d0d95a4753decade7ff982c295d3018a19c.zip
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-fps/quake1-demodata')
-rw-r--r--games-fps/quake1-demodata/ChangeLog7
-rw-r--r--games-fps/quake1-demodata/quake1-demodata-1.06.ebuild12
2 files changed, 11 insertions, 8 deletions
diff --git a/games-fps/quake1-demodata/ChangeLog b/games-fps/quake1-demodata/ChangeLog
index 3f1c6ecdba0b..711667cbd038 100644
--- a/games-fps/quake1-demodata/ChangeLog
+++ b/games-fps/quake1-demodata/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-fps/quake1-demodata
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-demodata/ChangeLog,v 1.4 2006/09/27 09:32:44 nyhm Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-demodata/ChangeLog,v 1.5 2007/03/12 14:47:19 genone Exp $
+
+ 12 Mar 2007; Marius Mauch <genone@gentoo.org> quake1-demodata-1.06.ebuild:
+ Replacing einfo with elog
27 Sep 2006; Tristan Heaven <nyhm@gentoo.org> quake1-demodata-1.06.ebuild:
Add app-arch/unzip to DEPEND
diff --git a/games-fps/quake1-demodata/quake1-demodata-1.06.ebuild b/games-fps/quake1-demodata/quake1-demodata-1.06.ebuild
index e12802178c07..464073929a46 100644
--- a/games-fps/quake1-demodata/quake1-demodata-1.06.ebuild
+++ b/games-fps/quake1-demodata/quake1-demodata-1.06.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/quake1-demodata/quake1-demodata-1.06.ebuild,v 1.4 2006/09/27 09:32:44 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-demodata/quake1-demodata-1.06.ebuild,v 1.5 2007/03/12 14:47:19 genone Exp $
inherit eutils versionator games
@@ -65,13 +65,13 @@ src_install() {
pkg_postinst() {
games_pkg_postinst
- einfo "This is just the demo data."
- einfo "You will still need a Quake 1 client, to play, such as darkplaces."
+ elog "This is just the demo data."
+ elog "You will still need a Quake 1 client, to play, such as darkplaces."
echo
if use symlink ; then
- einfo "id1 has been symlinked to demo, for convenience, within:"
- einfo "${dir}"
+ elog "id1 has been symlinked to demo, for convenience, within:"
+ elog "${dir}"
echo
fi
}