summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Kulbe <superlag@gentoo.org>2005-07-20 20:40:18 +0000
committerAaron Kulbe <superlag@gentoo.org>2005-07-20 20:40:18 +0000
commitf3eb657725ed4f9316dd28a733d81f2c3d17d844 (patch)
treea230f3bb68f8607ab9899e47b96843ad0aa4e7c1 /www-apps
parent Fix for PowerMac 4,2 nvidia cards, now defaults to framebuffer PCI Bus ID. (diff)
downloadgentoo-2-f3eb657725ed4f9316dd28a733d81f2c3d17d844.tar.gz
gentoo-2-f3eb657725ed4f9316dd28a733d81f2c3d17d844.tar.bz2
gentoo-2-f3eb657725ed4f9316dd28a733d81f2c3d17d844.zip
*** empty log message ***
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/wordpress/wordpress-1.2.2.ebuild75
-rw-r--r--www-apps/wordpress/wordpress-1.5.1.2.ebuild77
-rw-r--r--www-apps/wordpress/wordpress-1.5.ebuild77
3 files changed, 0 insertions, 229 deletions
diff --git a/www-apps/wordpress/wordpress-1.2.2.ebuild b/www-apps/wordpress/wordpress-1.2.2.ebuild
deleted file mode 100644
index 99a1ebf52333..000000000000
--- a/www-apps/wordpress/wordpress-1.2.2.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/wordpress-1.2.2.ebuild,v 1.2 2004/12/19 00:30:03 weeve Exp $
-# Mostly ripped off from the squirrelmail ebuild!
-# By Peter Westwood <peter.westwood@ftwr.co.uk>
-
-inherit webapp eutils
-
-#Wordpress releases have a release name tagged on the end of the version on the tar.gz files
-#wordpress 1.2.1 has no extension
-#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-1.2.2.tar.gz
-SRC_URI="http://wordpress.org/latest-1.2.2.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc"
-IUSE=""
-RDEPEND=">=dev-php/mod_php-4.1
- >=dev-db/mysql-3.23.23"
-
-DEPEND="${DEPEND} ${RDEPEND} >=net-www/webapp-config-1.10-r5"
-
-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"
-
- # 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
-
- for x in `find . -name '*.php' -print ` ; do
- webapp_runbycgibin php ${MY_HTDOCSDIR}/$x
- done
-
- # post-install instructions
- #webapp_postinst_txt en ${FILESDIR}/1.2/postinstall-en.txt
-
- # now strut stuff
- webapp_src_install
-}
diff --git a/www-apps/wordpress/wordpress-1.5.1.2.ebuild b/www-apps/wordpress/wordpress-1.5.1.2.ebuild
deleted file mode 100644
index fd2a32562c79..000000000000
--- a/www-apps/wordpress/wordpress-1.5.1.2.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/wordpress-1.5.1.2.ebuild,v 1.4 2005/05/28 19:56:06 hansmi Exp $
-
-inherit webapp eutils
-
-#Wordpress releases have a release name tagged on the end of the version on the tar.gz files
-#wordpress 1.2.1 has no extension
-#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-1.5.1.2.tar.gz
-SRC_URI=mirror://gentoo/${P}.tar.gz
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-RDEPEND=">=dev-php/mod_php-4.1
- >=dev-db/mysql-3.23.23"
-
-DEPEND="${DEPEND} ${RDEPEND} >=net-www/webapp-config-1.10-r5"
-
-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
-
- # remove wp-admin/templates.php (XSS exploit). See bug #88926.
- rm -f wp-admin/templates.php
- cp ${FILESDIR}/dummy-templates.php wp-admin/templates.php
-
- einfo "Installing main files"
- cp -r * ${D}${MY_HTDOCSDIR}
- einfo "Done"
-
- # 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
-
- for x in `find . -name '*.php' -print ` ; do
- webapp_runbycgibin php ${MY_HTDOCSDIR}/$x
- done
-
- # post-install instructions
- #webapp_postinst_txt en ${FILESDIR}/1.2/postinstall-en.txt
-
- # now strut stuff
- webapp_src_install
-}
diff --git a/www-apps/wordpress/wordpress-1.5.ebuild b/www-apps/wordpress/wordpress-1.5.ebuild
deleted file mode 100644
index 9f2946b4e252..000000000000
--- a/www-apps/wordpress/wordpress-1.5.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/wordpress-1.5.ebuild,v 1.4 2005/05/12 07:35:45 superlag Exp $
-
-inherit webapp eutils
-
-#Wordpress releases have a release name tagged on the end of the version on the tar.gz files
-#wordpress 1.2.1 has no extension
-#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-1.2.2.tar.gz
-SRC_URI="http://wordpress.org/latest-1.5.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 x86 ppc sparc"
-IUSE=""
-RDEPEND=">=dev-php/mod_php-4.1
- >=dev-db/mysql-3.23.23"
-
-DEPEND="${DEPEND} ${RDEPEND} >=net-www/webapp-config-1.10-r5"
-
-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
-
- # remove wp-admin/templates.php (XSS exploit). See bug #88926.
- rm -f wp-admin/templates.php
- cp ${FILESDIR}/dummy-templates.php wp-admin/templates.php
-
- einfo "Installing main files"
- cp -r * ${D}${MY_HTDOCSDIR}
- einfo "Done"
-
- # 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
-
- for x in `find . -name '*.php' -print ` ; do
- webapp_runbycgibin php ${MY_HTDOCSDIR}/$x
- done
-
- # post-install instructions
- #webapp_postinst_txt en ${FILESDIR}/1.2/postinstall-en.txt
-
- # now strut stuff
- webapp_src_install
-}