diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 18:58:40 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 18:58:40 +0000 |
commit | 82a6d5fbb7e7a6dd2aa752d00dee93dfd60c7686 (patch) | |
tree | 63e90d2e5f14bc030d8b11e599593576ad39bd79 /www-apps/tikiwiki | |
parent | QA: Cleaner einfo, ewarn, eerror and echo usage (diff) | |
download | gentoo-2-82a6d5fbb7e7a6dd2aa752d00dee93dfd60c7686.tar.gz gentoo-2-82a6d5fbb7e7a6dd2aa752d00dee93dfd60c7686.tar.bz2 gentoo-2-82a6d5fbb7e7a6dd2aa752d00dee93dfd60c7686.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'www-apps/tikiwiki')
-rw-r--r-- | www-apps/tikiwiki/tikiwiki-1.8.4.1.ebuild | 8 | ||||
-rw-r--r-- | www-apps/tikiwiki/tikiwiki-1.8.5-r1.ebuild | 8 | ||||
-rw-r--r-- | www-apps/tikiwiki/tikiwiki-1.8.5.ebuild | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/www-apps/tikiwiki/tikiwiki-1.8.4.1.ebuild b/www-apps/tikiwiki/tikiwiki-1.8.4.1.ebuild index ec4a781b8200..90d40f97fd07 100644 --- a/www-apps/tikiwiki/tikiwiki-1.8.4.1.ebuild +++ b/www-apps/tikiwiki/tikiwiki-1.8.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/tikiwiki-1.8.4.1.ebuild,v 1.2 2005/01/07 05:09:25 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/tikiwiki-1.8.4.1.ebuild,v 1.3 2005/07/09 18:57:48 swegener Exp $ inherit webapp @@ -76,9 +76,9 @@ src_install() { pkg_config() { einfo "Type in your MySQL root password to create an empty tiki database:" mysqladmin -u root -p create tikiwiki - einfo "" - einfo "" + einfo + einfo einfo "Now, point your browser to the location of tiki-install.php" einfo " ==> e.g. http://localhost/tikiwiki/tiki-install.php" - einfo "" + einfo } diff --git a/www-apps/tikiwiki/tikiwiki-1.8.5-r1.ebuild b/www-apps/tikiwiki/tikiwiki-1.8.5-r1.ebuild index 86e2835be555..81aa6fcc74fd 100644 --- a/www-apps/tikiwiki/tikiwiki-1.8.5-r1.ebuild +++ b/www-apps/tikiwiki/tikiwiki-1.8.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/tikiwiki-1.8.5-r1.ebuild,v 1.1 2005/07/05 23:10:00 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/tikiwiki-1.8.5-r1.ebuild,v 1.2 2005/07/09 18:57:48 swegener Exp $ inherit eutils webapp @@ -81,9 +81,9 @@ src_install() { pkg_config() { einfo "Type in your MySQL root password to create an empty tiki database:" mysqladmin -u root -p create tikiwiki - einfo "" - einfo "" + einfo + einfo einfo "Now, point your browser to the location of tiki-install.php" einfo " ==> e.g. http://localhost/tikiwiki/tiki-install.php" - einfo "" + einfo } diff --git a/www-apps/tikiwiki/tikiwiki-1.8.5.ebuild b/www-apps/tikiwiki/tikiwiki-1.8.5.ebuild index 0da5cb880754..fab3b8199b60 100644 --- a/www-apps/tikiwiki/tikiwiki-1.8.5.ebuild +++ b/www-apps/tikiwiki/tikiwiki-1.8.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/tikiwiki-1.8.5.ebuild,v 1.3 2005/03/26 11:37:46 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/tikiwiki-1.8.5.ebuild,v 1.4 2005/07/09 18:57:48 swegener Exp $ inherit webapp @@ -76,9 +76,9 @@ src_install() { pkg_config() { einfo "Type in your MySQL root password to create an empty tiki database:" mysqladmin -u root -p create tikiwiki - einfo "" - einfo "" + einfo + einfo einfo "Now, point your browser to the location of tiki-install.php" einfo " ==> e.g. http://localhost/tikiwiki/tiki-install.php" - einfo "" + einfo } |