summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/socksipy/socksipy-1.02.ebuild')
-rw-r--r--dev-python/socksipy/socksipy-1.02.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/socksipy/socksipy-1.02.ebuild b/dev-python/socksipy/socksipy-1.02.ebuild
deleted file mode 100644
index 7e4867f3b524..000000000000
--- a/dev-python/socksipy/socksipy-1.02.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-MY_PN="SocksiPy-branch"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="SOCKS proxy implementation for python"
-HOMEPAGE="http://socksipy.sourceforge.net/ https://code.google.com/p/socksipy-branch/"
-SRC_URI="https://socksipy-branch.googlecode.com/files/${MY_P}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm x86"
-IUSE=""
-
-RDEPEND="${PYTHON_DEPS}"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( BUGS README )