diff options
author | Stuart Shelton <stuart@shelton.me> | 2014-04-22 19:26:49 +0100 |
---|---|---|
committer | Stuart Shelton <stuart@shelton.me> | 2014-04-22 19:26:49 +0100 |
commit | 62640eb836f69008e9f6854c1f7d6893ac2e4056 (patch) | |
tree | 05cba1828c76b1be19db0e23b1ee9b2c8d1bdcb7 /www-apps | |
parent | Update www-servers/lighttpd-1.4.35 (diff) | |
download | srcshelton-62640eb836f69008e9f6854c1f7d6893ac2e4056.tar.gz srcshelton-62640eb836f69008e9f6854c1f7d6893ac2e4056.tar.bz2 srcshelton-62640eb836f69008e9f6854c1f7d6893ac2e4056.zip |
Remove www-apps/wordpress-3.8.3, which is now in-tree
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/wordpress/Manifest | 4 | ||||
-rw-r--r-- | www-apps/wordpress/files/postinstall-en.txt | 38 | ||||
-rw-r--r-- | www-apps/wordpress/files/postupgrade-en.txt | 37 | ||||
-rw-r--r-- | www-apps/wordpress/wordpress-3.8.3.ebuild | 44 |
4 files changed, 0 insertions, 123 deletions
diff --git a/www-apps/wordpress/Manifest b/www-apps/wordpress/Manifest deleted file mode 100644 index 19c6ce25..00000000 --- a/www-apps/wordpress/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX postinstall-en.txt 1554 SHA256 85ecf09ffd839186f5aeba6847798827191d56c6fb7798783100b9fecdcf64df SHA512 d03a9da686ea1806e0583706af271738fa0b912cf7d718c096e2efbdb03b178e5b4137ec6ba5d91d85ca71f3403ca45e61eb992467cf05846e02dc10f5bbb03c WHIRLPOOL a9e8d9e1da2c05f3a60cb4e62ec012afe6a64ebcab76ed07eb1aed0c38d01c318a9c9535f4bb0af5e8618f301cdbe5b6cc4fb2c92f59a92404e18468b28e022e -AUX postupgrade-en.txt 1653 SHA256 e03f88067a62e5d9cb7e418face5f816b65523f873bfaabdca69efa23377e754 SHA512 3fa8b143a4cd8e23798423427ec31174947eeccfdbc5611dca3b32e02484f68602713dd75c3153db344de4151de1924fbaa6807e360fddeda79fa0dc70005913 WHIRLPOOL 980b90fc21b46402c60885e94c4fc6e8d43d8a4d5b2537a47857ed5e4067c689c594814b1b38d44ab950e63d8b3ee456480bc81ff3e21169715becde1e8ac6d1 -DIST wordpress-3.8.3.tar.gz 5870770 SHA256 8543e31d7c0a1b15f73dbb20f9161845f3d2bb8de3d7aef371cf32bba41747ee SHA512 cb1ba1dd4e84e3cd5a9b7b46fc1df3fea292b4b13803fcffa0d1d8bd243f96432b9f9e9e6c62d53e39f2c1d60c78ef0721655fdbabbd238aa43a490bd90f6193 WHIRLPOOL df6ee3d741038fbcb3608b18235825a97eac7fe649174379bc80e0153390cf9c354cb450c2ee4486eab36d2f8438a0b18ef79cbcf43dbe41cec497efee91f74c -EBUILD wordpress-3.8.3.ebuild 1126 SHA256 9d5b90fa33ae196ee82d7f238cd1134c628984c9924a6c2d1634c48463fcae79 SHA512 8a97399f7d5fbde5cc180aea0a29403e35415e599f41f6614368c0162e4a520c853d38cdb5663b33b358c50682515602acc1a84798b15469bd7d66ebe4c6a980 WHIRLPOOL c35451461ffe83ba7862a4764934ec131f7565742f0b13aae44068ccd804c9a56ca6b12893ae81b474f2615930218efe97a62543cd78352ec6bb1383e58978ee diff --git a/www-apps/wordpress/files/postinstall-en.txt b/www-apps/wordpress/files/postinstall-en.txt deleted file mode 100644 index 54c97717..00000000 --- a/www-apps/wordpress/files/postinstall-en.txt +++ /dev/null @@ -1,38 +0,0 @@ ------------------------------------------------------------------------- -INSTALLATION - -You will need to create a table for your WordPress database. This -assumes you have some knowledge of MySQL, and already have it -installed and configured. If not, please refer to the Gentoo MySQL -guide at the following URL: - -http://www.gentoo.org/doc/en/mysql-howto.xml - -Log in to MySQL, and create a new database as well as a user with full -access to this database. After that you will need to provide the details -of this database and the associated user within the file - -${MY_INSTALLDIR}/wp-config.php - -Finally you should be able to log in to WordPress at - -http://${VHOST_HOSTNAME}/${VHOST_APPDIR} - ------------------------------------------------------------------------- -!!!!!!!!! SECURITY WARNING !!!!!!!!!!! - -Wordpress has had a history of serious security flaws. Any application -with less widespread use but the same amount of security issues would -have been removed from the tree. - -After a short period of being in the unstable tree we once again decided -that we hard mask the package. - -THIS MEANS THAT THERE IS NO GUARANTEE WHATSOEVER THAT THE PACKAGE WILL -GET UPGRADED WITHIN A REASONABLE AMOUNT OF TIME EVEN IN THE CASE OF -SEVERE SECURITY ISSUES. - -We consider installing this package a severe risk to your system and -you should keep a close eye on the common security trackers so -that you are able to fix problems with your installation yourself if -required. diff --git a/www-apps/wordpress/files/postupgrade-en.txt b/www-apps/wordpress/files/postupgrade-en.txt deleted file mode 100644 index 5c7b3276..00000000 --- a/www-apps/wordpress/files/postupgrade-en.txt +++ /dev/null @@ -1,37 +0,0 @@ ------------------------------------------------------------------------- -UPGRADE - - -If you are upgrading from a previous version BACK UP your database. - -Once you are done with that, browse to - -http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/wp-admin/upgrade.php - -and follow the instructions on the screen. - -Note that the default theme has changed between Wordpress 2.x and 3.x, -so if you were using the default theme, your site will fail to load after -the upgrade. Log in to the admin interface and open the themes section to -reset to the new default theme. If you face other troubles after the -upgrade, you might want to look for broken plugins or themes. - ------------------------------------------------------------------------- -!!!!!!!!! SECURITY WARNING !!!!!!!!!!! - -Wordpress has had a history of serious security flaws. Any application -with less widespread use but the same amount of security issues would -have been removed from the tree. - -After a short period of being in the unstable tree we once again decided -that we hard mask the package. - -THIS MEANS THAT THERE IS NO GUARANTEE WHATSOEVER THAT THE PACKAGE WILL -GET UPGRADED WITHIN A REASONABLE AMOUNT OF TIME EVEN IN THE CASE OF -SEVERE SECURITY ISSUES. - -We consider installing this package a severe risk to your system and -you should keep a close eye on the common security trackers so -that you are able to fix problems with your installation yourself if -required. - diff --git a/www-apps/wordpress/wordpress-3.8.3.ebuild b/www-apps/wordpress/wordpress-3.8.3.ebuild deleted file mode 100644 index 9fedbd16..00000000 --- a/www-apps/wordpress/wordpress-3.8.3.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/wordpress-3.8.2.ebuild,v 1.1 2014/04/11 02:32:17 radhermit Exp $ - -EAPI="5" - -inherit webapp - -DESCRIPTION="Wordpress php and mysql based content management system (CMS)" -HOMEPAGE="http://wordpress.org/" -SRC_URI="http://wordpress.org/${P/_rc/-RC}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" - -RDEPEND="virtual/httpd-php - || ( dev-lang/php[mysql] dev-lang/php[mysqli] )" - -S=${WORKDIR}/${PN} - -need_httpd_cgi - -src_install() { - webapp_src_preinst - - dohtml readme.html - rm readme.html license.txt || die - - [ -f wp-config.php ] || cp wp-config-sample.php wp-config.php - - insinto "${MY_HTDOCSDIR}" - doins -r . - - webapp_serverowned "${MY_HTDOCSDIR}"/index.php - webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/menu.php - webapp_serverowned "${MY_HTDOCSDIR}" - - webapp_configfile "${MY_HTDOCSDIR}"/wp-config.php - - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt - webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en.txt - - webapp_src_install -} |