commit:     9ccec1faf30ed51097f82305b632cba460da529a
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 27 20:09:07 2026 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Jan 27 20:09:07 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ccec1fa

www-apps/mediawiki: dropped obsolete 1.43.5 & 1.44.2

Bug: https://bugs.gentoo.org/969237
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 www-apps/mediawiki/Manifest                |  2 -
 www-apps/mediawiki/mediawiki-1.43.5.ebuild | 92 ------------------------------
 www-apps/mediawiki/mediawiki-1.44.2.ebuild | 92 ------------------------------
 3 files changed, 186 deletions(-)

diff --git a/www-apps/mediawiki/Manifest b/www-apps/mediawiki/Manifest
index 52ee6ae526a6..3560da0b1648 100644
--- a/www-apps/mediawiki/Manifest
+++ b/www-apps/mediawiki/Manifest
@@ -1,5 +1,3 @@
-DIST mediawiki-1.43.5.tar.gz 92288699 BLAKE2B 
b4a490ec302e8144cd822e831d3cdfd8c89cac80757eaa5635c5b88252b7d7301aa22a1c200cd3a24b14ae5304778b4f94652950cb1eef45eb71ddc82cdf492f
 SHA512 
a1e01378c67aa869467b8e31d80dcd608da5dd9cfcb94da8c174b18a995af4026069b3667c05c95bad97f6cdd3d398a1690d433ce3ae5c951ebfcc019526304a
 DIST mediawiki-1.43.6.tar.gz 92480035 BLAKE2B 
5e5fa03c5ccdb0dae9c39dcdd40c0ac2595c2f3e56051541eb4065eeb7f791d8f5f5b06fc1ff5ed0d00436594c14a19965207af8c6247c3841358d71412776f7
 SHA512 
150dbab1ed38c816531e2fcef380218b7eb6fc9fbdbe60c4fb7b65d2ebf25761a8d809ca971269f79001d5c8fb12f998caa5a9ce074d2bc9b463249beba2f9ec
-DIST mediawiki-1.44.2.tar.gz 94523311 BLAKE2B 
07b7aca6f20d4ad2686315cf09f3a97005288243d325121f46e5c991cfa445466b11a4f502b1aa15edc786f7ec0ac29ae227d050e3fd6c445c73ac70205b6fa6
 SHA512 
650e0ba162a3990e379bf32ad6a2d3a0f7f8bcfce2f97f6367c6a94f41332cc22a94929ef2dab58a0db9ba5573b17e5ba09bcebcae161320177ae6bacc0b09c4
 DIST mediawiki-1.44.3.tar.gz 94690086 BLAKE2B 
0055f2b6ce1c059519daf6184f918b6670e4406e7feb9afc816b337dad869dddc22446cc2f5982b43e7a5102461efa504434cf7f8b1e8ea089de91effba9588a
 SHA512 
1ad3a5cfbb436a4c32b4e3c44bbf1a9e503b4cd2c541029eca201c42d564150b8b3d7ada506525e73de4e05526a0f47a5e2aabc4b416d43d02d6dad3e808f8a3
 DIST mediawiki-1.45.1.tar.gz 82078953 BLAKE2B 
90e3f67781e08246a25c691debe5487460c339b0031d51ab8857b102952b536fad941244a8919157b647af0ed3ebe070351f7ef980ff3de5f24f0129f8539c67
 SHA512 
86272f30de47e231406450346fdeb06f7d5634374b1629456db5e03437833e50d7705d712b47a55a1506a8195e6189020154ec5ac8b02208bd20d9053b1a01ee

diff --git a/www-apps/mediawiki/mediawiki-1.43.5.ebuild 
b/www-apps/mediawiki/mediawiki-1.43.5.ebuild
deleted file mode 100644
index c01d7bece82f..000000000000
--- a/www-apps/mediawiki/mediawiki-1.43.5.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit webapp
-
-MY_BRANCH=$(ver_cut 1-2)
-
-DESCRIPTION="The MediaWiki wiki web application (as used on wikipedia.org)"
-HOMEPAGE="http://www.mediawiki.org";
-SRC_URI="http://releases.wikimedia.org/${PN}/${MY_BRANCH}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ppc x86"
-IUSE="imagemagick mysql postgres +sqlite"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-RDEPEND="dev-lang/php[calendar,ctype,fileinfo,iconv,intl,json(+),postgres?,session,ssl,unicode,xml,xmlreader]
-       imagemagick? ( virtual/imagemagick-tools )
-       !imagemagick? ( dev-lang/php[gd] )
-       mysql? ( dev-lang/php[mysql,mysqli] )
-       sqlite? (
-               dev-db/sqlite[fts3(+)]
-               dev-lang/php[pdo,sqlite]
-       )
-       virtual/httpd-php"
-
-need_httpd_cgi
-
-RESTRICT="test"
-
-src_unpack() {
-       default
-
-       # remove lua binaries (bug #631554)
-       rm -r 
"${S}"/extensions/Scribunto/includes/Engines/LuaStandalone/binaries || die 
"Failed to remove Lua binaries"
-}
-
-src_install() {
-       webapp_src_preinst
-
-       # First we install docs and then copy everything left into htdocs dir
-       # to avoid bugs like #236411.
-
-       # We ensure the directories are prepared for writing.  The post-
-       # install instructions guide the user to enable the feature.
-       local DOCS="FAQ HISTORY INSTALL README.md RELEASE-NOTES-${PV:0:4} 
UPGRADE"
-       dodoc ${DOCS} docs/*.txt
-       docinto databases
-       dodoc docs/databases/*
-
-       # Clean everything not used at the site...
-       rm -r ${DOCS} COPYING tests docs || die
-       find . -name Makefile -delete || die
-
-       # and install
-       insinto "${MY_HTDOCSDIR}"
-       doins -r .
-
-       # If imagemagick is enabled then setup for image upload.
-       # We ensure the directory is prepared for writing.
-       if use imagemagick ; then
-               webapp_serverowned "${MY_HTDOCSDIR}"/images
-       fi
-
-       webapp_postinst_txt en "${FILESDIR}/postinstall-1.18-en.txt"
-       webapp_postupgrade_txt en "${FILESDIR}/postupgrade-1.16-en.txt"
-       webapp_src_install
-}
-
-pkg_postinst() {
-       webapp_pkg_postinst
-
-       if [[ -n ${REPLACING_VERSIONS} ]]; then
-               echo
-               elog "=== Consult the release notes ==="
-               elog "Before doing anything, stop and consult the release notes"
-               elog "/usr/share/doc/${PF}/RELEASE-NOTES-${PV:0:4}.bz2"
-               echo
-               elog "These detail bug fixes, new features and functionality, 
and any"
-               elog "particular points that may need to be noted during the 
upgrade procedure."
-               echo
-               elog "If you plan to use the Scribunto extension with Lua, make 
sure to configure"
-               elog "path to Lua executable using this documentation:"
-               elog 
"https://www.mediawiki.org/wiki/Extension:Scribunto#Lua_binary";
-               echo
-               ewarn "Back up existing files and the database before upgrade."
-               ewarn "http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki";
-               ewarn "provides an overview of the backup process."
-               echo
-       fi
-}

diff --git a/www-apps/mediawiki/mediawiki-1.44.2.ebuild 
b/www-apps/mediawiki/mediawiki-1.44.2.ebuild
deleted file mode 100644
index c01d7bece82f..000000000000
--- a/www-apps/mediawiki/mediawiki-1.44.2.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit webapp
-
-MY_BRANCH=$(ver_cut 1-2)
-
-DESCRIPTION="The MediaWiki wiki web application (as used on wikipedia.org)"
-HOMEPAGE="http://www.mediawiki.org";
-SRC_URI="http://releases.wikimedia.org/${PN}/${MY_BRANCH}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ppc x86"
-IUSE="imagemagick mysql postgres +sqlite"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-RDEPEND="dev-lang/php[calendar,ctype,fileinfo,iconv,intl,json(+),postgres?,session,ssl,unicode,xml,xmlreader]
-       imagemagick? ( virtual/imagemagick-tools )
-       !imagemagick? ( dev-lang/php[gd] )
-       mysql? ( dev-lang/php[mysql,mysqli] )
-       sqlite? (
-               dev-db/sqlite[fts3(+)]
-               dev-lang/php[pdo,sqlite]
-       )
-       virtual/httpd-php"
-
-need_httpd_cgi
-
-RESTRICT="test"
-
-src_unpack() {
-       default
-
-       # remove lua binaries (bug #631554)
-       rm -r 
"${S}"/extensions/Scribunto/includes/Engines/LuaStandalone/binaries || die 
"Failed to remove Lua binaries"
-}
-
-src_install() {
-       webapp_src_preinst
-
-       # First we install docs and then copy everything left into htdocs dir
-       # to avoid bugs like #236411.
-
-       # We ensure the directories are prepared for writing.  The post-
-       # install instructions guide the user to enable the feature.
-       local DOCS="FAQ HISTORY INSTALL README.md RELEASE-NOTES-${PV:0:4} 
UPGRADE"
-       dodoc ${DOCS} docs/*.txt
-       docinto databases
-       dodoc docs/databases/*
-
-       # Clean everything not used at the site...
-       rm -r ${DOCS} COPYING tests docs || die
-       find . -name Makefile -delete || die
-
-       # and install
-       insinto "${MY_HTDOCSDIR}"
-       doins -r .
-
-       # If imagemagick is enabled then setup for image upload.
-       # We ensure the directory is prepared for writing.
-       if use imagemagick ; then
-               webapp_serverowned "${MY_HTDOCSDIR}"/images
-       fi
-
-       webapp_postinst_txt en "${FILESDIR}/postinstall-1.18-en.txt"
-       webapp_postupgrade_txt en "${FILESDIR}/postupgrade-1.16-en.txt"
-       webapp_src_install
-}
-
-pkg_postinst() {
-       webapp_pkg_postinst
-
-       if [[ -n ${REPLACING_VERSIONS} ]]; then
-               echo
-               elog "=== Consult the release notes ==="
-               elog "Before doing anything, stop and consult the release notes"
-               elog "/usr/share/doc/${PF}/RELEASE-NOTES-${PV:0:4}.bz2"
-               echo
-               elog "These detail bug fixes, new features and functionality, 
and any"
-               elog "particular points that may need to be noted during the 
upgrade procedure."
-               echo
-               elog "If you plan to use the Scribunto extension with Lua, make 
sure to configure"
-               elog "path to Lua executable using this documentation:"
-               elog 
"https://www.mediawiki.org/wiki/Extension:Scribunto#Lua_binary";
-               echo
-               ewarn "Back up existing files and the database before upgrade."
-               ewarn "http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki";
-               ewarn "provides an overview of the backup process."
-               echo
-       fi
-}

Reply via email to