summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-12 18:23:00 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-12 18:23:00 +0000
commitd4881e94cfbe7407b9e0c72aea78591d8b761727 (patch)
treeaeccdf11891d68b325a94a724997da190c21e1d8 /games-util/ucon64/ucon64-1.9.8.4.ebuild
parentReplacing einfo with elog (diff)
downloadgentoo-2-d4881e94cfbe7407b9e0c72aea78591d8b761727.tar.gz
gentoo-2-d4881e94cfbe7407b9e0c72aea78591d8b761727.tar.bz2
gentoo-2-d4881e94cfbe7407b9e0c72aea78591d8b761727.zip
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-util/ucon64/ucon64-1.9.8.4.ebuild')
-rw-r--r--games-util/ucon64/ucon64-1.9.8.4.ebuild24
1 files changed, 12 insertions, 12 deletions
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"
}