summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Kulbe <superlag@gentoo.org>2006-02-25 16:21:42 +0000
committerAaron Kulbe <superlag@gentoo.org>2006-02-25 16:21:42 +0000
commit95265d22201578267e78a6fe07248a0d66e911a0 (patch)
tree05e30a9077652a6b5f75caa99eda710ecc3a3a1b /www-apps
parentMarked ~alpha (bug #122726) (diff)
downloadhistorical-95265d22201578267e78a6fe07248a0d66e911a0.tar.gz
historical-95265d22201578267e78a6fe07248a0d66e911a0.tar.bz2
historical-95265d22201578267e78a6fe07248a0d66e911a0.zip
Removing 1.5.2 from the tree. Bug # 121661
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/wordpress/ChangeLog5
-rw-r--r--www-apps/wordpress/files/digest-wordpress-1.5.23
-rw-r--r--www-apps/wordpress/wordpress-1.5.2.ebuild89
3 files changed, 4 insertions, 93 deletions
diff --git a/www-apps/wordpress/ChangeLog b/www-apps/wordpress/ChangeLog
index 5185b494545c..fa6dd9d6c673 100644
--- a/www-apps/wordpress/ChangeLog
+++ b/www-apps/wordpress/ChangeLog
@@ -1,6 +1,9 @@
# 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.40 2006/02/22 06:39:55 killerfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.41 2006/02/25 16:21:42 superlag Exp $
+
+ 25 Feb 2006; Aaron Kulbe <superlag@gentoo.org> -wordpress-1.5.2.ebuild:
+ Removing version 1.5.2 from the tree. Bug #121661
22 Feb 2006; Rene Nussbaumer <killerfox@gentoo.org>
wordpress-2.0.1.ebuild:
diff --git a/www-apps/wordpress/files/digest-wordpress-1.5.2 b/www-apps/wordpress/files/digest-wordpress-1.5.2
deleted file mode 100644
index a5d6cdf9744b..000000000000
--- a/www-apps/wordpress/files/digest-wordpress-1.5.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 680e6381c8111f555a2c7066ddafd575 wordpress-1.5.2.tar.gz 298514
-RMD160 78c8e2e8ccf4e3eb44a091e7be03644881371544 wordpress-1.5.2.tar.gz 298514
-SHA256 40d1b0c719bec5a8e8249b7590f966117a02c9fff3a7a526a176ec74d45f8223 wordpress-1.5.2.tar.gz 298514
diff --git a/www-apps/wordpress/wordpress-1.5.2.ebuild b/www-apps/wordpress/wordpress-1.5.2.ebuild
deleted file mode 100644
index 27b635347180..000000000000
--- a/www-apps/wordpress/wordpress-1.5.2.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# 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-1.5.2.ebuild,v 1.12 2006/02/20 00:58:05 superlag Exp $
-
-inherit webapp eutils
-
-#Wordpress releases have a release name tagged on the end of the version on the tar.gz files
-#MY_EXT="mingus"
-
-DESCRIPTION="Wordpress php and mysql based CMS system."
-HOMEPAGE="http://wordpress.org/"
-#Latest version is only available in the format!
-#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"
-IUSE=""
-RDEPEND="virtual/httpd-php
- >=dev-db/mysql-3.23.23"
-
-DEPEND="${DEPEND} ${RDEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-src_unpack() {
- unpack ${A}
-# no patch needed anymore
-# epatch ${FILESDIR}/${PV}/login-patch.diff
-}
-
-src_install() {
- local docs="license.txt readme.html"
-
- webapp_src_preinst
-
- einfo "Installing main files"
- 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 *
-
-
- # handle documentation files
- #
- # NOTE that doc files go into /usr/share/doc as normal; they do NOT
- # get installed per vhost!
-
- dodoc ${docs}
- for doc in ${docs} INSTALL; do
- rm -f ${doc}
- done
-
- # Identify the configuration files that this app uses
- # User can want to make changes to these!
- webapp_serverowned ${MY_HTDOCSDIR}/index.php
- #webapp_serverowned ${MY_HTDOCSDIR}/wp-layout.css
- webapp_serverowned ${MY_HTDOCSDIR}/wp-admin/menu.php
- webapp_serverowned ${MY_HTDOCSDIR}
-
- # Identify any script files that need #! headers adding to run under
- # a CGI script (such as PHP/CGI)
- #
- # for wordpress, we *assume* that all .php files need to have CGI/BIN
- # support added
-
- # post-install instructions
- #webapp_postinst_txt en ${FILESDIR}/1.2/postinstall-en.txt
-
- # now strut stuff
- webapp_src_install
-
-}