From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 99EB6139694 for ; Wed, 28 Jun 2017 11:47:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E407B23400D; Wed, 28 Jun 2017 11:47:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1C7123400D for ; Wed, 28 Jun 2017 11:47:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8A35341737 for ; Wed, 28 Jun 2017 11:47:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31DA07491 for ; Wed, 28 Jun 2017 11:47:16 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1498650430.23de4eadd54c693a3b04d4259dfec87fde0b5ae9.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/mediawiki/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/mediawiki/Manifest www-apps/mediawiki/mediawiki-1.27.1-r1.ebuild X-VCS-Directories: www-apps/mediawiki/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 23de4eadd54c693a3b04d4259dfec87fde0b5ae9 X-VCS-Branch: master Date: Wed, 28 Jun 2017 11:47:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3fb8391e-aa19-4eeb-9afe-2c3cba04b3c1 X-Archives-Hash: 17072047d6084152a4e78f12bffacd62 commit: 23de4eadd54c693a3b04d4259dfec87fde0b5ae9 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Jun 28 11:46:58 2017 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Jun 28 11:47:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23de4ead www-apps/mediawiki: Security cleanup (bug #614906) Package-Manager: Portage-2.3.5, Repoman-2.3.2 www-apps/mediawiki/Manifest | 1 - www-apps/mediawiki/mediawiki-1.27.1-r1.ebuild | 79 --------------------------- 2 files changed, 80 deletions(-) diff --git a/www-apps/mediawiki/Manifest b/www-apps/mediawiki/Manifest index 8bfcd01964e..565f3b69967 100644 --- a/www-apps/mediawiki/Manifest +++ b/www-apps/mediawiki/Manifest @@ -1,2 +1 @@ -DIST mediawiki-1.27.1.tar.gz 31504507 SHA256 08a676c392625cf3c5730a6c1b9390ab1e11dcc17cfd0ff97a2ae3917ef5a36a SHA512 0bf3df06af8251729e9c01106a3eea7bdb4b6f27388501c627cb714cbff722f408ade725d7223ab69e79e036cf2a09b1f9a0659f45898508347638b50d440cda WHIRLPOOL 8621c0a788422b82f15a4702f8cc8869ca08bf76bef0cf4b26c003882a4310b6960d877299ad1995b1f6c02dc177856b9745696f78d6205884772761efd666f1 DIST mediawiki-1.27.3.tar.gz 31509270 SHA256 11d470582b52a471b4e99735b36a44b230681847a97ef032c2fc050fd8aea823 SHA512 bc6228342b589a3acb0f5623b9ef45982d7aab032ff322aaf7bda7ac3ee16a7732b8013698d8f509da4310bbb65c12a73b7bbe4612d5e0e3d93965199efdc8eb WHIRLPOOL 23fd4432a52c454a8354fcd325d9081b888f14f199020e43798eaa3cb904c8b7fff70e5c38ee77fcf982d755deeaea2071cfcb2133b1b88a92a7afdab56577a9 diff --git a/www-apps/mediawiki/mediawiki-1.27.1-r1.ebuild b/www-apps/mediawiki/mediawiki-1.27.1-r1.ebuild deleted file mode 100644 index ce9c6e247e9..00000000000 --- a/www-apps/mediawiki/mediawiki-1.27.1-r1.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit webapp versionator - -MY_BRANCH=$(get_version_component_range 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" - -RDEPEND=">=dev-lang/php-5.5.9[json,mysql?,postgres?,session,xml,xmlreader] - imagemagick? ( virtual/imagemagick-tools ) - !imagemagick? ( dev-lang/php[gd] ) - sqlite? ( - dev-db/sqlite:3[fts3(+)] - >=dev-lang/php-5.5.9[pdo] - || ( dev-lang/php[sqlite] dev-lang/php[sqlite3] ) - ) - virtual/httpd-php" - -need_httpd_cgi - -RESTRICT="test" - -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 RELEASE-NOTES-${PV:0:4} UPGRADE" - dodoc ${DOCS} docs/*.txt - docinto php-memcached - dodoc docs/php-memcached/* - - # Clean everything not used at the site... - rm -rf ${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 - 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 -}