summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2006-07-09 21:11:39 +0000
committerRenat Lumpau <rl03@gentoo.org>2006-07-09 21:11:39 +0000
commitf3546eed9295676092413674f1c462b621379644 (patch)
treeebcad5d27011d1b9e4771f987a716bfb13b6055f /www-apps
parenteinfo->elog (diff)
downloadgentoo-2-f3546eed9295676092413674f1c462b621379644.tar.gz
gentoo-2-f3546eed9295676092413674f1c462b621379644.tar.bz2
gentoo-2-f3546eed9295676092413674f1c462b621379644.zip
Housekeeping; einfo->elog
(Portage version: 2.1)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/tikiwiki/ChangeLog6
-rw-r--r--www-apps/tikiwiki/tikiwiki-1.9.4.ebuild10
2 files changed, 10 insertions, 6 deletions
diff --git a/www-apps/tikiwiki/ChangeLog b/www-apps/tikiwiki/ChangeLog
index dcce3e5aeec6..f5cdcc534444 100644
--- a/www-apps/tikiwiki/ChangeLog
+++ b/www-apps/tikiwiki/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apps/tikiwiki
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/ChangeLog,v 1.31 2006/06/25 07:37:43 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/ChangeLog,v 1.32 2006/07/09 21:11:39 rl03 Exp $
+
+ 09 Jul 2006; Renat Lumpau <rl03@gentoo.org> -tikiwiki-1.9.3.2.ebuild,
+ tikiwiki-1.9.4.ebuild:
+ Housekeeping; einfo->elog
25 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org>
tikiwiki-1.9.4.ebuild:
diff --git a/www-apps/tikiwiki/tikiwiki-1.9.4.ebuild b/www-apps/tikiwiki/tikiwiki-1.9.4.ebuild
index bfbc05893c53..6cff132c0cb3 100644
--- a/www-apps/tikiwiki/tikiwiki-1.9.4.ebuild
+++ b/www-apps/tikiwiki/tikiwiki-1.9.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/tikiwiki-1.9.4.ebuild,v 1.2 2006/06/25 07:37:43 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/tikiwiki-1.9.4.ebuild,v 1.3 2006/07/09 21:11:39 rl03 Exp $
inherit webapp depend.php
@@ -71,13 +71,13 @@ src_install() {
}
pkg_config() {
- einfo "Type in your MySQL root password to create an empty tiki database:"
+ elog "Type in your MySQL root password to create an empty tiki database:"
mysqladmin -u root -p create tikiwiki
}
pkg_postinst() {
- einfo "To setup a MySQL database, run:"
- einfo "\"emerge --config =${PF}\""
- einfo "If you are using PostgreSQL, consult your documentation"
+ elog "To setup a MySQL database, run:"
+ elog "\"emerge --config =${PF}\""
+ elog "If you are using PostgreSQL, consult your documentation"
webapp_pkg_postinst
}