www-apps/wordpress: 5.9.2 now in Portage

This commit is contained in:
layman
2022-04-06 15:35:48 -07:00
parent c9e88e69fa
commit 57584fb611
5 changed files with 0 additions and 129 deletions

View File

@@ -1,5 +0,0 @@
AUX postinstall-en.txt 1285 SHA256 b9ea39042c5883818444fc5f2268d56f742713186e63dd322e8f72879789df03 SHA512 8fa41aa39a1dfead723c87e6b16f979839dd5c585b9f9bb14a8a1ef556b69f9dcab113622b56c24890d1414df045b055b6997be02364ab4d5c7c06db2e4c12b2 WHIRLPOOL 28de7dc316c8201bfabc373946d18be3b908ac09ec3366bdcd3f940aa7231d471f5de76141216f55c450951b05128884e04a9dc04520603146610c3101377f37
AUX postupgrade-en.txt 963 SHA256 a69b43638fed522cbec9d8e12a386ab543cbad8acc8e649e0e60d08bc83ff280 SHA512 dbc86a1cf3b5280137322794a344818be8cfc137153f0e634e7bbd856ccb7ac589199353f2ccd5c28a8aa7d35cc2e041137bfc5d812fc6267efc758a1113c2d4 WHIRLPOOL 43bdf9d79531cc9843cabac6b781e3fca9bbea97c4c170f11099ea29db4439dd32d313a2148e6fe64fe052331107c67bc774aa5dc78f4d63795bb69aba465463
DIST wordpress-5.9.2.tar.gz 18722604 SHA256 7765f2dd2a56ce920799787cc7904a585f63365bca2ba0f7bb06ea2060c69f8b SHA512 d2a93d753fcc63f7361c8faea694fba265045db8728fd903417fca1a41362b0a5bf1d75e606a35f95cedcb4951c3392d0e37c266f5b26f627602450b8537df62 WHIRLPOOL ba34c2a8118244c0f3f793e1457a6c2ebd1df56ae1db8dcdcda48764de96f8570efae4c5659340ac3781379a48989eca56875cd01d7dc515c0c0f7e175e4d63a
EBUILD wordpress-5.9.2.ebuild 1368 SHA256 0db5870337100facdad94326860b2ad7f0d09462a9b195470202ec7747ab4db5 SHA512 28abf3d321a795c5cc9f6ce51eb7f3b8571c9890f7c04ed062263d022188d8c8cf4a808b2c398aaf1bcf67746e9046f41da701a8ef23e5550cdce2811782a81d WHIRLPOOL e889f60123b80f59d1fd79a152828a3ca40eec1cf21c371b515f98fa4dfc20c0a935d64e5d1e02032f8edce0c6ba90b03fc9898f40026b7bcb0389c34657ea7d
MISC metadata.xml 429 SHA256 bd876474f772ba8fc00a5033a9087a061db12170045d9899d7b1641b8c2be3ff SHA512 acc7151db82ee83a7ad9b6eff62918afdc44436cd18aa4f5fe0b562257ed34ac7ca28582cfb5196b1049cb9e0db0a94c51faa8cd7c3bb081a5a0a2333391388c WHIRLPOOL 019bb6d5175a19bbf00c5bc8400cddfb90d08a231643f8a591985050a5be1419e16c568d91f153b99ff7809e2c724319e54a18c0dfd4dc8abe4d60da3e6fa004

View File

@@ -1,31 +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.
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.

View File

@@ -1,23 +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.
------------------------------------------------------------------------
!!!!!!!!! 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.
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.

View File

@@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>web-apps@gentoo.org</email>
<name>Gentoo Webapps</name>
</maintainer>
<stabilize-allarches/>
<use>
<flag name="akismet">Installs Akismet comment spam plug-in</flag>
<flag name="themes">Installs themes (including default theme)</flag>
</use>
</pkgmetadata>

View File

@@ -1,57 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit webapp
DESCRIPTION="Wordpress PHP and MySQL based content management system (CMS)"
HOMEPAGE="https://wordpress.org/"
SRC_URI="https://wordpress.org/${P/_rc/-RC}.tar.gz"
LICENSE="GPL-2+"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
RDEPEND="virtual/httpd-php
|| ( dev-lang/php[mysql] dev-lang/php[mysqli] )"
S=${WORKDIR}/${PN}
need_httpd_cgi
IUSE="+akismet examples +themes vhosts"
src_install() {
webapp_src_preinst
dodoc readme.html
rm readme.html license.txt || die
if use !akismet ; then
rm -R wp-content/plugins/akismet/ || die
fi
if use !examples ; then
rm wp-content/plugins/hello.php || die
fi
if use !themes ; then
rm -R wp-content/themes/*/ || die
fi
[[ -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}"
# allows plugins update if allowed within WP
webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/includes/file.php
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
}