# ChangeLog for dev-lisp/cl-fare-matcher
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fare-matcher/ChangeLog,v 1.7 2007/02/04 00:58:54 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fare-matcher/ChangeLog,v 1.8 2007/03/03 23:21:21 genone Exp $
+
+ 03 Mar 2007; Marius Mauch <genone@gentoo.org>
+ cl-fare-matcher-1.1-r1.ebuild:
+ Replacing einfo with elog
04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
-# 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-fare-matcher/cl-fare-matcher-1.1-r1.ebuild,v 1.7 2005/05/24 18:48:33 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1-r1.ebuild,v 1.8 2007/03/03 23:21:21 genone Exp $
inherit common-lisp eutils
pkg_postinst() {
register-common-lisp-source ${CLPACKAGE}
- while read line; do einfo ${line}; done <<EOF
+ while read line; do elog ${line}; done <<EOF
The comments within the source for fare-matcher provide documentation.
You can find summarized documentation at the CLiki.
# ChangeLog for dev-lisp/cl-irc-logger
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-irc-logger/ChangeLog,v 1.5 2007/02/04 01:03:17 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-irc-logger/ChangeLog,v 1.6 2007/03/03 23:23:54 genone Exp $
+
+ 03 Mar 2007; Marius Mauch <genone@gentoo.org> cl-irc-logger-0.9.2.ebuild:
+ Replacing einfo with elog
04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
-# 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-irc-logger/cl-irc-logger-0.9.2.ebuild,v 1.4 2005/05/24 18:48:33 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-irc-logger/cl-irc-logger-0.9.2.ebuild,v 1.5 2007/03/03 23:23:54 genone Exp $
inherit common-lisp eutils
pkg_postinst() {
common-lisp_pkg_postinst
- while read line; do einfo "${line}"; done <${FILESDIR}/README.Gentoo
+ while read line; do elog "${line}"; done <${FILESDIR}/README.Gentoo
}
# ChangeLog for dev-lisp/clisp
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v 1.57 2007/02/22 01:35:46 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v 1.58 2007/03/03 23:26:44 genone Exp $
+
+ 03 Mar 2007; Marius Mauch <genone@gentoo.org> clisp-2.38-r2.ebuild,
+ clisp-2.41.ebuild:
+ Replacing einfo with elog
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
-# Copyright 1999-2006 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/clisp/clisp-2.38-r2.ebuild,v 1.2 2006/04/24 20:41:58 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.38-r2.ebuild,v 1.3 2007/03/03 23:26:44 genone Exp $
inherit flag-o-matic common-lisp-common-2 eutils toolchain-funcs
pkg_setup() {
if use X; then
if use new-clx; then
- einfo "CLISP will be built with NEW-CLX support which is a C binding to Xorg libraries."
+ elog "CLISP will be built with NEW-CLX support which is a C binding to Xorg libraries."
else
- einfo "CLISP will be built with MIT-CLX support."
+ elog "CLISP will be built with MIT-CLX support."
fi
fi
}
-# Copyright 1999-2006 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/clisp/clisp-2.41.ebuild,v 1.2 2006/12/20 01:13:55 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.41.ebuild,v 1.3 2007/03/03 23:26:44 genone Exp $
inherit flag-o-matic eutils toolchain-funcs
pkg_setup() {
if use X; then
if use new-clx; then
- einfo "CLISP will be built with NEW-CLX support which is a C binding to Xorg libraries."
+ elog "CLISP will be built with NEW-CLX support which is a C binding to Xorg libraries."
else
- einfo "CLISP will be built with MIT-CLX support."
+ elog "CLISP will be built with MIT-CLX support."
fi
fi
}
# ChangeLog for dev-lisp/hyperspec
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/hyperspec/ChangeLog,v 1.9 2006/04/29 01:07:11 marienz Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/hyperspec/ChangeLog,v 1.10 2007/03/03 23:30:21 genone Exp $
+
+ 03 Mar 2007; Marius Mauch <genone@gentoo.org> hyperspec-7.0.ebuild,
+ hyperspec-7.0-r1.ebuild:
+ Replacing einfo with elog
29 Apr 2006; Marien Zwart <marienz@gentoo.org> files/digest-hyperspec-7.0,
Manifest:
-# Copyright 1999-2006 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/hyperspec/hyperspec-7.0-r1.ebuild,v 1.1 2006/02/05 21:35:16 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild,v 1.2 2007/03/03 23:30:21 genone Exp $
MY_PV=${PV/./-}
MY_P=HyperSpec-${MY_PV}
S=${WORKDIR}/
pkg_nofetch() {
- while read line; do einfo "${line}"; done <<EOF
+ while read line; do elog "${line}"; done <<EOF
The HyperSpec cannot be redistributed. Download the ${MY_P}.tar.gz
file from http://www.lispworks.com/documentation/HyperSpec/ and move it to
-# 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/hyperspec/hyperspec-7.0.ebuild,v 1.3 2005/08/14 08:01:40 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/hyperspec/hyperspec-7.0.ebuild,v 1.4 2007/03/03 23:30:21 genone Exp $
MY_PV=${PV/./-}
src_unpack() {
if [ ! -f ${DISTDIR}/HyperSpec-${MY_PV}.tar.gz ]; then
- while read line; do einfo "${line}"; done <<EOF
+ while read line; do elog "${line}"; done <<EOF
The HyperSpec cannot be redistributed. Download the HyperSpec-${PV//./-}.tar.gz
file from http://www.lispworks.com/documentation/HyperSpec/ and move it to