diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-31 13:34:04 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-31 13:34:04 +0000 |
commit | 8f57c6fc5924dc80981b0fffcbc4920d71855ff8 (patch) | |
tree | 47e1882bb5c8ed48cc2edf0b4b22641590cde6ae /dev-db/fastdb/fastdb-2.55.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-8f57c6fc5924dc80981b0fffcbc4920d71855ff8.tar.gz gentoo-2-8f57c6fc5924dc80981b0fffcbc4920d71855ff8.tar.bz2 gentoo-2-8f57c6fc5924dc80981b0fffcbc4920d71855ff8.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'dev-db/fastdb/fastdb-2.55.ebuild')
-rw-r--r-- | dev-db/fastdb/fastdb-2.55.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-db/fastdb/fastdb-2.55.ebuild b/dev-db/fastdb/fastdb-2.55.ebuild index 20bdf8c4cf5d..e7f78f79d201 100644 --- a/dev-db/fastdb/fastdb-2.55.ebuild +++ b/dev-db/fastdb/fastdb-2.55.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-db/fastdb/fastdb-2.55.ebuild,v 1.6 2005/01/01 17:31:35 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/fastdb/fastdb-2.55.ebuild,v 1.7 2007/01/31 13:34:04 genone Exp $ DESCRIPTION="OO-DBMS that holds all data in memory; interfaces for C/C++/Kylix" HOMEPAGE="http://www.garret.ru/~knizhnik/fastdb.html" @@ -38,6 +38,6 @@ src_install() { } pkg_postinst() { - einfo "The subsql binary has been renamed to subsql-fdb," - einfo "to avoid a name clash with the GigaBase version of subsql" + elog "The subsql binary has been renamed to subsql-fdb," + elog "to avoid a name clash with the GigaBase version of subsql" } |