mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
pyrit: reverted changes from Anton, let's stay on svn
This commit is contained in:
parent
4ed919f8c0
commit
0570485d1f
3 changed files with 5 additions and 26 deletions
|
|
@ -1,4 +1,2 @@
|
|||
AUX pyrit-0.3.patch 826 RMD160 62f810c2697cb3a2e6ea3dea565c9e6134c20d40 SHA1 b83721a565cb86ad5552fd2fdce23eaf1ef5c9c2 SHA256 4dd600140f6592f353dd96504b4381a32319a670ca168611a0f1d5e45a3c89c4
|
||||
DIST pyrit-0.3.0.tar.gz 136316 RMD160 2cd79e0d8d811515e44ca36d6217a75317d30768 SHA1 c164e84b6ea27fafccbf3d59645b2c616ab1ce2a SHA256 398b956d27cd863318adfa79c3fbbab2d3ccdf6f509452968368b8be72ccd975
|
||||
EBUILD pyrit-0.3.0.ebuild 900 RMD160 e73a80925db13b13be40db703121fe496909c6c8 SHA1 f8a6108b38555f554a79f554a2e97adb15f9db45 SHA256 611b564ae51dc6f5c494f6194a25bd9fae702e770a19f9b49edaff554dcb213f
|
||||
EBUILD pyrit-0.3-r2.ebuild 948 RMD160 7c23b12e95884794f8291f27baf09b6e31418f0e SHA1 f0c7a03bf06530d474d00ea4c0aee244095c3072 SHA256 b3b00f94a0fe226628daa7c6ec66126a6f5f3c95e0abec8f0a32d3e3c25a17a1
|
||||
EBUILD pyrit-9999.ebuild 885 RMD160 bc4f52a407a7d243eb3057943014864bf05e0e65 SHA1 4cf02bcbfdc8fb5fa94d23f4c1164e45044137e8 SHA256 7a84566012e3488daba97c7e8565e184bdce995f198229a2ac1a23eaa73c9861
|
||||
|
|
|
|||
|
|
@ -1,21 +0,0 @@
|
|||
Index: cpyrit_opencl/setup.py
|
||||
===================================================================
|
||||
--- cpyrit_opencl/setup.py (revision 225)
|
||||
+++ cpyrit_opencl/setup.py (working copy)
|
||||
@@ -32,7 +32,7 @@
|
||||
OPENCL_INC_DIRS = []
|
||||
for path in ('/usr/local/opencl/OpenCL/common/inc', \
|
||||
'/opt/opencl/OpenCL/common/inc', \
|
||||
- '/usr/local/opencl/include'):
|
||||
+ '/opt/ati-stream-sdk/include'):
|
||||
if os.path.exists(path):
|
||||
OPENCL_INC_DIRS.append(path)
|
||||
break
|
||||
@@ -91,6 +91,7 @@
|
||||
libraries = ['ssl', 'OpenCL', 'z'],
|
||||
sources = ['_cpyrit_opencl.c'],
|
||||
include_dirs = OPENCL_INC_DIRS,
|
||||
+ library_dirs = ['/opt/ati-stream-sdk/lib'],
|
||||
extra_compile_args = EXTRA_COMPILE_ARGS)
|
||||
|
||||
setup_args = dict(
|
||||
|
|
@ -4,11 +4,11 @@
|
|||
|
||||
EAPI=2
|
||||
|
||||
inherit eutils python distutils flag-o-matic
|
||||
inherit eutils python distutils subversion flag-o-matic
|
||||
|
||||
DESCRIPTION="A GPU-based WPA-PSK and WPA2-PSK cracking tool"
|
||||
HOMEPAGE="http://code.google.com/p/pyrit/"
|
||||
SRC_URI="http://pyrit.googlecode.com/files/${P}.tar.gz"
|
||||
ESVN_REPO_URI="http://pyrit.googlecode.com/svn/trunk/@242"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
|
@ -28,10 +28,12 @@ pkg_setup() {
|
|||
}
|
||||
|
||||
src_compile() {
|
||||
cd "${S}/pyrit"
|
||||
distutils_src_compile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cd "${S}/pyrit"
|
||||
distutils_src_install
|
||||
}
|
||||
|
||||
Loading…
Reference in a new issue