mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 22:30:59 +02:00
cryptohaze-combined: fixing ebuild after portage yelled at me, just moving things around
This commit is contained in:
parent
8626bb79af
commit
c0f567ca00
3 changed files with 22 additions and 22 deletions
|
|
@ -1,3 +1,3 @@
|
|||
DIST Cryptohaze-Src_1_31.tar.bz2 5536082 RMD160 ab68f3554c784e9bf8a3f4526b5272c3b5c80f44 SHA1 8357afabcbe02e0ee7b239fa3b1bc24b03d219a8 SHA256 7fe5b3207c66cb46f60ec439f6d5d4af3efa4a42f16657e72a3b187c214d1139
|
||||
EBUILD cryptohaze-combined-1.31.ebuild 1610 RMD160 e10b464eb8c88a846a0817127f349aadc96d4250 SHA1 0f0be74ed8e378d93de68b924e76fdb2ef54a3f0 SHA256 177d949907f153fe38664659fb5a3cf164ce7b8c846645ca536f17bcf8bd7393
|
||||
EBUILD cryptohaze-combined-9999.ebuild 1612 RMD160 b54892bf5c111cb8dfd68c8122c3093358e1031f SHA1 44b5b50484240b1b63fe06faee793bb396f301c0 SHA256 ad772b7d360997b19aef791b6b345ee03b741fcce8882a8245ef56982f334853
|
||||
EBUILD cryptohaze-combined-1.31.ebuild 1610 RMD160 efd29d77a52ed08351b095b19401d149924734d9 SHA1 ff5c97ee61bed5e61a7775deeb16265074be9d33 SHA256 ccdbf36d1dbfb5d79d7eedfcfd8641050819a8eb2b29375f96b6b0a97651e54d
|
||||
EBUILD cryptohaze-combined-9999.ebuild 1612 RMD160 79365a5c47f888e176d808171e5aa7a77f03dcde SHA1 3a1b0700452ba29ae7586d560f157af7a36b0145 SHA256 bee6cf9a6aad89e68f17fa8bb11d455fb77a05f83db3bc65915623378a82a415
|
||||
|
|
|
|||
|
|
@ -2,16 +2,6 @@
|
|||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
inherit subversion
|
||||
KEYWORDS="-*"
|
||||
ESVN_REPO_URI="https://cryptohaze.svn.sourceforge.net/svnroot/cryptohaze/Cryptohaze-Combined"
|
||||
else
|
||||
KEYWORDS="amd64 x86"
|
||||
MY_PV=${PV/\./_}
|
||||
SRC_URI="mirror://sourceforge/cryptohaze/Cryptohaze-Src_${MY_PV}.tar.bz2"
|
||||
fi
|
||||
|
||||
EAPI=4
|
||||
|
||||
DESCRIPTION="GPU and OpenCL accelerated password auditing tools for security professionals"
|
||||
|
|
@ -28,6 +18,16 @@ DEPEND="dev-libs/argtable
|
|||
>=dev-libs/boost-1.47.0"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
inherit subversion
|
||||
KEYWORDS="-*"
|
||||
ESVN_REPO_URI="https://cryptohaze.svn.sourceforge.net/svnroot/cryptohaze/Cryptohaze-Combined"
|
||||
else
|
||||
KEYWORDS="amd64 x86"
|
||||
MY_PV=${PV/\./_}
|
||||
SRC_URI="mirror://sourceforge/cryptohaze/Cryptohaze-Src_${MY_PV}.tar.bz2"
|
||||
fi
|
||||
|
||||
#required for new cmake build system which seems broken and unusable
|
||||
#export NVSDKCUDA_ROOT=/opt/cuda/sdk/C
|
||||
|
||||
|
|
|
|||
|
|
@ -2,16 +2,6 @@
|
|||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
inherit subversion
|
||||
KEYWORDS="-*"
|
||||
ESVN_REPO_URI="https://cryptohaze.svn.sourceforge.net/svnroot/cryptohaze/Cryptohaze-Combined"
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
MY_PV=${PV/\./_}
|
||||
SRC_URI="mirror://sourceforge/cryptohaze/Cryptohaze-Src_${MY_PV}.tar.bz2"
|
||||
fi
|
||||
|
||||
EAPI=4
|
||||
|
||||
DESCRIPTION="GPU and OpenCL accelerated password auditing tools for security professionals"
|
||||
|
|
@ -28,6 +18,16 @@ DEPEND="dev-libs/argtable
|
|||
>=dev-libs/boost-1.47.0"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
inherit subversion
|
||||
KEYWORDS="-*"
|
||||
ESVN_REPO_URI="https://cryptohaze.svn.sourceforge.net/svnroot/cryptohaze/Cryptohaze-Combined"
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
MY_PV=${PV/\./_}
|
||||
SRC_URI="mirror://sourceforge/cryptohaze/Cryptohaze-Src_${MY_PV}.tar.bz2"
|
||||
fi
|
||||
|
||||
#required for new cmake build system which seems broken and unusable
|
||||
#export NVSDKCUDA_ROOT=/opt/cuda/sdk/C
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue