www-apps/mediawiki: bump to 1.43.9, 1.44.6 & 1.45.4

Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Miroslav Šulc
2026-06-30 12:21:18 +02:00
parent 0424e1a0b4
commit 59796d36f0
4 changed files with 282 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
DIST mediawiki-1.43.6.tar.gz 92480035 BLAKE2B 5e5fa03c5ccdb0dae9c39dcdd40c0ac2595c2f3e56051541eb4065eeb7f791d8f5f5b06fc1ff5ed0d00436594c14a19965207af8c6247c3841358d71412776f7 SHA512 150dbab1ed38c816531e2fcef380218b7eb6fc9fbdbe60c4fb7b65d2ebf25761a8d809ca971269f79001d5c8fb12f998caa5a9ce074d2bc9b463249beba2f9ec
DIST mediawiki-1.43.8.tar.gz 92793697 BLAKE2B 6ee54161f9c099dd44c2113e6518bb13659d9a38d6d75ff4dd2db3b3d41e9f31fa6f598794028a5e1a43bc695358529d6a4312530c4b60cf614e3958b9017b8a SHA512 0102ebd16fba63ab360e3460620edb65db5a8e66d75c98351a62d8ba63614d50c7d244b9c510a96715014d8994c804e7600bc7154e8d991b9d0fc6f3e0ae0e7f
DIST mediawiki-1.43.9.tar.gz 93194737 BLAKE2B 68010893a8de4d26a2934b8a9cf58a63aa3d04242fec4ce201172b4ad0a5c47489bf5055ca8a17750077cfa63c755d1b21add89e9f49bb52eb359d3cc12f594a SHA512 a084b2e8aa3a2cbc5d96eabe638e150bacc61dd5b082672f1112cd237fbc5b7a9dcf083bd1219580b6ba17f00d7f24e071e9e9377a9dcb356e5b315398747aef
DIST mediawiki-1.44.3.tar.gz 94690086 BLAKE2B 0055f2b6ce1c059519daf6184f918b6670e4406e7feb9afc816b337dad869dddc22446cc2f5982b43e7a5102461efa504434cf7f8b1e8ea089de91effba9588a SHA512 1ad3a5cfbb436a4c32b4e3c44bbf1a9e503b4cd2c541029eca201c42d564150b8b3d7ada506525e73de4e05526a0f47a5e2aabc4b416d43d02d6dad3e808f8a3
DIST mediawiki-1.44.5.tar.gz 95022621 BLAKE2B 9471bd3dbda0eba510a9d94ae5743f06f8a112b24dad96ab4bea916aa8ace746f25e738374a58edfade5d948b0f3a9e6c08771ffc8402ca6c30f6664a6befb72 SHA512 13ff96803297353e3f7bee9e677623f98f5cc1e2df376af5e9c74ef7cdaba31d212b6c2eb14d9a05b70b7e6505c4fe2feeb14310dc17d56e5cfec28b35897251
DIST mediawiki-1.44.6.tar.gz 95447144 BLAKE2B c572b9c85e8079b329651fa4ebc61f7c9b9a017790b06e88348ed0b5c49ab9dd292789afc0cd58b5bc0286d68c6e7958f1b3e5946129542817f00c13a71c4ca9 SHA512 147b7497c2fa0f8f4406fe8fecb4a1716b1792ed313aeae71fae0db8010095a6177a4fc468513904ac27282a6b1374869164f594baa4da981f050f9d8844b6a8
DIST mediawiki-1.45.1.tar.gz 82078953 BLAKE2B 90e3f67781e08246a25c691debe5487460c339b0031d51ab8857b102952b536fad941244a8919157b647af0ed3ebe070351f7ef980ff3de5f24f0129f8539c67 SHA512 86272f30de47e231406450346fdeb06f7d5634374b1629456db5e03437833e50d7705d712b47a55a1506a8195e6189020154ec5ac8b02208bd20d9053b1a01ee
DIST mediawiki-1.45.3.tar.gz 82457003 BLAKE2B 90626971abf4a260bd4e3149f9c62215b65e4df7e22f1b38964bc60dc1c0500aea5d35e570ef0642daac149f74d2a8c9afd486043482154dc24d79e1133cef45 SHA512 6504414ec02855853aaf696570b557f85e6aab6db8b04ce960f70e37c123ed983697bdb2e358918bb978e412341366c2e766daf6d2f087ce4ccc59f87542f4a0
DIST mediawiki-1.45.4.tar.gz 82922509 BLAKE2B 21b106acff6c9905286146df6b6ac3c48486cb913f2dfcd9139db0dd63d7c2620d6999e966deff8c442e55ebe68ea7d867b5d8b71d1cbdfdd72058dcad4c24c7 SHA512 7813f2194ba66d7d6fc6aa98c8bf1fe61997fa86a5c2d0a432009305636fb8d16aecb8369618352ff84c2805357d0ba127505ce45d091d721c4f5499ca084372

View File

@@ -0,0 +1,93 @@
# Copyright 1999-2026 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 selinux +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] )
selinux? ( sec-policy/selinux-mediawiki )
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
}

View File

@@ -0,0 +1,93 @@
# Copyright 1999-2026 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 selinux +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] )
selinux? ( sec-policy/selinux-mediawiki )
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
}

View File

@@ -0,0 +1,93 @@
# Copyright 1999-2026 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 selinux +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] )
selinux? ( sec-policy/selinux-mediawiki )
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
}