From 390d36ac593a65c031d604df6c0602746609688e Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Sun, 4 Mar 2007 07:47:02 +0000 Subject: [PATCH] Replacing einfo with elog Package-Manager: portage-2.1.2-r10 --- dev-db/mysql/ChangeLog | 5 ++++- dev-db/mysql/mysql-3.23.58-r1.ebuild | 12 ++++++------ dev-db/pgcluster/ChangeLog | 5 ++++- dev-db/pgcluster/pgcluster-1.3.0c.ebuild | 20 ++++++++++---------- 4 files changed, 24 insertions(+), 18 deletions(-) diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index 23aaf7f8a811..059b4a20b06c 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mysql # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.386 2007/01/12 17:58:32 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.387 2007/03/04 07:42:21 genone Exp $ + + 04 Mar 2007; Marius Mauch mysql-3.23.58-r1.ebuild: + Replacing einfo with elog 12 Jan 2007; Luca Longinotti -files/logrotate.mysql, mysql-3.23.58-r1.ebuild, -mysql-4.0.25-r2.ebuild, mysql-4.0.27-r1.ebuild, diff --git a/dev-db/mysql/mysql-3.23.58-r1.ebuild b/dev-db/mysql/mysql-3.23.58-r1.ebuild index 7fa4f4bc0ac4..78decf5f8705 100644 --- a/dev-db/mysql/mysql-3.23.58-r1.ebuild +++ b/dev-db/mysql/mysql-3.23.58-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.58-r1.ebuild,v 1.23 2007/01/12 17:58:32 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.58-r1.ebuild,v 1.24 2007/03/04 07:42:21 genone Exp $ inherit flag-o-matic eutils @@ -204,11 +204,11 @@ pkg_postinst() { chmod 0660 ${ROOT}/var/log/mysql/mysql.{log,err} # your friendly public service announcement... - einfo - einfo "You might want to run:" - einfo "\"emerge --config =${PF}\"" - einfo "if this is a new install." - einfo + elog + elog "You might want to run:" + elog "\"emerge --config =${PF}\"" + elog "if this is a new install." + elog use innodb || ewarn "InnoDB support is not selected to be compiled in." } diff --git a/dev-db/pgcluster/ChangeLog b/dev-db/pgcluster/ChangeLog index 945bc4ee5545..33c42f218f2e 100644 --- a/dev-db/pgcluster/ChangeLog +++ b/dev-db/pgcluster/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/pgcluster # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgcluster/ChangeLog,v 1.7 2007/02/10 23:49:28 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgcluster/ChangeLog,v 1.8 2007/03/04 07:47:02 genone Exp $ + + 04 Mar 2007; Marius Mauch pgcluster-1.3.0c.ebuild: + Replacing einfo with elog 10 Feb 2007; Tiziano Müller pgcluster-1.3.0c.ebuild: diff --git a/dev-db/pgcluster/pgcluster-1.3.0c.ebuild b/dev-db/pgcluster/pgcluster-1.3.0c.ebuild index f7ea1a8d9a78..df035f36ec1e 100644 --- a/dev-db/pgcluster/pgcluster-1.3.0c.ebuild +++ b/dev-db/pgcluster/pgcluster-1.3.0c.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgcluster/pgcluster-1.3.0c.ebuild,v 1.7 2007/02/10 23:49:28 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgcluster/pgcluster-1.3.0c.ebuild,v 1.8 2007/03/04 07:47:02 genone Exp $ inherit eutils gnuconfig flag-o-matic multilib @@ -178,19 +178,19 @@ src_install() { } pkg_postinst() { - einfo "Make sure the postgres user in /etc/passwd has an account setup with /bin/bash as the shell" + elog "Make sure the postgres user in /etc/passwd has an account setup with /bin/bash as the shell" if [ ! -f ${PG_DIR}/data/PG_VERSION ] ; then - einfo - einfo "Execute the following command" - einfo "emerge --config =${PF}" - einfo "to setup the initial database environment." + elog + elog "Execute the following command" + elog "emerge --config =${PF}" + elog "to setup the initial database environment." fi - einfo - einfo "Python modules was removed from PostgreSQL package." - einfo "If you need it, please run \"emerge dev-db/pygresql\"." - einfo + elog + elog "Python modules was removed from PostgreSQL package." + elog "If you need it, please run \"emerge dev-db/pygresql\"." + elog } pkg_config() { -- 2.26.2