diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-11-30 09:37:48 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-11-30 09:37:48 +0000 |
commit | a15ec2979b77a145fad467ca397418eafcdf05bf (patch) | |
tree | bb1c6a8746abc9123475ca46c9c1e3fcd7c1f4a6 /www-apps | |
parent | media-gfx/povray: sci takes it for now, please join (diff) | |
download | gentoo-2-a15ec2979b77a145fad467ca397418eafcdf05bf.tar.gz gentoo-2-a15ec2979b77a145fad467ca397418eafcdf05bf.tar.bz2 gentoo-2-a15ec2979b77a145fad467ca397418eafcdf05bf.zip |
Remove old.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/moinmoin/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/moinmoin/files/postinstall-en.txt | 22 | ||||
-rw-r--r-- | www-apps/moinmoin/files/reconfig-3 | 20 | ||||
-rw-r--r-- | www-apps/moinmoin/moinmoin-1.8.8.ebuild | 82 | ||||
-rw-r--r-- | www-apps/moinmoin/moinmoin-1.9.4.ebuild | 102 |
5 files changed, 5 insertions, 227 deletions
diff --git a/www-apps/moinmoin/ChangeLog b/www-apps/moinmoin/ChangeLog index fa1aa12816f8..0d30d79e31a4 100644 --- a/www-apps/moinmoin/ChangeLog +++ b/www-apps/moinmoin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/moinmoin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/moinmoin/ChangeLog,v 1.84 2012/09/27 06:51:37 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/moinmoin/ChangeLog,v 1.85 2012/11/30 09:37:47 radhermit Exp $ + + 30 Nov 2012; Tim Harder <radhermit@gentoo.org> -moinmoin-1.8.8.ebuild, + -moinmoin-1.9.4.ebuild, -files/reconfig-3, -files/postinstall-en.txt: + Remove old. 27 Sep 2012; Andreas Schuerch <nativemad@gentoo.org> moinmoin-1.9.5.ebuild: x86 stable, see bug 433898 diff --git a/www-apps/moinmoin/files/postinstall-en.txt b/www-apps/moinmoin/files/postinstall-en.txt deleted file mode 100644 index b4f5381a5514..000000000000 --- a/www-apps/moinmoin/files/postinstall-en.txt +++ /dev/null @@ -1,22 +0,0 @@ -Now please read the installation manual at -http://master18.moinmo.in/HelpOnInstalling - -MoinMoin can work with a variety of webservers. Simple Apache instructions -are given below: - -1. ExecCGI needs to be enabled in your Moinmoin directory. You can do this by -simply -# echo "Options ExecCGI" > ${MY_INSTALLDIR}/.htaccess -# echo "AddHandler cgi-script .cgi" >> ${MY_INSTALLDIR}/.htaccess - -2. Add the following lines to your Apache configs: -Alias /wiki "${MY_INSTALLDIR}" -ScriptAlias /mymoin "${MY_INSTALLDIR}/moin.cgi" - -3. If you are running >=net-www/apache-2.0.52-r2, then you also need to turn -on .htaccess. Look for the <Directory "/var/www/localhost/htdocs/"> stanza -in httpd.conf, and change "AllowOverride None" to "AllowOverride All". - -4. Restart Apache - -5. Go to http://${VHOST_HOSTNAME}/mymoin diff --git a/www-apps/moinmoin/files/reconfig-3 b/www-apps/moinmoin/files/reconfig-3 deleted file mode 100644 index c237fd0b5b07..000000000000 --- a/www-apps/moinmoin/files/reconfig-3 +++ /dev/null @@ -1,20 +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|\./data/|${VHOST_ROOT}/${PN}-${PVR}/data| - s|\./underlay/|${VHOST_ROOT}/${PN}-${PVR}/underlay| - s|moin_static171|${VHOST_APPDIR}| - 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/moinmoin-1.8.8.ebuild b/www-apps/moinmoin/moinmoin-1.8.8.ebuild deleted file mode 100644 index 9522a7965b7a..000000000000 --- a/www-apps/moinmoin/moinmoin-1.8.8.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/moinmoin/moinmoin-1.8.8.ebuild,v 1.9 2012/09/09 11:22:16 armin76 Exp $ - -EAPI="3" -PYTHON_DEPEND="2::2.6" - -inherit distutils webapp - -MY_PN="moin" - -DESCRIPTION="Python WikiClone" -SRC_URI="http://static.moinmo.in/files/${MY_PN}-${PV}.tar.gz" -HOMEPAGE="http://moinmo.in/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ppc x86" -IUSE="rss" - -DEPEND="" -RDEPEND=">=dev-python/docutils-0.4 - rss? ( >=dev-python/pyxml-0.8.4 )" - -need_httpd_cgi - -S="${WORKDIR}"/${MY_PN}-${PV} - -PYTHON_MODNAME="MoinMoin" -WEBAPP_MANUAL_SLOT="yes" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup - webapp_pkg_setup -} - -src_install() { - webapp_src_preinst - distutils_src_install - - dodoc README docs/CHANGES* docs/README.migration - dohtml docs/INSTALL.html - rm -rf README docs/ - - cd "${D}"/usr/share/moin - - insinto "${MY_HTDOCSDIR}" - doins -r htdocs/* server/moin.cgi - fperms +x "${MY_HTDOCSDIR}/moin.cgi" - - insinto "${MY_HOSTROOTDIR}"/${PF} - doins -r data underlay config/wikiconfig.py - - insinto "${MY_HOSTROOTDIR}"/${PF}/altconfigs - doins -r config - - insinto "${MY_HOSTROOTDIR}"/${PF}/altserver - doins -r server - - # data needs to be server owned per moin devs - cd "${D}/${MY_HOSTROOTDIR}"/${PF} - for file in $(find data underlay); do - webapp_serverowned "${MY_HOSTROOTDIR}/${PF}/${file}" - done - - webapp_configfile "${MY_HOSTROOTDIR}"/${PF}/wikiconfig.py - webapp_hook_script "${FILESDIR}"/reconfig-3 - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt - - webapp_src_install -} - -pkg_postinst() { - ewarn - ewarn "If you are upgrading from an older version, please read" - ewarn "README.migration in /usr/share/doc/${PF}" - ewarn - - distutils_pkg_postinst - webapp_pkg_postinst -} diff --git a/www-apps/moinmoin/moinmoin-1.9.4.ebuild b/www-apps/moinmoin/moinmoin-1.9.4.ebuild deleted file mode 100644 index 932d7dd9502d..000000000000 --- a/www-apps/moinmoin/moinmoin-1.9.4.ebuild +++ /dev/null @@ -1,102 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/moinmoin/moinmoin-1.9.4.ebuild,v 1.6 2012/09/22 02:10:23 blueness Exp $ - -EAPI="4" -PYTHON_DEPEND="2:2.5" -PYTHON_USE_WITH="xml" -PYTHON_MODNAME="MoinMoin" - -inherit distutils 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" -IUSE="" - -RDEPEND=">=dev-python/docutils-0.4 - >=dev-python/flup-1.0.2 - >=dev-python/pygments-1.1.1 - >=dev-python/werkzeug-0.7.0" - -need_httpd_cgi - -S=${WORKDIR}/${MY_PN}-${PV} - -WEBAPP_MANUAL_SLOT="yes" - -pkg_setup() { - if has_version "<www-apps/moinmoin-1.9" ; then - ewarn - ewarn "You already have a version of moinmoin prior to 1.9 installed." - ewarn "moinmoin-1.9 has a very different configuration than 1.8 (among" - ewarn "other changes, static content is no longer installed under the" - ewarn "htdocs directory)." - ewarn - ewarn "Please read http://moinmo.in/MoinMoinRelease1.9 and" - ewarn "README.migration in /usr/share/doc/${PF}" - ewarn - fi - - python_set_active_version 2 - python_pkg_setup - webapp_pkg_setup -} - -src_prepare() { - # remove bundled -- parsedatetime and xappy not packaged yet - rm -r MoinMoin/support/{pygments,werkzeug,flup} || die - sed -i "/\(flup\|pygments\|werkzeug\)/d" setup.py || die -} - -src_install() { - webapp_src_preinst - distutils_src_install - - dodoc README docs/CHANGES* docs/README.migration - dohtml docs/INSTALL.html - rm -rf README docs/ - - cd "${D}"/usr/share/moin - - insinto "${MY_HTDOCSDIR}" - doins -r server/moin.cgi - fperms +x "${MY_HTDOCSDIR}/moin.cgi" - - insinto "${MY_HOSTROOTDIR}"/${PF} - doins -r data underlay config/wikiconfig.py - - insinto "${MY_HOSTROOTDIR}"/${PF}/altconfigs - doins -r config - - insinto "${MY_HOSTROOTDIR}"/${PF}/altserver - doins -r server - - # data needs to be server owned per moin devs - cd "${D}/${MY_HOSTROOTDIR}"/${PF} - for file in $(find data underlay); do - webapp_serverowned "${MY_HOSTROOTDIR}/${PF}/${file}" - done - - webapp_configfile "${MY_HOSTROOTDIR}"/${PF}/wikiconfig.py - webapp_hook_script "${FILESDIR}"/reconfig-${PV} - webapp_postinst_txt en "${FILESDIR}"/postinstall-en-${PV}.txt - - webapp_src_install -} - -pkg_postinst() { - ewarn - ewarn "If you are upgrading from an older version, please read" - ewarn "README.migration in /usr/share/doc/${PF}" - ewarn - - distutils_pkg_postinst - webapp_pkg_postinst -} |