diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-01-18 16:34:40 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-01-18 16:34:40 +0000 |
commit | 5d1d99a5201fd6643376d751617e4f5560f876ca (patch) | |
tree | d8c4d47acb44f9dcc80fe5bb268936468ac5b7b9 /net-zope | |
parent | Restore 3.6.1, which is required by Zope 2.12.3. (diff) | |
download | historical-5d1d99a5201fd6643376d751617e4f5560f876ca.tar.gz historical-5d1d99a5201fd6643376d751617e4f5560f876ca.tar.bz2 historical-5d1d99a5201fd6643376d751617e4f5560f876ca.zip |
Delete older ebuild.
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/zope/files/zope-2.12.1-fix_build.patch | 25 | ||||
-rw-r--r-- | net-zope/zope/zope-2.12.1.ebuild | 140 |
2 files changed, 0 insertions, 165 deletions
diff --git a/net-zope/zope/files/zope-2.12.1-fix_build.patch b/net-zope/zope/files/zope-2.12.1-fix_build.patch deleted file mode 100644 index 35d35ee8bd64..000000000000 --- a/net-zope/zope/files/zope-2.12.1-fix_build.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- inst/Makefile.in -+++ inst/Makefile.in -@@ -53,10 +53,10 @@ - ${RMRF} ${BUILD_BASE} - - # install: Install a software home. --install: build version_txt -- ${PYTHON} "${BASE_DIR}/setup.py" ${DISTUTILS_OPTS} install \ -- --home="${PREFIX}" ${BUILD_FLAGS} ${INSTALL_FLAGS} -- [ -f ${PREFIX}/bin/python ] || ${LN} ${PYTHON} ${PREFIX}/bin/python -+install: version_txt -+ ${PYTHON} "${BASE_DIR}/setup.py" ${DISTUTILS_OPTS} build \ -+ ${BUILD_FLAGS} install --home="${PREFIX}" --root="${DESTDIR}" ${INSTALL_FLAGS} -+ [ -f "${PREFIX}/bin/python" ] || ${LN} "${PYTHON}" "${DESTDIR}${PREFIX}/bin/python" - @echo - @echo Zope binaries installed successfully. - @echo Now run \'${PREFIX}/bin/mkzopeinstance.py\' -@@ -111,6 +111,7 @@ - - # version_txt: create a version file in lib/python/version.txt - version_txt: -+ ${MKDIR} "${BASE_DIR}/lib/python/Zope2" - printf "Zope ${MAJOR_VERSION}.${MINOR_VERSION}-${RELEASE_TAG}" >\ - "${BASE_DIR}/lib/python/Zope2/version.txt" - diff --git a/net-zope/zope/zope-2.12.1.ebuild b/net-zope/zope/zope-2.12.1.ebuild deleted file mode 100644 index 6c55ac29506c..000000000000 --- a/net-zope/zope/zope-2.12.1.ebuild +++ /dev/null @@ -1,140 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.12.1.ebuild,v 1.1 2009/12/13 18:18:04 arfrever Exp $ - -EAPI="2" - -inherit eutils multilib versionator - -MY_PN="Zope2" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Zope is a web application platform used for building high-performance, dynamic web sites" -HOMEPAGE="http://www.zope.org http://pypi.python.org/pypi/Zope2" -SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="ZPL" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64" -IUSE="doc" -RESTRICT="test" - -RDEPEND="( >=dev-lang/python-2.5.4 =dev-lang/python-2* ) - dev-python/docutils - dev-python/restrictedpython - dev-python/setuptools - net-zope/acquisition - net-zope/datetime - net-zope/extensionclass - net-zope/persistence - net-zope/tempstorage - net-zope/transaction - net-zope/zdaemon - net-zope/zconfig - 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-pagetemplate - net-zope/zope-processlifetime - net-zope/zope-proxy - net-zope/zope-publisher - net-zope/zope-schema - net-zope/zope-security - net-zope/zope-sendmail - net-zope/zope-sequencesort - net-zope/zope-site - net-zope/zope-size - net-zope/zope-structuredtext - net-zope/zope-tales - net-zope/zope-testbrowser - net-zope/zope-testing - net-zope/zope-traversing - net-zope/zope-viewlet -" -DEPEND="${RDEPEND} - doc? ( dev-python/sphinx )" - -S="${WORKDIR}/${MY_P}" - -ZUID="zope" -ZGID="zope" -ZS_DIR="${ROOT}usr/$(get_libdir)" -ZSERVDIR="${ZS_DIR}/${PN}-${SLOT}" - -# Narrow the scope of ownership/permissions. -# Security plan: -# * ZUID is the superuser for all zope instances. -# * ZGID is for a single instance's administration. - -src_prepare() { - epatch "${FILESDIR}/${P}-fix_build.patch" -} - -src_configure() { - local python2_version="$(readlink /usr/bin/python2)" - if [[ "${python2_version}" != "python2."* ]]; then - die "'/usr/bin/python2' isn't valid symlink" - fi - - ./configure --prefix="${ZSERVDIR}" --with-python="/usr/bin/${python2_version}" || die "Configuration failed" -} - -src_compile() { - emake || die "emake failed" - - if use doc; then - cd doc - emake html || die "Building of documentation failed" - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - for file in "${D}usr/$(get_libdir)/${PN}-${SLOT}/bin/"*; do - if [[ -f "${file}" && ! -L "${file}" ]]; then - sed -e '/import sys/iimport os\nos.environ["PYTHONPATH"] = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "lib", "python"))' -e '/import sys/asys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "lib", "python")))' -i "${file}" || die "Changing of os.environ and sys.path in ${file} failed" - fi - done - - touch "${D}usr/$(get_libdir)/${PN}-${SLOT}/lib/python/Products/__init__.py" || die "touch failed" - - if use doc; then - pushd doc/.build/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 "${ZSERVDIR}/skel" - doins "${FILESDIR}/zope.initd" || die "doins failed" -} - -pkg_postinst() { - # Create the zope user and group for backward compatibility. - enewgroup ${ZGID} 261 - usermod -g ${ZGID} ${ZUID} 2>&1 >/dev/null || \ - enewuser ${ZUID} 261 -1 /var/$(get_libdir)/zope ${ZGID} - - einfo "Be warned that you need at least one zope instance to run zope." - einfo "Please emerge zope-config for further instance management." -} |