summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-27 16:19:38 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-27 16:19:38 +0000
commit117a0c4a2f3f2e10e940943e16753a1c1b28a7d6 (patch)
treec85d5142c070ad7a346f9468394a29d91735062e /dev-python/foolscap
parentUse -fno-strict-aliasing to avoid breaking strict-aliasing rules. (diff)
downloadgentoo-2-117a0c4a2f3f2e10e940943e16753a1c1b28a7d6.tar.gz
gentoo-2-117a0c4a2f3f2e10e940943e16753a1c1b28a7d6.tar.bz2
gentoo-2-117a0c4a2f3f2e10e940943e16753a1c1b28a7d6.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/foolscap')
-rw-r--r--dev-python/foolscap/foolscap-0.3.1.ebuild30
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"
-}