diff options
Diffstat (limited to 'sci-chemistry/gamess/gamess-20090112.1-r1.ebuild')
-rw-r--r-- | sci-chemistry/gamess/gamess-20090112.1-r1.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sci-chemistry/gamess/gamess-20090112.1-r1.ebuild b/sci-chemistry/gamess/gamess-20090112.1-r1.ebuild index 6e7a4bca4734..8cba44f2add8 100644 --- a/sci-chemistry/gamess/gamess-20090112.1-r1.ebuild +++ b/sci-chemistry/gamess/gamess-20090112.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/gamess-20090112.1-r1.ebuild,v 1.5 2009/05/23 13:42:42 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/gamess-20090112.1-r1.ebuild,v 1.6 2009/07/07 23:25:08 flameeyes Exp $ inherit eutils toolchain-funcs fortran flag-o-matic @@ -32,14 +32,14 @@ FORTRAN="ifc g77 gfortran" pkg_nofetch() { echo - einfo "Please download ${PN}-current.tar.gz from" - einfo "${GAMESS_DOWNLOAD}." - einfo "Be sure to select the version ${GAMESS_VERSION} tarball!!" - einfo "Then move the tarball to" - einfo "${DISTDIR}/${P}.tar.gz" + elog "Please download ${PN}-current.tar.gz from" + elog "${GAMESS_DOWNLOAD}." + elog "Be sure to select the version ${GAMESS_VERSION} tarball!!" + elog "Then move the tarball to" + elog "${DISTDIR}/${P}.tar.gz" if use qmmm-tinker ; then - einfo "Also download http://www.msg.ameslab.gov/GAMESS/tinker.tar.Z" - einfo "and place tinker.tar.Z to ${DISTDIR}" + elog "Also download http://www.msg.ameslab.gov/GAMESS/tinker.tar.Z" + elog "and place tinker.tar.Z to ${DISTDIR}" fi echo } |