summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-02 10:16:08 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-02 10:16:08 +0200
commit1a23854f6e2cc511945c11894004dad8cfef062f (patch)
treef72de30ee99d600cdd8b789f17d2c3d954fd035d /net-wireless/cpyrit-opencl/cpyrit-opencl-0.5.0.ebuild
parentnet-wireless/cpyrit-cuda: Remove last-rited pkg (diff)
downloadgentoo-1a23854f6e2cc511945c11894004dad8cfef062f.tar.gz
gentoo-1a23854f6e2cc511945c11894004dad8cfef062f.tar.bz2
gentoo-1a23854f6e2cc511945c11894004dad8cfef062f.zip
net-wireless/cpyrit-opencl: Remove last-rited pkg
Closes: https://bugs.gentoo.org/709932 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-wireless/cpyrit-opencl/cpyrit-opencl-0.5.0.ebuild')
-rw-r--r--net-wireless/cpyrit-opencl/cpyrit-opencl-0.5.0.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-wireless/cpyrit-opencl/cpyrit-opencl-0.5.0.ebuild b/net-wireless/cpyrit-opencl/cpyrit-opencl-0.5.0.ebuild
deleted file mode 100644
index 21e2d29a1c08..000000000000
--- a/net-wireless/cpyrit-opencl/cpyrit-opencl-0.5.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1
-
-DESCRIPTION="A sub-package that adds OpenCL-capability to Pyrit"
-HOMEPAGE="https://github.com/JPaulMora/Pyrit"
-SRC_URI="https://github.com/JPaulMora/Pyrit/archive/v${PV}.tar.gz -> pyrit-${PV}.tar.gz"
-
-LICENSE="GPL-3+ GPL-3+-with-opencl-exception GPL-3+-with-opencl-openssl-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
- dev-libs/openssl:=
- sys-libs/zlib
- virtual/opencl"
-RDEPEND="${DEPEND}"
-PDEPEND="~net-wireless/pyrit-${PV}"
-
-S="${WORKDIR}/Pyrit-${PV}/modules/cpyrit_opencl"
-
-pkg_setup() {
- python-single-r1_pkg_setup
-}