public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/wordpress/
Date: Tue, 21 Mar 2023 18:30:25 +0000 (UTC)	[thread overview]
Message-ID: <1679423311.c76546c7fb2a956642a6d38986e440633808b2de.ceamac@gentoo> (raw)

commit:     c76546c7fb2a956642a6d38986e440633808b2de
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 18:28:31 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 18:28:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c76546c7

www-apps/wordpress: drop 6.2_rc2

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 www-apps/wordpress/Manifest                 |  1 -
 www-apps/wordpress/wordpress-6.2_rc2.ebuild | 58 -----------------------------
 2 files changed, 59 deletions(-)

diff --git a/www-apps/wordpress/Manifest b/www-apps/wordpress/Manifest
index 8ea7b51ecde3..b7eeaed2b052 100644
--- a/www-apps/wordpress/Manifest
+++ b/www-apps/wordpress/Manifest
@@ -1,3 +1,2 @@
 DIST wordpress-6.1.1.tar.gz 22751086 BLAKE2B fbbee51219e4237236c39255deb9e31e566c630cfc66f0c4744fec249ae1d07473a6222b7ec5d84079e616d8d2e790521e57809d357ab56582b4a292dbad82f1 SHA512 b50dd9b5e1628a0285d3f0121d6b4cb3617fb696907ef06c935b40d0a46c9853ce12200e011a58675830602aa6d5b6470a98e8cefeec0f7464145bdc344780bb
-DIST wordpress-6.2-RC2.tar.gz 23020605 BLAKE2B f6390e3d501ed893aedbb2b1515922a59113b5a1878ae8c619e97486306417af694d6d5967e4d3931ea9972017b481e2d3c0a3061f17288824cab038b16b0c2f SHA512 60a0d7debacc95d9535fad5eb1716a320e805d239a7fe797c8ff0a9cc3d687cc5262b066e0d8901099346efccbbe9db40a6a033335b2d908564a4841e437fe6b
 DIST wordpress-6.2-RC3.tar.gz 23018903 BLAKE2B 268299759a2a412f60d33162a54f677acb424100417bca7e207be5d5e5fb9a230f3a9f6db1039f93ea0513fe4be3f5622b46a1f598b56af08bb4185c56e6103d SHA512 925a3456a61655035d0162a5051307336b6e586aca216a45cc17239266c6e6288924ff6610409d20759bf083c36619e77335852b67ab302d9892cacd2d6dec17

diff --git a/www-apps/wordpress/wordpress-6.2_rc2.ebuild b/www-apps/wordpress/wordpress-6.2_rc2.ebuild
deleted file mode 100644
index b6c209d75a8c..000000000000
--- a/www-apps/wordpress/wordpress-6.2_rc2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 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"
-S=${WORKDIR}/${PN}
-
-LICENSE="GPL-2+"
-if [[ ${PV} != *_rc* ]]; then
-	KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-fi
-
-RDEPEND="virtual/httpd-php
-	|| ( dev-lang/php[mysql] dev-lang/php[mysqli] )"
-
-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
-}


             reply	other threads:[~2023-03-21 18:30 UTC|newest]

Thread overview: 118+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-21 18:30 Viorel Munteanu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-11 17:53 [gentoo-commits] repo/gentoo:master commit in: www-apps/wordpress/ Miroslav Šulc
2024-11-21 16:51 Miroslav Šulc
2024-11-13 10:59 Miroslav Šulc
2024-09-10 16:19 Miroslav Šulc
2024-07-23 21:09 Miroslav Šulc
2024-07-17  4:27 Viorel Munteanu
2024-06-24 19:25 Miroslav Šulc
2024-06-05 16:21 Miroslav Šulc
2024-05-08  7:05 Miroslav Šulc
2024-04-10  6:52 Viorel Munteanu
2024-04-10  6:52 Viorel Munteanu
2024-04-10  6:52 Viorel Munteanu
2024-04-10  6:52 Viorel Munteanu
2024-04-03  4:11 Viorel Munteanu
2024-01-31  5:27 Viorel Munteanu
2024-01-31  5:27 Viorel Munteanu
2023-12-06 17:28 Miroslav Šulc
2023-11-09 11:20 Miroslav Šulc
2023-11-08  9:16 Miroslav Šulc
2023-10-13  5:42 Viorel Munteanu
2023-10-13  5:42 Viorel Munteanu
2023-08-29 18:39 Viorel Munteanu
2023-08-29 18:39 Viorel Munteanu
2023-08-09  6:27 Miroslav Šulc
2023-05-20  7:09 Miroslav Šulc
2023-05-17  5:16 Viorel Munteanu
2023-05-17  5:16 Viorel Munteanu
2023-05-17  5:16 Viorel Munteanu
2023-03-30  4:39 Viorel Munteanu
2023-03-30  4:39 Viorel Munteanu
2023-03-21 18:30 Viorel Munteanu
2023-03-15  5:41 Viorel Munteanu
2023-03-15  5:41 Viorel Munteanu
2023-03-11 11:44 Viorel Munteanu
2022-11-16  8:31 Miroslav Šulc
2022-11-02  6:56 Miroslav Šulc
2022-10-28  3:45 Jakov Smolić
2022-10-18  5:10 Miroslav Šulc
2022-08-31  4:53 Miroslav Šulc
2022-07-13  2:49 Miroslav Šulc
2022-06-06  6:07 Miroslav Šulc
2022-04-06  7:01 Miroslav Šulc
2022-03-14  8:05 Miroslav Šulc
2022-02-23  9:47 Miroslav Šulc
2022-01-26  8:58 Miroslav Šulc
2022-01-06 21:13 Miroslav Šulc
2021-11-12  7:44 Miroslav Šulc
2021-09-09 18:53 Miroslav Šulc
2021-07-21  7:55 Miroslav Šulc
2021-05-13  8:28 Miroslav Šulc
2021-04-15 10:33 Miroslav Šulc
2021-03-23 11:20 Miroslav Šulc
2021-02-23  8:38 Miroslav Šulc
2021-02-04  9:29 Miroslav Šulc
2021-01-10 22:27 Sam James
2021-01-10 22:27 Sam James
2020-12-09  9:47 Miroslav Šulc
2020-10-31  8:22 Miroslav Šulc
2020-10-30  9:36 Miroslav Šulc
2020-09-02  7:35 Miroslav Šulc
2020-08-12 10:34 Miroslav Šulc
2020-06-12  3:34 Aaron Bauman
2020-06-11  7:10 Miroslav Šulc
2020-05-01  3:19 Miroslav Šulc
2020-04-30  4:59 Miroslav Šulc
2020-04-01 12:08 Miroslav Šulc
2020-04-01 12:08 Miroslav Šulc
2019-12-19  9:08 Miroslav Šulc
2019-12-19  9:05 Miroslav Šulc
2019-12-13  9:13 Miroslav Šulc
2019-12-13  9:13 Miroslav Šulc
2019-10-19 10:19 Miroslav Šulc
2019-10-19  8:21 Miroslav Šulc
2019-10-08 16:27 Miroslav Šulc
2019-05-25 14:29 Anthony G. Basile
2019-05-13 16:11 Anthony G. Basile
2019-03-16  6:50 Miroslav Šulc
2019-03-16  6:50 Miroslav Šulc
2019-02-26 17:00 Miroslav Šulc
2018-12-29 23:19 Anthony G. Basile
2018-09-12 11:44 Alexey Shvetsov
2018-07-11 18:29 Anthony G. Basile
2018-05-26 11:51 Sebastian Pipping
2018-04-04  1:06 Sebastian Pipping
2018-02-07 13:51 Sebastian Pipping
2018-02-05 22:21 Sebastian Pipping
2018-01-25 21:11 Aaron Bauman
2018-01-17  0:05 Sebastian Pipping
2017-11-29 22:19 Sebastian Pipping
2017-11-27 16:21 Anthony G. Basile
2017-11-27 14:36 Anthony G. Basile
2017-11-20  0:43 Anthony G. Basile
2017-10-31 16:33 Sebastian Pipping
2017-09-20 11:47 Anthony G. Basile
2017-08-06 16:04 Sebastian Pipping
2017-06-10 12:41 Anthony G. Basile
2017-05-17 13:20 Sebastian Pipping
2017-04-30 15:30 Sebastian Pipping
2017-03-07 21:40 Anthony G. Basile
2017-03-06 21:22 Sebastian Pipping
2017-02-01  2:20 Aaron Bauman
2017-01-26 23:11 Sebastian Pipping
2017-01-11 20:18 Sebastian Pipping
2017-01-02 13:36 Anthony G. Basile
2017-01-02 13:34 Anthony G. Basile
2016-09-07 17:57 Sebastian Pipping
2016-08-24  0:30 Anthony G. Basile
2016-06-23  1:03 Anthony G. Basile
2016-05-06 22:02 Anthony G. Basile
2016-04-30 14:00 Anthony G. Basile
2016-04-25 23:46 Jorge Manuel B. S. Vicetto
2016-02-02 19:08 Sebastian Pipping
2016-01-06 20:36 Sebastian Pipping
2016-01-06 20:27 Sebastian Pipping
2015-12-19 20:09 Sebastian Pipping
2015-09-15 23:05 Sebastian Pipping
2015-08-25  2:47 Tim Harder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1679423311.c76546c7fb2a956642a6d38986e440633808b2de.ceamac@gentoo \
    --to=ceamac@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox