diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-03 23:16:13 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-03 23:16:13 +0000 |
commit | 39ef8b9abb77861a9b1c00f529012fd4685250a5 (patch) | |
tree | c2be383377ec564f463af568977926b3e3cd501d /dev-lisp/cl-acclaim/cl-acclaim-0.25-r1.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-39ef8b9abb77861a9b1c00f529012fd4685250a5.tar.gz gentoo-2-39ef8b9abb77861a9b1c00f529012fd4685250a5.tar.bz2 gentoo-2-39ef8b9abb77861a9b1c00f529012fd4685250a5.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'dev-lisp/cl-acclaim/cl-acclaim-0.25-r1.ebuild')
-rw-r--r-- | dev-lisp/cl-acclaim/cl-acclaim-0.25-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lisp/cl-acclaim/cl-acclaim-0.25-r1.ebuild b/dev-lisp/cl-acclaim/cl-acclaim-0.25-r1.ebuild index ae5fa48f4db3..5a634d937fc3 100644 --- a/dev-lisp/cl-acclaim/cl-acclaim-0.25-r1.ebuild +++ b/dev-lisp/cl-acclaim/cl-acclaim-0.25-r1.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/dev-lisp/cl-acclaim/cl-acclaim-0.25-r1.ebuild,v 1.2 2005/05/24 18:48:32 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-acclaim/cl-acclaim-0.25-r1.ebuild,v 1.3 2007/03/03 23:16:13 genone Exp $ inherit common-lisp eutils @@ -39,7 +39,7 @@ src_install() { pkg_postinst(){ common-lisp_pkg_postinst - while read line; do einfo "${line}"; done <<EOF + while read line; do elog "${line}"; done <<EOF The Acclaim software wants to initally load a slide definition and will tell you so. There are several sample slides on Max-Gerd's site |