diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-03 23:26:44 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-03 23:26:44 +0000 |
commit | 5236e79017cf7172a2e4bf52e618e3f20e10f40c (patch) | |
tree | ec01ee02ce8ddd30196d22a389a0778314d04aab /dev-lisp | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-5236e79017cf7172a2e4bf52e618e3f20e10f40c.tar.gz gentoo-2-5236e79017cf7172a2e4bf52e618e3f20e10f40c.tar.bz2 gentoo-2-5236e79017cf7172a2e4bf52e618e3f20e10f40c.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/clisp/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/clisp/clisp-2.38-r2.ebuild | 8 | ||||
-rw-r--r-- | dev-lisp/clisp/clisp-2.41.ebuild | 8 |
3 files changed, 13 insertions, 9 deletions
diff --git a/dev-lisp/clisp/ChangeLog b/dev-lisp/clisp/ChangeLog index 732072646087..c7f76e76d5e1 100644 --- a/dev-lisp/clisp/ChangeLog +++ b/dev-lisp/clisp/ChangeLog @@ -1,6 +1,10 @@ # 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. diff --git a/dev-lisp/clisp/clisp-2.38-r2.ebuild b/dev-lisp/clisp/clisp-2.38-r2.ebuild index 725b895110a6..4b06f8b4461f 100644 --- a/dev-lisp/clisp/clisp-2.38-r2.ebuild +++ b/dev-lisp/clisp/clisp-2.38-r2.ebuild @@ -1,6 +1,6 @@ -# 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 @@ -32,9 +32,9 @@ PROVIDE="virtual/commonlisp" 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 } diff --git a/dev-lisp/clisp/clisp-2.41.ebuild b/dev-lisp/clisp/clisp-2.41.ebuild index 12268800024a..c6902ec87542 100644 --- a/dev-lisp/clisp/clisp-2.41.ebuild +++ b/dev-lisp/clisp/clisp-2.41.ebuild @@ -1,6 +1,6 @@ -# 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 @@ -31,9 +31,9 @@ PROVIDE="virtual/commonlisp" 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 } |