From 0a862f8a134a3381361dbbb09f80d1d0c956153a Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sun, 7 Nov 2010 16:42:40 +0000 Subject: Delete older ebuild. --- net-zope/zope/zope-2.12.11.ebuild | 163 -------------------------------------- 1 file changed, 163 deletions(-) delete mode 100644 net-zope/zope/zope-2.12.11.ebuild diff --git a/net-zope/zope/zope-2.12.11.ebuild b/net-zope/zope/zope-2.12.11.ebuild deleted file mode 100644 index 1705543c42db..000000000000 --- a/net-zope/zope/zope-2.12.11.ebuild +++ /dev/null @@ -1,163 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.12.11.ebuild,v 1.1 2010/09/11 22:02:18 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2:2.6" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4 2.5 3.*" - -inherit distutils eutils multilib versionator - -MY_PN="Zope2" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Zope 2 application server / web framework" -HOMEPAGE="http://www.zope.org http://zope2.zope.org http://pypi.python.org/pypi/Zope2" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" - -LICENSE="ZPL" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~alpha ~amd64 ~sparc ~x86" -IUSE="doc" -RESTRICT="test" - -RDEPEND="dev-python/docutils - dev-python/restrictedpython - dev-python/setuptools - net-zope/acquisition - net-zope/datetime - net-zope/extensionclass - net-zope/five-formlib - net-zope/initgroups - net-zope/missing - net-zope/multimapping - net-zope/namespaces - net-zope/persistence - net-zope/record - net-zope/tempstorage - net-zope/threadlock - net-zope/transaction - net-zope/zconfig - net-zope/zdaemon - net-zope/zlog - >=net-zope/zodb-3.9 - net-zope/zope-app-form - net-zope/zope-app-publication - net-zope/zope-app-publisher - net-zope/zope-app-schema - net-zope/zope-component - net-zope/zope-configuration - net-zope/zope-container - net-zope/zope-contentprovider - net-zope/zope-contenttype - net-zope/zope-deferredimport - net-zope/zope-event - net-zope/zope-exceptions - net-zope/zope-formlib - net-zope/zope-i18n - net-zope/zope-i18nmessageid - net-zope/zope-interface - net-zope/zope-lifecycleevent - net-zope/zope-location - net-zope/zope-mkzeoinstance - net-zope/zope-pagetemplate - net-zope/zope-processlifetime - net-zope/zope-proxy - net-zope/zope-publisher - net-zope/zope-schema - net-zope/zope-security - "${D}${ZOPE_INSTALLATION_DIR}/lib/python-${PYTHON_ABI}/${module}/__init__.py" || return 1 - done - } - python_execute_function -q modules_installation - - skel_preparation() { - sed -e "/^ZOPE_RUN=/s/runzope/&-${PYTHON_ABI}/" -i "${D}${ZOPE_INSTALLATION_DIR}/lib/python-${PYTHON_ABI}/Zope2/utilities/skel/bin/runzope.in" || return 1 - sed -e "/^ZDCTL=/s/zopectl/&-${PYTHON_ABI}/" -i "${D}${ZOPE_INSTALLATION_DIR}/lib/python-${PYTHON_ABI}/Zope2/utilities/skel/bin/zopectl.in" || return 1 - } - python_execute_function -q skel_preparation - - if use doc; then - pushd build/sphinx/html > /dev/null - dodoc _sources/* || die "Installation of documentation failed" - docinto html - dohtml -r [A-Za-z]* _static || die "Installation of documentation failed" - popd > /dev/null - fi - - # Copy the init script skeleton to skel directory of our installation. - insinto "${ZOPE_INSTALLATION_DIR}/skel" - doins "${FILESDIR}/zope.initd" || die "doins failed" -} - -pkg_postinst() { -# python_mod_optimize --allow-evaluated-non-sitedir-paths "${ZOPE_INSTALLATION_DIR}/lib/python-\${PYTHON_ABI}" - byte-compilation() { - "$(PYTHON)" "$(python_get_libdir)/compileall.py" -q ${ZOPE_INSTALLATION_DIR}/lib/python-${PYTHON_ABI} - "$(PYTHON)" -O "$(python_get_libdir)/compileall.py" -q ${ZOPE_INSTALLATION_DIR}/lib/python-${PYTHON_ABI} - } - python_execute_function -q byte-compilation -} - -pkg_postrm() { -# python_mod_cleanup --allow-evaluated-non-sitedir-paths "${ZOPE_INSTALLATION_DIR}/lib/python-\${PYTHON_ABI}" - SUPPORT_PYTHON_ABIS="" python_mod_cleanup ${ZOPE_INSTALLATION_DIR}/lib -} -- cgit v1.2.3-65-gdbad