diff options
author | 2009-10-04 19:27:55 +0000 | |
---|---|---|
committer | 2009-10-04 19:27:55 +0000 | |
commit | 1afff2c36e0f6b1ab3407f8fecc3ca07263d63a3 (patch) | |
tree | c3f49d612ca9e3b7e0137226ba6822f2d3bfaa2c | |
parent | Delete older ebuilds. (diff) | |
download | historical-1afff2c36e0f6b1ab3407f8fecc3ca07263d63a3.tar.gz historical-1afff2c36e0f6b1ab3407f8fecc3ca07263d63a3.tar.bz2 historical-1afff2c36e0f6b1ab3407f8fecc3ca07263d63a3.zip |
Delete older ebuild.
Package-Manager: portage-14490-svn/cvs/Linux x86_64
-rw-r--r-- | dev-python/twisted/Manifest | 1 | ||||
-rw-r--r-- | dev-python/twisted/twisted-8.2.0.ebuild | 116 |
2 files changed, 0 insertions, 117 deletions
diff --git a/dev-python/twisted/Manifest b/dev-python/twisted/Manifest index 68d606d8ccbf..9646807f50eb 100644 --- a/dev-python/twisted/Manifest +++ b/dev-python/twisted/Manifest @@ -11,6 +11,5 @@ EBUILD twisted-1.2.0.ebuild 942 RMD160 8dce3b39ff9824745d587a518aedfaabf33fb884 EBUILD twisted-1.3.0.ebuild 1004 RMD160 2ee9254bbfd45c3d553b6e17d456b80c02318179 SHA1 3047717343b484b4eeb0da67cb7aeb33ed10b995 SHA256 df9edd0e272c0f7582d47b0984eb9d78e55ab248f09caf98abee311a07066fea EBUILD twisted-8.1.0.ebuild 3417 RMD160 5d31380e70c11d6cb068a98d3338340edd9dd0a0 SHA1 8c9f34625dcf8f688cb8e1c2557012c50cdcb5b7 SHA256 61bc6479f41f5ba17ced9e3c265c6f9b52cdf8a24a1092ec52652bd5339dcb05 EBUILD twisted-8.2.0-r2.ebuild 3516 RMD160 67d3f30b33f73a8c49c644af81e668a76d9a78b9 SHA1 757cbf8631868a79081cdfa61579cf42a1847efa SHA256 870da9363b4f488802bb31b4f1dfc533bfef0832253aef6928670a2769daeabf -EBUILD twisted-8.2.0.ebuild 3427 RMD160 3550f3983e8d036e2c7a9aa58fb4ddd918e71689 SHA1 5e0e40286b75be09111b759a3dc0d61d1c5eaf96 SHA256 4281e638d362dcf10963a8dba174ce431bcb5f4c89bce9c6e514555060685fd2 MISC ChangeLog 18435 RMD160 8e6e97fbeb1edd3cbbf3a5878d8af0ee56d595aa SHA1 585a1d526692232f52b4e70e694f10518eee2f25 SHA256 93c4a89013413079b73fc7599642a6aed6ff322cde79d0dd1554505208a72aba MISC metadata.xml 516 RMD160 3603e0b110b1486ed5c02ec37ccee6712e2098c8 SHA1 3fe53dc137c9bd5437e8f6fb1d397491f5e9281e SHA256 702ffca7fc318ecb382067e3bccf620bebd7da614430ea82de24445b9f75524c diff --git a/dev-python/twisted/twisted-8.2.0.ebuild b/dev-python/twisted/twisted-8.2.0.ebuild deleted file mode 100644 index 6e2734e45c9e..000000000000 --- a/dev-python/twisted/twisted-8.2.0.ebuild +++ /dev/null @@ -1,116 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-8.2.0.ebuild,v 1.2 2009/09/06 21:11:31 idl0r Exp $ - -inherit eutils distutils versionator - -MY_P=TwistedCore-${PV} - -DESCRIPTION="An asynchronous networking framework written in Python" -HOMEPAGE="http://www.twistedmatrix.com/" -SRC_URI="http://tmrc.mit.edu/mirror/${PN}/Core/$(get_version_component_range 1-2)/${MY_P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="gtk serial crypt" - -DEPEND=">=dev-lang/python-2.3 - >=net-zope/zopeinterface-3.0.1 - serial? ( dev-python/pyserial ) - crypt? ( >=dev-python/pyopenssl-0.5.1 ) - gtk? ( >=dev-python/pygtk-1.99 ) - !dev-python/twisted-docs" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -DOCS="CREDITS NEWS README" - -src_unpack() { - python_version - unpack ${A} - cd "${S}" - - # Give a load-sensitive test a better chance of succeeding. - epatch "${FILESDIR}/${PN}-2.1.0-echo-less.patch" - - # Pass valid arguments to "head" in the zsh completion function. - epatch "${FILESDIR}/${PN}-2.1.0-zsh-head.patch" - - # Skip test that only works with Python >=2.5 (won't byte-compile) - if [ "${PYVER_MINOR}" -lt 5 ]; then - echo "'''skip'''" > "${S}"/twisted/test/generator_failure_tests.py || die - fi - -} - -src_install() { - distutils_src_install - - # get rid of this to prevent collision-protect from killing us. it - # is regenerated in pkg_postinst. - rm "${D}/usr/$(get_libdir)"/python*/site-packages/twisted/plugins/dropin.cache - - # weird pattern to avoid installing the index.xhtml page - doman doc/man/*.? - insinto /usr/share/doc/${PF} - doins -r $(find doc -mindepth 1 -maxdepth 1 -not -name man) - - # workaround for a possible portage bug - mkdir -p "${D}/etc/conf.d/" - newconfd "${FILESDIR}/twistd.conf" twistd - newinitd "${FILESDIR}/twistd.init" twistd - - # zsh completion - insinto /usr/share/zsh/site-functions/ - doins twisted/python/_twisted_zsh_stub -} - -update_plugin_cache() { - python_version - local tpath="${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/twisted" - # we have to remove the cache or removed plugins won't be removed - # from the cache (http://twistedmatrix.com/bugs/issue926) - [[ -e "${tpath}/plugins/dropin.cache" ]] && rm -f "${tpath}/plugins/dropin.cache" - if [[ -e "${tpath}/plugin.py" ]]; then - # twisted is still installed, update. - # we have to use getPlugIns here for <=twisted-2.0.1 compatibility - einfo "Regenerating plugin cache" - python -c "from twisted.plugin import IPlugin, getPlugIns;list(getPlugIns(IPlugin))" - fi -} - -pkg_postinst() { - distutils_pkg_postinst - update_plugin_cache -} - -pkg_postrm() { - distutils_pkg_postrm - update_plugin_cache -} - -src_test() { - python_version - - if has_version ">=dev-lang/python-2.3"; then - "${python}" setup.py install --root="${T}/tests" --no-compile || die - else - "${python}" setup.py install --root="${T}/tests" || die - fi - - cd "${T}/tests/usr/$(get_libdir)/python${PYVER}/site-packages/" || die - - # prevent it from pulling in plugins from already installed - # twisted packages - rm twisted/plugins/__init__.py || die - - # an empty file doesn't work because the tests check for - # docstrings in all packages - echo "'''plugins stub'''" > twisted/plugins/__init__.py || die - - PYTHONPATH=. "${T}"/tests/usr/bin/trial twisted || die "trial failed" - cd "${S}" - rm -rf "${T}/tests" -} |