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 | 127a2c35a620a233d1e9c4eff7b9691c7b5c0992 (patch) | |
tree | 20c19ffb455e30ba5e8fd878e86e72067fe23e1e /www-apps | |
parent | QA: Cleaner einfo, ewarn, eerror and echo usage (diff) | |
download | historical-127a2c35a620a233d1e9c4eff7b9691c7b5c0992.tar.gz historical-127a2c35a620a233d1e9c4eff7b9691c7b5c0992.tar.bz2 historical-127a2c35a620a233d1e9c4eff7b9691c7b5c0992.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/issue-tracker/issue-tracker-4.0.3.ebuild | 18 | ||||
-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 |
4 files changed, 21 insertions, 21 deletions
diff --git a/www-apps/issue-tracker/issue-tracker-4.0.3.ebuild b/www-apps/issue-tracker/issue-tracker-4.0.3.ebuild index 6e7f10da2640..72c261982b89 100644 --- a/www-apps/issue-tracker/issue-tracker-4.0.3.ebuild +++ b/www-apps/issue-tracker/issue-tracker-4.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/issue-tracker/issue-tracker-4.0.3.ebuild,v 1.2 2004/09/03 17:17:20 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/issue-tracker/issue-tracker-4.0.3.ebuild,v 1.3 2005/07/09 18:58:40 swegener Exp $ inherit webapp-apache @@ -53,13 +53,13 @@ pkg_postinst() { webapp-detect einfo "You will need to configure issue-tracker for a particular database" - einfo "" + einfo einfo "(1) First, you must decide on:" einfo " - a database username, <it-username>" einfo " - a database name in the database, <it-dbname>" - einfo "" + einfo einfo "(2) Next, you must create the database" - einfo "" + einfo einfo "For MySQL:" einfo "mysqladmin -p -u <it-username> create <it-dbname>" einfo "mysql -p -u <it-username> <it-dbname> \\" @@ -68,7 +68,7 @@ pkg_postinst() { einfo " < ${HTTPD_ROOT}/issue-tracker/setup/data.sql" einfo "mysql -p -u <it-username> <it-dbname> \\" einfo " < ${HTTPD_ROOT}/issue-tracker/setup/indexes.sql" - einfo "" + einfo einfo "For PostgreSQL:" einfo "createdb -U <it-username> <it-dbname>" einfo "psql -U <it-username> \\" @@ -77,16 +77,16 @@ pkg_postinst() { einfo " < ${HTTPD_ROOT}/issue-tracker/setup/data.sql" einfo "psql -U <it-username> \\" einfo " < ${HTTPD_ROOT}/issue-tracker/setup/indexes.sql" - einfo "" + einfo einfo "(3) Next, you will need to configure issue-tracker" einfo "cp ${HTTPD_ROOT}/issue-tracker/conf/config.php-default \\" einfo " ${HTTPD_ROOT}/issue-tracker/conf/config.php" - einfo "" + einfo einfo "Edit ${HTTPD_ROOT}/issue-tracker/conf/config.php" einfo "with name=<it-dbname>, user=<it-username> and the correct db info" - einfo "" + einfo ewarn "Make sure you don't just edit the commented-out example;)" - einfo "" + einfo ewarn "(4) Finally, you must log in to the issue-tracker as admin/demo, and" ewarn "change the password in Preferences." } 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 } |