diff options
author | 2010-07-27 16:19:38 +0000 | |
---|---|---|
committer | 2010-07-27 16:19:38 +0000 | |
commit | d2967f4747da9f3acab61b81840e5db979a6e08d (patch) | |
tree | be31526a0f1056d6cbe4cea5abdef4a6b824fdbe /dev-python | |
parent | Use -fno-strict-aliasing to avoid breaking strict-aliasing rules. (diff) | |
download | historical-d2967f4747da9f3acab61b81840e5db979a6e08d.tar.gz historical-d2967f4747da9f3acab61b81840e5db979a6e08d.tar.bz2 historical-d2967f4747da9f3acab61b81840e5db979a6e08d.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/foolscap/foolscap-0.3.1.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/foolscap/foolscap-0.3.1.ebuild b/dev-python/foolscap/foolscap-0.3.1.ebuild deleted file mode 100644 index a62036c0d783..000000000000 --- a/dev-python/foolscap/foolscap-0.3.1.ebuild +++ /dev/null @@ -1,30 +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/foolscap/foolscap-0.3.1.ebuild,v 1.10 2009/05/03 11:31:53 armin76 Exp $ - -inherit distutils - -DESCRIPTION="The next-generation RPC protocol, intended to replace Perspective Broker." -HOMEPAGE="http://foolscap.lothar.com/trac" -SRC_URI="http://${PN}.lothar.com/releases/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ppc64 s390 x86" -IUSE="doc" - -DEPEND="dev-python/setuptools" -RDEPEND=">=dev-python/twisted-2.4.0" - -src_install() { - distutils_src_install - - if use doc; then - dodoc doc/*.txt || die "dodoc failed" - dohtml -A py,tpl,xhtml -r doc/* || die "dohtml failed" - fi -} - -src_test() { - PYTHONPATH=. trial ${PN} || die "tests failed" -} |