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
commit35f2f1dda50b72c268c67f70119cfc1437632fae (patch)
treeee7853a0fa111200b7f0a030716362441f989048 /dev-python/rpyc
parentSet SUPPORT_PYTHON_ABIS. (diff)
downloadhistorical-35f2f1dda50b72c268c67f70119cfc1437632fae.tar.gz
historical-35f2f1dda50b72c268c67f70119cfc1437632fae.tar.bz2
historical-35f2f1dda50b72c268c67f70119cfc1437632fae.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 )"