summaryrefslogtreecommitdiff
path: root/dev-python/zfec/zfec-1.4.24.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/zfec/zfec-1.4.24.ebuild')
-rw-r--r--dev-python/zfec/zfec-1.4.24.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/zfec/zfec-1.4.24.ebuild b/dev-python/zfec/zfec-1.4.24.ebuild
deleted file mode 100644
index c123900063fe..000000000000
--- a/dev-python/zfec/zfec-1.4.24.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1
-
-DESCRIPTION="Fast erasure codec for the command-line, C, Python, or Haskell"
-HOMEPAGE="https://pypi.org/project/zfec/"
-SRC_URI="mirror://pypi/z/zfec/zfec-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-COMMON_DEPEND=""
-RDEPEND="${COMMON_DEPEND}
- dev-python/pyutil[${PYTHON_USEDEP}]
- dev-python/zbase32[${PYTHON_USEDEP}]"
-DEPEND="${COMMON_DEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-src_install() {
- distutils-r1_src_install
-
- rm -rf "${ED%/}"/usr/share/doc/${PN}
-}