diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 18:17:53 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 18:17:53 +0000 |
commit | 9de6719585680a6b289189c365ba2b2d2402c68e (patch) | |
tree | b0421b9efa2e0e4fd663cd7ff456694cbe1a9447 /games-strategy/ufo2000 | |
parent | Stable for HPPA (bug #169512). (diff) | |
download | historical-9de6719585680a6b289189c365ba2b2d2402c68e.tar.gz historical-9de6719585680a6b289189c365ba2b2d2402c68e.tar.bz2 historical-9de6719585680a6b289189c365ba2b2d2402c68e.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'games-strategy/ufo2000')
-rw-r--r-- | games-strategy/ufo2000/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/ufo2000/ufo2000-0.7.1062.ebuild | 20 |
2 files changed, 15 insertions, 12 deletions
diff --git a/games-strategy/ufo2000/ChangeLog b/games-strategy/ufo2000/ChangeLog index 5304ac7b95fb..bcfcfc03ed81 100644 --- a/games-strategy/ufo2000/ChangeLog +++ b/games-strategy/ufo2000/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/ufo2000 -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo2000/ChangeLog,v 1.18 2006/11/07 03:54:27 nyhm Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo2000/ChangeLog,v 1.19 2007/03/12 18:13:00 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> ufo2000-0.7.1062.ebuild: + Replacing einfo with elog 07 Nov 2006; Tristan Heaven <nyhm@gentoo.org> -files/ufo2000-0.6.627-gcc41.patch, -ufo2000-0.6.627.ebuild, diff --git a/games-strategy/ufo2000/ufo2000-0.7.1062.ebuild b/games-strategy/ufo2000/ufo2000-0.7.1062.ebuild index 50396e9aaefb..1457e1ab4f23 100644 --- a/games-strategy/ufo2000/ufo2000-0.7.1062.ebuild +++ b/games-strategy/ufo2000/ufo2000-0.7.1062.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-strategy/ufo2000/ufo2000-0.7.1062.ebuild,v 1.3 2006/11/07 03:54:27 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo2000/ufo2000-0.7.1062.ebuild,v 1.4 2007/03/12 18:13:00 genone Exp $ inherit toolchain-funcs games @@ -70,12 +70,12 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo "If you have a full version of X-COM, you can copy all the files" - einfo "from the directory where you have it installed into:" - einfo " ${GAMES_DATADIR}/${PN}/XCOM" - echo - einfo "Likewise for Terror From The Deep, but to the directory:" - einfo " ${GAMES_DATADIR}/${PN}/TFTD" - echo - einfo "This will allow you to use more terrain types and units." + elog "If you have a full version of X-COM, you can copy all the files" + elog "from the directory where you have it installed into:" + elog " ${GAMES_DATADIR}/${PN}/XCOM" + elog + elog "Likewise for Terror From The Deep, but to the directory:" + elog " ${GAMES_DATADIR}/${PN}/TFTD" + elog + elog "This will allow you to use more terrain types and units." } |