# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 PYTHON_DEPEND="2" PYTHON_USE_WITH="sqlite" inherit eutils python distutils # flag-o-matic DESCRIPTION="A GPU-based WPA-PSK and WPA2-PSK cracking tool" HOMEPAGE="http://code.google.com/p/pyrit/" LICENSE="GPL-3" SLOT="0" if [[ ${PV} == "9999" ]] ; then inherit subversion ESVN_REPO_URI="http://pyrit.googlecode.com/svn/trunk/" KEYWORDS="~arm ~amd64 ~x86" IUSE="calpp cuda opencl" DEPEND=" calpp? ( =app-crypt/cpyrit_calpp-9999 ) opencl? ( =app-crypt/cpyrit_opencl-9999 ) cuda? ( =app-crypt/cpyrit_cuda-9999 )" else SRC_URI="http://pyrit.googlecode.com/files/${P}.tar.gz" KEYWORDS="amd64 arm ppc x86" IUSE="cuda opencl" DEPEND="!