diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 13:58:33 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 13:58:33 +0000 |
commit | cf4c2f1e27af6c8b3cd515b54f3741be94905c8a (patch) | |
tree | e0ee00e4c74001929fc971206f9d3d1d4914abae | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-cf4c2f1e27af6c8b3cd515b54f3741be94905c8a.tar.gz gentoo-2-cf4c2f1e27af6c8b3cd515b54f3741be94905c8a.tar.bz2 gentoo-2-cf4c2f1e27af6c8b3cd515b54f3741be94905c8a.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
-rw-r--r-- | games-emulation/hatari/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/hatari/hatari-0.45.ebuild | 22 | ||||
-rw-r--r-- | games-emulation/hatari/hatari-0.80.ebuild | 22 | ||||
-rw-r--r-- | games-emulation/hatari/hatari-0.90.ebuild | 20 |
4 files changed, 37 insertions, 33 deletions
diff --git a/games-emulation/hatari/ChangeLog b/games-emulation/hatari/ChangeLog index d962e5e4ec9b..fe56169c559b 100644 --- a/games-emulation/hatari/ChangeLog +++ b/games-emulation/hatari/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/hatari # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.14 2007/02/21 23:22:21 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.15 2007/03/12 13:58:33 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> hatari-0.45.ebuild, + hatari-0.80.ebuild, hatari-0.90.ebuild: + Replacing einfo with elog 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/games-emulation/hatari/hatari-0.45.ebuild b/games-emulation/hatari/hatari-0.45.ebuild index 311d7f23e9c0..ea2e63cfa59a 100644 --- a/games-emulation/hatari/hatari-0.45.ebuild +++ b/games-emulation/hatari/hatari-0.45.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-emulation/hatari/hatari-0.45.ebuild,v 1.7 2006/03/24 21:36:14 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-0.45.ebuild,v 1.8 2007/03/12 13:58:33 genone Exp $ inherit games @@ -44,14 +44,14 @@ src_install() { pkg_postinst() { games_pkg_postinst echo - einfo "You need a TOS ROM to run hatari. EmuTOS, a free TOS implementation," - einfo "has been installed in /usr/games/lib/ with a .img extension (there" - einfo "are several from which to choose)." - echo - einfo "Another option is to go to http://www.atari.st/ and get a real TOS:" - einfo " http://www.atari.st/" - echo - einfo "The first time you run hatari, you should configure it to find the" - einfo "TOS you prefer to use. Be sure to save your settings." + elog "You need a TOS ROM to run hatari. EmuTOS, a free TOS implementation," + elog "has been installed in /usr/games/lib/ with a .img extension (there" + elog "are several from which to choose)." + elog + elog "Another option is to go to http://www.atari.st/ and get a real TOS:" + elog " http://www.atari.st/" + elog + elog "The first time you run hatari, you should configure it to find the" + elog "TOS you prefer to use. Be sure to save your settings." echo } diff --git a/games-emulation/hatari/hatari-0.80.ebuild b/games-emulation/hatari/hatari-0.80.ebuild index b3bd2ca6df4f..3fdd069fd9c6 100644 --- a/games-emulation/hatari/hatari-0.80.ebuild +++ b/games-emulation/hatari/hatari-0.80.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-0.80.ebuild,v 1.1 2005/10/14 15:27:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-0.80.ebuild,v 1.2 2007/03/12 13:58:33 genone Exp $ inherit games @@ -48,14 +48,14 @@ src_install() { pkg_postinst() { games_pkg_postinst echo - einfo "You need a TOS ROM to run hatari. EmuTOS, a free TOS implementation," - einfo "has been installed in /usr/games/lib/ with a .img extension (there" - einfo "are several from which to choose)." - echo - einfo "Another option is to go to http://www.atari.st/ and get a real TOS:" - einfo " http://www.atari.st/" - echo - einfo "The first time you run hatari, you should configure it to find the" - einfo "TOS you prefer to use. Be sure to save your settings." + elog "You need a TOS ROM to run hatari. EmuTOS, a free TOS implementation," + elog "has been installed in /usr/games/lib/ with a .img extension (there" + elog "are several from which to choose)." + elog + elog "Another option is to go to http://www.atari.st/ and get a real TOS:" + elog " http://www.atari.st/" + elog + elog "The first time you run hatari, you should configure it to find the" + elog "TOS you prefer to use. Be sure to save your settings." echo } diff --git a/games-emulation/hatari/hatari-0.90.ebuild b/games-emulation/hatari/hatari-0.90.ebuild index 848fa63006e3..0cc6f860c5c9 100644 --- a/games-emulation/hatari/hatari-0.90.ebuild +++ b/games-emulation/hatari/hatari-0.90.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-0.90.ebuild,v 1.2 2007/02/06 06:14:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-0.90.ebuild,v 1.3 2007/03/12 13:58:33 genone Exp $ inherit games @@ -49,14 +49,14 @@ src_install() { pkg_postinst() { games_pkg_postinst echo - einfo "You need a TOS ROM to run hatari. EmuTOS, a free TOS implementation," - einfo "has been installed in /usr/games/lib/ with a .img extension (there" - einfo "are several from which to choose)." - echo - einfo "Another option is to go to http://www.atari.st/ and get a real TOS:" - einfo " http://www.atari.st/" - echo - einfo "The first time you run hatari, you should configure it to find the" - einfo "TOS you prefer to use. Be sure to save your settings." + elog "You need a TOS ROM to run hatari. EmuTOS, a free TOS implementation," + elog "has been installed in /usr/games/lib/ with a .img extension (there" + elog "are several from which to choose)." + elog + elog "Another option is to go to http://www.atari.st/ and get a real TOS:" + elog " http://www.atari.st/" + elog + elog "The first time you run hatari, you should configure it to find the" + elog "TOS you prefer to use. Be sure to save your settings." echo } |