summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlastimil Babka <caster@gentoo.org>2007-01-09 15:41:53 +0000
committerVlastimil Babka <caster@gentoo.org>2007-01-09 15:41:53 +0000
commit07f5f74e07fa0423a765501ad7bf96fb85e5dc3f (patch)
treebf1af7ec7de646ec1826c5b0e344d6fbe7c5feaf
parentConvert einfo to elog where appropriate. (diff)
downloadgentoo-2-07f5f74e07fa0423a765501ad7bf96fb85e5dc3f.tar.gz
gentoo-2-07f5f74e07fa0423a765501ad7bf96fb85e5dc3f.tar.bz2
gentoo-2-07f5f74e07fa0423a765501ad7bf96fb85e5dc3f.zip
Convert einfo to elog.
(Portage version: 2.1.2_rc4-r7)
-rw-r--r--sci-astronomy/maestro/maestro-2004.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/sci-astronomy/maestro/maestro-2004.ebuild b/sci-astronomy/maestro/maestro-2004.ebuild
index 59df71532227..4b7eee5ff980 100644
--- a/sci-astronomy/maestro/maestro-2004.ebuild
+++ b/sci-astronomy/maestro/maestro-2004.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/maestro/maestro-2004.ebuild,v 1.2 2005/09/20 03:10:34 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/maestro/maestro-2004.ebuild,v 1.3 2007/01/09 15:41:53 caster Exp $
DESCRIPTION="Maestro is a public release software package that NASA scientists use to operate the Spirit and Opportunity Rovers."
SRC_URI="http://freecache.org/http://mars9.telascience.org:81/softwaredownload/Maestro-Linux.tar.gz"
@@ -34,10 +34,10 @@ src_install () {
}
pkg_postinst() {
- einfo
- einfo "Dataset updates can be found online at:"
- einfo " http://mars.telascience.org/update"
- einfo
- einfo "To run maestro, simply type: maestro"
- einfo
+ elog
+ elog "Dataset updates can be found online at:"
+ elog " http://mars.telascience.org/update"
+ elog
+ elog "To run maestro, simply type: maestro"
+ elog
}