summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-03 23:16:13 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-03 23:16:13 +0000
commit39ef8b9abb77861a9b1c00f529012fd4685250a5 (patch)
treec2be383377ec564f463af568977926b3e3cd501d /dev-lisp
parentReplacing einfo with elog (diff)
downloadgentoo-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')
-rw-r--r--dev-lisp/cl-acclaim/ChangeLog6
-rw-r--r--dev-lisp/cl-acclaim/cl-acclaim-0.25-r1.ebuild6
-rw-r--r--dev-lisp/cl-acclaim/cl-acclaim-0.25.ebuild6
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-lisp/cl-acclaim/ChangeLog b/dev-lisp/cl-acclaim/ChangeLog
index 744574efd949..644855c743ff 100644
--- a/dev-lisp/cl-acclaim/ChangeLog
+++ b/dev-lisp/cl-acclaim/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/cl-acclaim
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-acclaim/ChangeLog,v 1.6 2007/02/09 07:32:40 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-acclaim/ChangeLog,v 1.7 2007/03/03 23:16:13 genone Exp $
+
+ 03 Mar 2007; Marius Mauch <genone@gentoo.org> cl-acclaim-0.25.ebuild,
+ cl-acclaim-0.25-r1.ebuild:
+ Replacing einfo with elog
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
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
diff --git a/dev-lisp/cl-acclaim/cl-acclaim-0.25.ebuild b/dev-lisp/cl-acclaim/cl-acclaim-0.25.ebuild
index 7d455efd2e60..13ee670b74ba 100644
--- a/dev-lisp/cl-acclaim/cl-acclaim-0.25.ebuild
+++ b/dev-lisp/cl-acclaim/cl-acclaim-0.25.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.ebuild,v 1.4 2005/05/24 18:48:32 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-acclaim/cl-acclaim-0.25.ebuild,v 1.5 2007/03/03 23:16:13 genone Exp $
inherit common-lisp eutils
@@ -36,7 +36,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