From d4881e94cfbe7407b9e0c72aea78591d8b761727 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Mon, 12 Mar 2007 18:23:00 +0000 Subject: Replacing einfo with elog (Portage version: 2.1.2.2) --- games-util/ucon64/ChangeLog | 6 +++++- games-util/ucon64/ucon64-1.9.8.4.ebuild | 24 ++++++++++++------------ games-util/ucon64/ucon64-2.0.0.ebuild | 24 ++++++++++++------------ 3 files changed, 29 insertions(+), 25 deletions(-) (limited to 'games-util/ucon64') diff --git a/games-util/ucon64/ChangeLog b/games-util/ucon64/ChangeLog index 7ff35080a4e9..46c36a7894ee 100644 --- a/games-util/ucon64/ChangeLog +++ b/games-util/ucon64/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-util/ucon64 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/ucon64/ChangeLog,v 1.10 2007/03/07 17:36:28 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/ucon64/ChangeLog,v 1.11 2007/03/12 18:23:00 genone Exp $ + + 12 Mar 2007; Marius Mauch ucon64-1.9.8.4.ebuild, + ucon64-2.0.0.ebuild: + Replacing einfo with elog 07 Mar 2007; Chris Gianelloni ucon64-1.9.8.4.ebuild, ucon64-2.0.0.ebuild: diff --git a/games-util/ucon64/ucon64-1.9.8.4.ebuild b/games-util/ucon64/ucon64-1.9.8.4.ebuild index cc34a1c91b83..3af31662f0a2 100644 --- a/games-util/ucon64/ucon64-1.9.8.4.ebuild +++ b/games-util/ucon64/ucon64-1.9.8.4.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-util/ucon64/ucon64-1.9.8.4.ebuild,v 1.6 2007/03/07 17:36:28 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/ucon64/ucon64-1.9.8.4.ebuild,v 1.7 2007/03/12 18:23:00 genone Exp $ MAJ_PV=${PV:0:5} MIN_PV=${PV:6:7} @@ -40,16 +40,16 @@ src_install() { pkg_postinst() { echo - einfo "In order to use ${PN}, please create the directory ~/.ucon64/dat" - einfo "The command to do that is:" - einfo " mkdir -p ~/.ucon64/dat" - einfo "Then, you can copy your DAT file collection to ~/.ucon64/dat" - echo - einfo "To enable Discmage support, cp /usr/lib/discmage.so to ~/.ucon64" - einfo "The command to do that is:" - einfo " cp /usr/lib/discmage.so ~/.ucon64/" - echo - einfo "Be sure to check ~/.ucon64rc for some options after" - einfo "you've run uCON64 for the first time" + elog "In order to use ${PN}, please create the directory ~/.ucon64/dat" + elog "The command to do that is:" + elog " mkdir -p ~/.ucon64/dat" + elog "Then, you can copy your DAT file collection to ~/.ucon64/dat" + elog + elog "To enable Discmage support, cp /usr/lib/discmage.so to ~/.ucon64" + elog "The command to do that is:" + elog " cp /usr/lib/discmage.so ~/.ucon64/" + elog + elog "Be sure to check ~/.ucon64rc for some options after" + elog "you've run uCON64 for the first time" } diff --git a/games-util/ucon64/ucon64-2.0.0.ebuild b/games-util/ucon64/ucon64-2.0.0.ebuild index 5269f98267a7..0ce1fff848a4 100644 --- a/games-util/ucon64/ucon64-2.0.0.ebuild +++ b/games-util/ucon64/ucon64-2.0.0.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-util/ucon64/ucon64-2.0.0.ebuild,v 1.4 2007/03/07 17:36:28 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/ucon64/ucon64-2.0.0.ebuild,v 1.5 2007/03/12 18:23:00 genone Exp $ DESCRIPTION="The backup tool and wonderful emulator's Swiss Army knife program" HOMEPAGE="http://ucon64.sourceforge.net/" @@ -46,15 +46,15 @@ src_install() { pkg_postinst() { echo - einfo "In order to use ${PN}, please create the directory ~/.ucon64/dat" - einfo "The command to do that is:" - einfo " mkdir -p ~/.ucon64/dat" - einfo "Then, you can copy your DAT file collection to ~/.ucon64/dat" - echo - einfo "To enable Discmage support, cp /usr/lib/discmage.so to ~/.ucon64" - einfo "The command to do that is:" - einfo " cp /usr/lib/discmage.so ~/.ucon64/" - echo - einfo "Be sure to check ~/.ucon64rc for some options after" - einfo "you've run uCON64 for the first time" + elog "In order to use ${PN}, please create the directory ~/.ucon64/dat" + elog "The command to do that is:" + elog " mkdir -p ~/.ucon64/dat" + elog "Then, you can copy your DAT file collection to ~/.ucon64/dat" + elog + elog "To enable Discmage support, cp /usr/lib/discmage.so to ~/.ucon64" + elog "The command to do that is:" + elog " cp /usr/lib/discmage.so ~/.ucon64/" + elog + elog "Be sure to check ~/.ucon64rc for some options after" + elog "you've run uCON64 for the first time" } -- cgit v1.2.3-65-gdbad