mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
cpyrit_cuda: no longer require our version of cuda stuff, gentoo is much better now
This commit is contained in:
parent
55853fdccc
commit
bc20c0bac3
3 changed files with 38 additions and 2 deletions
|
|
@ -1,2 +1,3 @@
|
|||
EBUILD cpyrit_cuda-0.4.0-r1.ebuild 698 RMD160 28d81f1c8d87362754b6a4b65b263d5d055b68b0 SHA1 a8b8f20d4ccfbb1f6392a14b928d7fe07dc2c70e SHA256 4916128153c489e00301bf5ca1480b7c84fe35df8cd79d97aa8aba9662214a75
|
||||
EBUILD cpyrit_cuda-0.4.0.ebuild 706 RMD160 acf5d214594c4a632844a227adf0020283660752 SHA1 d5eb06e99913810fd0d9ce3e5e6386dd34f565f9 SHA256 6c5ccbce0f73a1f0188b2c50db300cb1622f0695bd94b012430e5998768932d9
|
||||
EBUILD cpyrit_cuda-9999.ebuild 779 RMD160 00e085efbe69fdc924bb79eb77192ac2c646a730 SHA1 9c5bd296602e6d900b25bff0af15a9eb5c754922 SHA256 849e0c571e43595f17eec000d06f7c4e1bb986c98315aa3e6e98f4f8aa003fd7
|
||||
EBUILD cpyrit_cuda-9999.ebuild 771 RMD160 d53bc30b700dd51c80ea32ac11c1a656e8642f38 SHA1 bc2665344f96ffeea07a753e1c6d4110b540a26e SHA256 cb79f12e9fb798933d3cbbc5fd578f6d38ee8dbb3f77557901ac3a9b163b97c4
|
||||
|
|
|
|||
35
app-crypt/cpyrit_cuda/cpyrit_cuda-0.4.0-r1.ebuild
Normal file
35
app-crypt/cpyrit_cuda/cpyrit_cuda-0.4.0-r1.ebuild
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=3
|
||||
|
||||
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/"
|
||||
ESVN_REPO_URI="http://pyrit.googlecode.com/svn/trunk/@294"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="!<app-crypt/pyrit-0.3-r1
|
||||
>=dev-util/nvidia-cuda-sdk-2.2
|
||||
x11-drivers/nvidia-drivers"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
pkg_setup() {
|
||||
append-ldflags $(no-as-needed)
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
cd "${S}/cpyrit_cuda"
|
||||
distutils_src_compile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cd "${S}/cpyrit_cuda"
|
||||
distutils_src_install
|
||||
}
|
||||
|
|
@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
|
|||
IUSE=""
|
||||
|
||||
DEPEND="!<app-crypt/pyrit-0.3-r1
|
||||
>=dev-util/nvidia-cuda-sdk-3.0[pentoo]
|
||||
>=dev-util/nvidia-cuda-sdk-3.0
|
||||
x11-drivers/nvidia-drivers"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue