From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C1DEF1395E2 for ; Sun, 27 Nov 2016 06:01:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B83CFE0B16; Sun, 27 Nov 2016 06:01:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9EF2FE0B0D for ; Sun, 27 Nov 2016 06:01:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74BCC341398 for ; Sun, 27 Nov 2016 06:01:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98F9524B0 for ; Sun, 27 Nov 2016 06:01:33 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1480226363.c9a5020a3d880445c9db2330229e9d3cfddd9b83.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/cpyrit-cuda/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/cpyrit-cuda/Manifest net-wireless/cpyrit-cuda/cpyrit-cuda-0.5.0.ebuild X-VCS-Directories: net-wireless/cpyrit-cuda/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: c9a5020a3d880445c9db2330229e9d3cfddd9b83 X-VCS-Branch: master Date: Sun, 27 Nov 2016 06:01:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fcd79898-3225-43a5-9bf9-e6c3f431fbaa X-Archives-Hash: 3039f8123843fbb0214841a2d1ac26fb commit: c9a5020a3d880445c9db2330229e9d3cfddd9b83 Author: Göktürk Yüksek gentoo org> AuthorDate: Sun Nov 27 04:23:47 2016 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Nov 27 05:59:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9a5020a net-wireless/cpyrit-cuda: bump to 0.5.0 Package-Manager: portage-2.3.0 net-wireless/cpyrit-cuda/Manifest | 1 + net-wireless/cpyrit-cuda/cpyrit-cuda-0.5.0.ebuild | 31 +++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/net-wireless/cpyrit-cuda/Manifest b/net-wireless/cpyrit-cuda/Manifest index 09b06ec..681cab6 100644 --- a/net-wireless/cpyrit-cuda/Manifest +++ b/net-wireless/cpyrit-cuda/Manifest @@ -1 +1,2 @@ DIST cpyrit-cuda-0.4.0.tar.gz 22050 SHA256 6035f01874f699f010e460618694ec876f719bea475313b991f5dd3dd84d831b SHA512 c875c6aaa527251453369e43cd9596b5727032ff6a7bbbee7cc1c4efe56b71dd3151d39b8203a4d496e5f8addd21379486bf353e7893ac9ba11ad0614305fec1 WHIRLPOOL 3ae00515e44fa13d4172c3cc3cd569551831a4740a0e8c82b7962e82cc832c4c173507d65cd6d16d6eb575efc3ae1a6df4f4fcfd39898b25790f57672f9f1d31 +DIST pyrit-0.5.0.tar.gz 267614 SHA256 c610b7e5930e71ef466365418e58ce72f4b7dea5a3398c3296192f0c4a7175aa SHA512 912742cd7d9cd9231b9b3aa155a5170c0ba36c3865280423e100c1d12df34e093ee56305d8738d4f406abbfef9b1d540872872b8ef23d699466298d41289ad25 WHIRLPOOL ade13ce1f4835f3a9f1f31cd850ccc555c34c9a292c062d1444962ead3e3db3b35124cab58c14021468bee8da80072725cd5b90dd7913f63da6f86831b70b144 diff --git a/net-wireless/cpyrit-cuda/cpyrit-cuda-0.5.0.ebuild b/net-wireless/cpyrit-cuda/cpyrit-cuda-0.5.0.ebuild new file mode 100644 index 00000000..3d56ede --- /dev/null +++ b/net-wireless/cpyrit-cuda/cpyrit-cuda-0.5.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) +DISTUTILS_SINGLE_IMPL=1 + +inherit distutils-r1 + +DESCRIPTION="A sub-package that adds CUDA-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+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + dev-libs/openssl:= + net-libs/libpcap + dev-util/nvidia-cuda-toolkit" +RDEPEND="${DEPEND}" +PDEPEND="~net-wireless/pyrit-${PV}" + +S="${WORKDIR}/Pyrit-${PV}/modules/cpyrit_cuda" + +pkg_setup() { + python-single-r1_pkg_setup +}