commit: 2f2d4f5609bbe4efc36345f3d67f5b4191e9d142 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Tue Apr 19 22:44:15 2016 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Tue Apr 19 22:44:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f2d4f56
net-wireless/cpyrit-opencl: Remove old Package-Manager: portage-2.2.28 .../cpyrit-opencl/cpyrit-opencl-0.4.0.ebuild | 27 ---------------------- 1 file changed, 27 deletions(-) diff --git a/net-wireless/cpyrit-opencl/cpyrit-opencl-0.4.0.ebuild b/net-wireless/cpyrit-opencl/cpyrit-opencl-0.4.0.ebuild deleted file mode 100644 index 3a09e9a..0000000 --- a/net-wireless/cpyrit-opencl/cpyrit-opencl-0.4.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -PYTHON_DEPEND="2:2.5" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils eutils - -DESCRIPTION="A sub-package that adds OpenCL-capability to Pyrit" -HOMEPAGE="https://code.google.com/p/pyrit/" -SRC_URI="https://pyrit.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - dev-libs/openssl - sys-libs/zlib - virtual/opencl" -RDEPEND="${DEPEND}" -PDEPEND="~net-wireless/pyrit-${PV}"