From aae6cbcf78d430149cb228fc86fa07fc8035541a Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sun, 10 Apr 2011 22:51:31 +0000 Subject: Delete older ebuild. --- www-apps/moinmoin/files/reconfig-2 | 17 -------- www-apps/moinmoin/moinmoin-1.8.4.ebuild | 75 --------------------------------- 2 files changed, 92 deletions(-) delete mode 100644 www-apps/moinmoin/files/reconfig-2 delete mode 100644 www-apps/moinmoin/moinmoin-1.8.4.ebuild (limited to 'www-apps/moinmoin') diff --git a/www-apps/moinmoin/files/reconfig-2 b/www-apps/moinmoin/files/reconfig-2 deleted file mode 100644 index 57039bb766bc..000000000000 --- a/www-apps/moinmoin/files/reconfig-2 +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -die() { - echo "#####" - echo $1 - echo "#####" - exit 1 -} - -if [ $1 = "install" ]; then - sed -e "s|/path/to/wikiconfig|${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|" -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.4.ebuild b/www-apps/moinmoin/moinmoin-1.8.4.ebuild deleted file mode 100644 index 0db564d06473..000000000000 --- a/www-apps/moinmoin/moinmoin-1.8.4.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/moinmoin/moinmoin-1.8.4.ebuild,v 1.6 2010/12/03 00:38:13 xmw Exp $ - -MY_PN="moin" -PYTHON_MODNAME="MoinMoin" - -inherit webapp distutils - -WEBAPP_MANUAL_SLOT="yes" - -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 sparc x86" -IUSE="rss" - -DEPEND=">=dev-lang/python-2.3" -RDEPEND="${DEPEND} - >=dev-python/docutils-0.4 - rss? ( >=dev-python/pyxml-0.8.4 )" - -need_httpd_cgi - -S="${WORKDIR}"/${MY_PN}-${PV} - -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 serverowned 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 1.3.x, please read" - ewarn "README.migration in /usr/share/doc/${PF}" - ewarn "and http://moinmoin.wikiwikiweb.de/HelpOnUpdating" - ewarn - - distutils_pkg_postinst - webapp_pkg_postinst -} -- cgit v1.2.3-65-gdbad