summaryrefslogtreecommitdiff
path: root/dev-python/PyECLib/PyECLib-1.2.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-02 16:32:52 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-02 17:14:30 +0200
commitb5522ba10845ff49a8382da67ce626bfdd2a24f2 (patch)
tree718ab96e70df65188e8fd373ad62ba591d189a64 /dev-python/PyECLib/PyECLib-1.2.0.ebuild
parentc3904a0b3aa02c4cc557e653f47e29dd3c5d39c7 (diff)
downloadgentoo-b5522ba10845ff49a8382da67ce626bfdd2a24f2.tar.gz
gentoo-b5522ba10845ff49a8382da67ce626bfdd2a24f2.tar.bz2
gentoo-b5522ba10845ff49a8382da67ce626bfdd2a24f2.zip
dev-python/PyECLib: Clean old versions up
Diffstat (limited to 'dev-python/PyECLib/PyECLib-1.2.0.ebuild')
-rw-r--r--dev-python/PyECLib/PyECLib-1.2.0.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/PyECLib/PyECLib-1.2.0.ebuild b/dev-python/PyECLib/PyECLib-1.2.0.ebuild
deleted file mode 100644
index 6c1b92b4bf99..000000000000
--- a/dev-python/PyECLib/PyECLib-1.2.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 eutils multilib
-
-DESCRIPTION="Messaging API for RPC and notifications over a number of different messaging transports"
-HOMEPAGE="https://pypi.python.org/pypi/PyECLib"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-
-CDEPEND="dev-libs/jerasure"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- ${CDEPEND}"
-RDEPEND="dev-libs/liberasurecode
- ${CDEPEND}"