From c3b55a6be7da027d97d8aef00ef88c3011121a42 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 31 Aug 2022 10:50:20 +0100 Subject: gentoo auto-resync : 31:08:2022 - 10:50:20 --- www-apps/wordpress/Manifest | 4 +-- www-apps/wordpress/wordpress-6.0.1.ebuild | 57 ------------------------------- www-apps/wordpress/wordpress-6.0.2.ebuild | 57 +++++++++++++++++++++++++++++++ 3 files changed, 59 insertions(+), 59 deletions(-) delete mode 100644 www-apps/wordpress/wordpress-6.0.1.ebuild create mode 100644 www-apps/wordpress/wordpress-6.0.2.ebuild (limited to 'www-apps/wordpress') diff --git a/www-apps/wordpress/Manifest b/www-apps/wordpress/Manifest index efd1ff147f0c..15874682569c 100644 --- a/www-apps/wordpress/Manifest +++ b/www-apps/wordpress/Manifest @@ -1,5 +1,5 @@ AUX postinstall-en.txt 1285 BLAKE2B 09a372660022bda4064f2b298e6409be4d8f8943fd06d672e15c6126029acf2551b2eb0447f378a7c9287f757a820787ab6e592556e5cf199b0d8c0dd8f98f18 SHA512 8fa41aa39a1dfead723c87e6b16f979839dd5c585b9f9bb14a8a1ef556b69f9dcab113622b56c24890d1414df045b055b6997be02364ab4d5c7c06db2e4c12b2 AUX postupgrade-en.txt 963 BLAKE2B c08e2ecca3d462d544549c80fb11abde670251002257d75fa8dd41d890f1327b08f1796c54125663fd35aca999f63b89035b610bdeedc32396c35d9d9b92ce4d SHA512 dbc86a1cf3b5280137322794a344818be8cfc137153f0e634e7bbd856ccb7ac589199353f2ccd5c28a8aa7d35cc2e041137bfc5d812fc6267efc758a1113c2d4 -DIST wordpress-6.0.1.tar.gz 21171263 BLAKE2B 674ccdc9c035d79dd1c58906480b7aca044b268a2f8b80a57f0a6d5500750c71e1377625a38a63daa2cb84623f23d93d998bb75996174ab3b2d86c765e459a22 SHA512 686d03212cd635e343e2d2d468aabb9c4499f87a1db123943ef65547dfbd826c233777a3b7cb53e3838d08f51f3d4cdfeee53f49ad7408921d52315aad65187a -EBUILD wordpress-6.0.1.ebuild 1368 BLAKE2B 68aa2c644a238675b3b6b7c1f04cfa44afd113e71f52b925543923c73dc0671bed50c7e1580fa75c7a677ac709e173f0ea265c47f5dc9e9af08e65aed8cf30ca SHA512 28abf3d321a795c5cc9f6ce51eb7f3b8571c9890f7c04ed062263d022188d8c8cf4a808b2c398aaf1bcf67746e9046f41da701a8ef23e5550cdce2811782a81d +DIST wordpress-6.0.2.tar.gz 21172479 BLAKE2B e537f628a129bd848db425129d49738c977ff882c89bc16633ba04f9d3733a164bd6699aff3b7a804deb13f9ee42d74ac89fa3f4d50bfd7ba385859d8822d27d SHA512 4a7c9c64e154a804c3dd0a308c3b8d9ef62918656f7f324bc329fd7cf4b340abd2252495f15869aece4f0649d18bd0f43955e6b343a4b68ec2746d07b077a1d8 +EBUILD wordpress-6.0.2.ebuild 1368 BLAKE2B 68aa2c644a238675b3b6b7c1f04cfa44afd113e71f52b925543923c73dc0671bed50c7e1580fa75c7a677ac709e173f0ea265c47f5dc9e9af08e65aed8cf30ca SHA512 28abf3d321a795c5cc9f6ce51eb7f3b8571c9890f7c04ed062263d022188d8c8cf4a808b2c398aaf1bcf67746e9046f41da701a8ef23e5550cdce2811782a81d MISC metadata.xml 429 BLAKE2B ece54e1ebae950843d98b414ca862ebcbf410230587eab84031e4afa00a9e6f0305b025a79fd5f8ce3cb70b2528adb8c5eee05e6855f0b2f55aa4680fd9a4b83 SHA512 acc7151db82ee83a7ad9b6eff62918afdc44436cd18aa4f5fe0b562257ed34ac7ca28582cfb5196b1049cb9e0db0a94c51faa8cd7c3bb081a5a0a2333391388c diff --git a/www-apps/wordpress/wordpress-6.0.1.ebuild b/www-apps/wordpress/wordpress-6.0.1.ebuild deleted file mode 100644 index 6ea3e4bf16ad..000000000000 --- a/www-apps/wordpress/wordpress-6.0.1.ebuild +++ /dev/null @@ -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 -} diff --git a/www-apps/wordpress/wordpress-6.0.2.ebuild b/www-apps/wordpress/wordpress-6.0.2.ebuild new file mode 100644 index 000000000000..6ea3e4bf16ad --- /dev/null +++ b/www-apps/wordpress/wordpress-6.0.2.ebuild @@ -0,0 +1,57 @@ +# 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 +} -- cgit v1.2.3