summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-04 07:47:02 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-04 07:47:02 +0000
commit8267e5e60b6fb97e3824bce04c2636c8be723e46 (patch)
tree240108a5197f8e85443ef93c3a8629ada0598bc7 /dev-db
parentReplacing einfo with elog (diff)
downloadgentoo-2-8267e5e60b6fb97e3824bce04c2636c8be723e46.tar.gz
gentoo-2-8267e5e60b6fb97e3824bce04c2636c8be723e46.tar.bz2
gentoo-2-8267e5e60b6fb97e3824bce04c2636c8be723e46.zip
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/pgcluster/ChangeLog5
-rw-r--r--dev-db/pgcluster/pgcluster-1.3.0c.ebuild20
2 files changed, 14 insertions, 11 deletions
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 <genone@gentoo.org> pgcluster-1.3.0c.ebuild:
+ Replacing einfo with elog
10 Feb 2007; Tiziano Müller <dev-zero@gentoo.org>
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() {