summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-23 22:45:02 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-23 22:45:02 +0000
commit72d7166a7891a1b7d970464975192a85f1da0a1f (patch)
tree205bddfad7acfab0a7d73f4cbaa11fd9201924cb /dev-python/rpyc
parentSet SUPPORT_PYTHON_ABIS. (diff)
downloadgentoo-2-72d7166a7891a1b7d970464975192a85f1da0a1f.tar.gz
gentoo-2-72d7166a7891a1b7d970464975192a85f1da0a1f.tar.bz2
gentoo-2-72d7166a7891a1b7d970464975192a85f1da0a1f.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/rpyc')
-rw-r--r--dev-python/rpyc/rpyc-3.0.6.ebuild12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-python/rpyc/rpyc-3.0.6.ebuild b/dev-python/rpyc/rpyc-3.0.6.ebuild
deleted file mode 100644
index 2fdcb7302507..000000000000
--- a/dev-python/rpyc/rpyc-3.0.6.ebuild
+++ /dev/null
@@ -1,12 +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/rpyc/rpyc-3.0.6.ebuild,v 1.1 2009/09/03 12:07:03 patrick Exp $
-inherit distutils
-DESCRIPTION="Remote python call"
-HOMEPAGE="http://${PN}.wikidot.com/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="crypt"
-RDEPEND="crypt? ( dev-python/tlslite )"