From de49812990871e1705b64051c35161d5e6400269 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 24 Dec 2018 14:11:38 +0000 Subject: gentoo resync : 24.12.2018 --- www-apps/moinmoin/Manifest | 5 -- www-apps/moinmoin/files/postinstall-en-1.9.4.txt | 16 ---- www-apps/moinmoin/files/reconfig-1.9.4 | 17 ---- www-apps/moinmoin/metadata.xml | 8 -- www-apps/moinmoin/moinmoin-1.9.7-r1.ebuild | 105 ----------------------- 5 files changed, 151 deletions(-) delete mode 100644 www-apps/moinmoin/Manifest delete mode 100644 www-apps/moinmoin/files/postinstall-en-1.9.4.txt delete mode 100644 www-apps/moinmoin/files/reconfig-1.9.4 delete mode 100644 www-apps/moinmoin/metadata.xml delete mode 100644 www-apps/moinmoin/moinmoin-1.9.7-r1.ebuild (limited to 'www-apps/moinmoin') diff --git a/www-apps/moinmoin/Manifest b/www-apps/moinmoin/Manifest deleted file mode 100644 index ab27faad9cb0..000000000000 --- a/www-apps/moinmoin/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX postinstall-en-1.9.4.txt 548 BLAKE2B 090546047ce73cf1ba1cd45e6c3ff65578b9657c688f1f9e2e694dec5eed7255c22c47bbfdd8029c43aff1e06aaf76eb306a6ede4ae28b1692d085e62ef1e782 SHA512 a007244d5807ca89ad515f738cdcf739d3f4ba0a6c2ee35f05435856c4ccc9c993d44ed08a06b5d8555450b6b34013d3254628480900e515bb19ba80719a05ba -AUX reconfig-1.9.4 457 BLAKE2B 1c3033513891088f5ab1db5f070c55cf0279d5d3f14b31ada555f4f32ee7f485910d95775bd2c2b6ad4e957f92dd531fd4ff4467ae6f726bdc076f30f7e835fd SHA512 c5b493354e44e0a81e540eb80469b6787e2b898dbb2737ea8b6a52c95e92ba79af78bb0fc67b406a23ef2ca5d3df9a88c7e89c688e2d139abd2a3f480b30299c -DIST moin-1.9.7.tar.gz 36911772 BLAKE2B 26e0896a68692054c7a40da3e4ccb85a947e5335fde1387f47d6cc39f4c43e1e7421a4143ded9a1659596a2137cd68091967acd8a95630fe8263904e98d0d275 SHA512 5cb6c205fb0c18b83fe7cee83bf88098bfbbc357c89004f8b7cf484bd7efd35af4ace78d0e80df71b01f70861e8bbb63aeefdd831768989d5b7f511ca24fb60c -EBUILD moinmoin-1.9.7-r1.ebuild 2610 BLAKE2B 6ab247dfce0afaadd2ae29ca186367cefac962dfebbbfc5c8845bd55dfcf17352bbaa44b608818d414bc7f0ab8c4ef7ae4c05297fda1db31ce398e55cbd50cb5 SHA512 db65218b12b4a645b3bbceeb78d630c7c096c0dbba317f1b2c38fc76d0c8006ff28cae42b6b36fe26fcdd96d1643c7c4b9acc35802d8377913c096bc981d23ef -MISC metadata.xml 246 BLAKE2B 6bdcea4d16a06756a1ab24fb076af6d88134c134f9239e658b7e5facb8cf6ed2f30d98938fd92bc8a3690e54273fd7f72420ccab04e7a6f7319e257a9f9ed618 SHA512 1181711d3b020b2ca7beae0a539a9b7f1abe70962cd8561900e5f06e14c9c871c61ca6088fb674de19ef3b844a1b3c29cf0f84f638b2d0cb7c030f60cd1d42ed diff --git a/www-apps/moinmoin/files/postinstall-en-1.9.4.txt b/www-apps/moinmoin/files/postinstall-en-1.9.4.txt deleted file mode 100644 index 6a6baf764ead..000000000000 --- a/www-apps/moinmoin/files/postinstall-en-1.9.4.txt +++ /dev/null @@ -1,16 +0,0 @@ -Now please read the installation manual at -/usr/share/doc/${PF}/html - -MoinMoin can work with a variety of webservers. Simple Apache instructions -are given below: - -1. ExecCGI needs to be enabled in your Moinmoin directory by doing: -# echo "Options ExecCGI" > ${MY_INSTALLDIR}/.htaccess -# echo "AddHandler cgi-script .cgi" >> ${MY_INSTALLDIR}/.htaccess - -2. Add the following lines to your Apache configs: -ScriptAlias /mywiki "${MY_INSTALLDIR}/moin.cgi" - -3. Restart Apache - -4. Go to http://${VHOST_HOSTNAME}/mywiki/ and follow the instructions there. diff --git a/www-apps/moinmoin/files/reconfig-1.9.4 b/www-apps/moinmoin/files/reconfig-1.9.4 deleted file mode 100644 index 698da419fdb5..000000000000 --- a/www-apps/moinmoin/files/reconfig-1.9.4 +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -die() { - echo "#####" - echo $1 - echo "#####" - exit 1 -} - -if [ $1 = "install" ]; then - sed -e "s|^#\(.*\)/path/to/wikiconfigdir|\1${VHOST_ROOT}/${PN}-${PVR}|g" -i ${MY_INSTALLDIR}/moin.cgi || die "sed failed" - sed -e "s|#url_prefix_static|url_prefix_static|" -i ${VHOST_ROOT}/${PN}-${PVR}/wikiconfig.py || die "sed failed" - sed -e "s|//|/|" -i ${VHOST_ROOT}/${PN}-${PVR}/wikiconfig.py || die "sed failed" - -elif [ $1 = "clean" ]; then - echo $1 -fi diff --git a/www-apps/moinmoin/metadata.xml b/www-apps/moinmoin/metadata.xml deleted file mode 100644 index f2f2ba9e2823..000000000000 --- a/www-apps/moinmoin/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - web-apps@gentoo.org - Gentoo Webapps - - diff --git a/www-apps/moinmoin/moinmoin-1.9.7-r1.ebuild b/www-apps/moinmoin/moinmoin-1.9.7-r1.ebuild deleted file mode 100644 index 27ad731eec99..000000000000 --- a/www-apps/moinmoin/moinmoin-1.9.7-r1.ebuild +++ /dev/null @@ -1,105 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="xml" -DISTUTILS_SINGLE_IMPL=1 - -inherit eutils distutils-r1 webapp - -MY_PN="moin" - -DESCRIPTION="Python WikiClone" -HOMEPAGE="http://moinmo.in/" -SRC_URI="http://static.moinmo.in/files/${MY_PN}-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ppc x86" - -RDEPEND=">=dev-python/docutils-0.4[${PYTHON_USEDEP}] - >=dev-python/flup-1.0.2[${PYTHON_USEDEP}] - >=dev-python/pygments-1.1.1[${PYTHON_USEDEP}] - >=dev-python/werkzeug-0.7.0[${PYTHON_USEDEP}]" - -need_httpd_cgi - -S=${WORKDIR}/${MY_PN}-${PV} - -WEBAPP_MANUAL_SLOT="yes" - -pkg_setup() { - if has_version "