diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2006-03-18 11:11:10 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2006-03-18 11:11:10 +0000 |
commit | c1a6359999d285e62eb07800c628ffceebd5ab53 (patch) | |
tree | d7cf25a4227db33bfa1c66508fef2020bdd6d37e /www-apps/wordpress | |
parent | Version bump, bug #122155 Version schema changes from upstream reflected here (diff) | |
download | gentoo-2-c1a6359999d285e62eb07800c628ffceebd5ab53.tar.gz gentoo-2-c1a6359999d285e62eb07800c628ffceebd5ab53.tar.bz2 gentoo-2-c1a6359999d285e62eb07800c628ffceebd5ab53.zip |
Fixed all occurences of 'ewarn *'. Marked stable on amd64 wrt Bug 125693.
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'www-apps/wordpress')
-rw-r--r-- | www-apps/wordpress/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/wordpress/wordpress-2.0.1.ebuild | 52 | ||||
-rw-r--r-- | www-apps/wordpress/wordpress-2.0.2.ebuild | 54 |
3 files changed, 58 insertions, 54 deletions
diff --git a/www-apps/wordpress/ChangeLog b/www-apps/wordpress/ChangeLog index b3e16adb32db..64f8fbd6675d 100644 --- a/www-apps/wordpress/ChangeLog +++ b/www-apps/wordpress/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/wordpress # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.42 2006/03/18 07:17:46 superlag Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.43 2006/03/18 11:11:10 kugelfang Exp $ + + 18 Mar 2006; Danny van Dyk <kugelfang@gentoo.org> wordpress-2.0.1.ebuild, + wordpress-2.0.2.ebuild: + Fixed all occurences of 'ewarn *'. Marked stable on amd64 wrt Bug 125693. *wordpress-2.0.2 (18 Mar 2006) diff --git a/www-apps/wordpress/wordpress-2.0.1.ebuild b/www-apps/wordpress/wordpress-2.0.1.ebuild index 7c9f46875ebf..b9f935fe41f9 100644 --- a/www-apps/wordpress/wordpress-2.0.1.ebuild +++ b/www-apps/wordpress/wordpress-2.0.1.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/wordpress/wordpress-2.0.1.ebuild,v 1.6 2006/02/22 06:39:55 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/wordpress-2.0.1.ebuild,v 1.7 2006/03/18 11:11:10 kugelfang Exp $ inherit webapp eutils @@ -37,31 +37,31 @@ src_install() { cp -r * ${D}${MY_HTDOCSDIR} einfo "Done" - ewarn * - ewarn * Please make sure you have register_globals = off set in your /etc/apache2/php.ini file - ewarn * If this is not an option for your web server and you NEED it set to on, then insert the following in your WordPress .htaccess file: - ewarn * php_flag register_globals off - ewarn * - - ewarn * - ewarn * You will need to create a table for your WordPress database. This - ewarn * assumes you have some knowledge of MySQL, and already have it - ewarn * installed and configured. If not, please refer to - ewarn * the Gentoo MySQL guide at the following URL: - ewarn * http://www.gentoo.org/doc/en/mysql-howto.xml - ewarn * Log in to MySQL, and create a new database called - ewarn * "wordpress". From this point, you will need to edit - ewarn * your wp-config.php file in $DocumentRoot/wordpress/ - ewarn * and point to your database. Once this is done, you can log in to - ewarn * WordPress at http://localhost/wordpress - ewarn * - - ewarn * - ewarn * If you are upgrading from a previous version BACK UP your - ewarn * database. Once you are done with that, browse to - ewarn * http://localhost/wordpress/admin/wp-upgrade.php and follow - ewarn * the instructions on the screen. - ewarn * + ewarn + ewarn Please make sure you have register_globals = off set in your /etc/apache2/php.ini file + ewarn If this is not an option for your web server and you NEED it set to on, then insert the following in your WordPress .htaccess file: + ewarn php_flag register_globals off + ewarn + + ewarn + ewarn You will need to create a table for your WordPress database. This + ewarn assumes you have some knowledge of MySQL, and already have it + ewarn installed and configured. If not, please refer to + ewarn the Gentoo MySQL guide at the following URL: + ewarn http://www.gentoo.org/doc/en/mysql-howto.xml + ewarn Log in to MySQL, and create a new database called + ewarn "wordpress". From this point, you will need to edit + ewarn your wp-config.php file in $DocumentRoot/wordpress/ + ewarn and point to your database. Once this is done, you can log in to + ewarn WordPress at http://localhost/wordpress + ewarn + + ewarn + ewarn If you are upgrading from a previous version BACK UP your + ewarn database. Once you are done with that, browse to + ewarn http://localhost/wordpress/admin/wp-upgrade.php and follow + ewarn the instructions on the screen. + ewarn # handle documentation files # diff --git a/www-apps/wordpress/wordpress-2.0.2.ebuild b/www-apps/wordpress/wordpress-2.0.2.ebuild index b71174a1d5fc..e75538bc46e3 100644 --- a/www-apps/wordpress/wordpress-2.0.2.ebuild +++ b/www-apps/wordpress/wordpress-2.0.2.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/wordpress/wordpress-2.0.2.ebuild,v 1.1 2006/03/18 07:17:46 superlag Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/wordpress-2.0.2.ebuild,v 1.2 2006/03/18 11:11:10 kugelfang Exp $ inherit webapp eutils @@ -13,7 +13,7 @@ HOMEPAGE="http://wordpress.org/" #Download is renamed by HTTP Header as wordpress-<version number>.tar.gz SRC_URI=mirror://gentoo/${P}.tar.gz LICENSE="GPL-2" -KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~hppa ~ppc ~sparc ~x86" IUSE="" RDEPEND="virtual/httpd-php >=dev-db/mysql-3.23.23" @@ -37,31 +37,31 @@ src_install() { cp -r * ${D}${MY_HTDOCSDIR} einfo "Done" - ewarn * - ewarn * Please make sure you have register_globals = off set in your /etc/apache2/php.ini file - ewarn * If this is not an option for your web server and you NEED it set to on, then insert the following in your WordPress .htaccess file: - ewarn * php_flag register_globals off - ewarn * - - ewarn * - ewarn * You will need to create a table for your WordPress database. This - ewarn * assumes you have some knowledge of MySQL, and already have it - ewarn * installed and configured. If not, please refer to - ewarn * the Gentoo MySQL guide at the following URL: - ewarn * http://www.gentoo.org/doc/en/mysql-howto.xml - ewarn * Log in to MySQL, and create a new database called - ewarn * "wordpress". From this point, you will need to edit - ewarn * your wp-config.php file in $DocumentRoot/wordpress/ - ewarn * and point to your database. Once this is done, you can log in to - ewarn * WordPress at http://localhost/wordpress - ewarn * - - ewarn * - ewarn * If you are upgrading from a previous version BACK UP your - ewarn * database. Once you are done with that, browse to - ewarn * http://localhost/wordpress/admin/wp-upgrade.php and follow - ewarn * the instructions on the screen. - ewarn * + ewarn + ewarn Please make sure you have register_globals = off set in your /etc/apache2/php.ini file + ewarn If this is not an option for your web server and you NEED it set to on, then insert the following in your WordPress .htaccess file: + ewarn php_flag register_globals off + ewarn + + ewarn + ewarn You will need to create a table for your WordPress database. This + ewarn assumes you have some knowledge of MySQL, and already have it + ewarn installed and configured. If not, please refer to + ewarn the Gentoo MySQL guide at the following URL: + ewarn http://www.gentoo.org/doc/en/mysql-howto.xml + ewarn Log in to MySQL, and create a new database called + ewarn "wordpress". From this point, you will need to edit + ewarn your wp-config.php file in $DocumentRoot/wordpress/ + ewarn and point to your database. Once this is done, you can log in to + ewarn WordPress at http://localhost/wordpress + ewarn + + ewarn + ewarn If you are upgrading from a previous version BACK UP your + ewarn database. Once you are done with that, browse to + ewarn http://localhost/wordpress/admin/wp-upgrade.php and follow + ewarn the instructions on the screen. + ewarn # handle documentation files # |