public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/pyrit/
@ 2016-11-27  6:01 Göktürk Yüksek
  0 siblings, 0 replies; 4+ messages in thread
From: Göktürk Yüksek @ 2016-11-27  6:01 UTC (permalink / raw
  To: gentoo-commits

commit:     a94149f377d48c241f229d330a279dc975d137a7
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 02:49:58 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 05:58:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a94149f3

net-wireless/pyrit: fix the license

Package-Manager: portage-2.3.0

 net-wireless/pyrit/pyrit-0.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/pyrit/pyrit-0.4.0-r1.ebuild b/net-wireless/pyrit/pyrit-0.4.0-r1.ebuild
index c3dd45b..3792e35 100644
--- a/net-wireless/pyrit/pyrit-0.4.0-r1.ebuild
+++ b/net-wireless/pyrit/pyrit-0.4.0-r1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="GPU-accelerated attack against WPA-PSK authentication"
 HOMEPAGE="https://github.com/JPaulMora/Pyrit"
 SRC_URI="https://github.com/JPaulMora/${PN^}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="cuda opencl test"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/pyrit/
@ 2016-11-27  6:01 Göktürk Yüksek
  0 siblings, 0 replies; 4+ messages in thread
From: Göktürk Yüksek @ 2016-11-27  6:01 UTC (permalink / raw
  To: gentoo-commits

commit:     005a6d6f921a0f789098f5dab6b278b56dfb5153
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 03:25:52 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 05:59:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=005a6d6f

net-wireless/pyrit: bump to 0.5.0

Package-Manager: portage-2.3.0

 net-wireless/pyrit/Manifest           |  1 +
 net-wireless/pyrit/pyrit-0.5.0.ebuild | 38 +++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/net-wireless/pyrit/Manifest b/net-wireless/pyrit/Manifest
index 054fffb..25de54f 100644
--- a/net-wireless/pyrit/Manifest
+++ b/net-wireless/pyrit/Manifest
@@ -1 +1,2 @@
 DIST pyrit-0.4.0.tar.gz 191614 SHA256 eb1a21cb844b1ded3eab613a8e9d5e4ef901530b04668fb18fe82ed1b4afa7cc SHA512 8111b3f6f1a94319f5e146db6c184eb391c03ca554b20ea7227237afbc546a064898835ad16007333bb63aa725079046d413be11dfc3ecb76c77b6ac5096f7e9 WHIRLPOOL b4f3bd214e0fb7a96f0804d472ab3ad0876978a65ebce85dc7ab2dfa4de8f8e9850f025a9c70d920a697455ca871d7cebe43ec9e9cb753d71663a4cacf6a2413
+DIST pyrit-0.5.0.tar.gz 267614 SHA256 c610b7e5930e71ef466365418e58ce72f4b7dea5a3398c3296192f0c4a7175aa SHA512 912742cd7d9cd9231b9b3aa155a5170c0ba36c3865280423e100c1d12df34e093ee56305d8738d4f406abbfef9b1d540872872b8ef23d699466298d41289ad25 WHIRLPOOL ade13ce1f4835f3a9f1f31cd850ccc555c34c9a292c062d1444962ead3e3db3b35124cab58c14021468bee8da80072725cd5b90dd7913f63da6f86831b70b144

diff --git a/net-wireless/pyrit/pyrit-0.5.0.ebuild b/net-wireless/pyrit/pyrit-0.5.0.ebuild
new file mode 100644
index 00000000..2cbc31a
--- /dev/null
+++ b/net-wireless/pyrit/pyrit-0.5.0.ebuild
@@ -0,0 +1,38 @@
+# 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
+
+MY_PN="${PN^}"
+DESCRIPTION="GPU-accelerated attack against WPA-PSK authentication"
+HOMEPAGE="https://github.com/JPaulMora/Pyrit"
+SRC_URI="https://github.com/JPaulMora/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cuda opencl test"
+
+DEPEND="dev-libs/openssl
+	net-libs/libpcap
+	test? ( >=net-analyzer/scapy-2[${PYTHON_USEDEP}] )"
+RDEPEND=">=net-analyzer/scapy-2
+	opencl? ( net-wireless/cpyrit-opencl )
+	cuda? ( net-wireless/cpyrit-cuda )"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+pkg_setup() {
+	python-single-r1_pkg_setup
+}
+
+src_test() {
+	cd test
+	"${PYTHON}" test_pyrit.py
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/pyrit/
@ 2016-11-27  6:01 Göktürk Yüksek
  0 siblings, 0 replies; 4+ messages in thread
From: Göktürk Yüksek @ 2016-11-27  6:01 UTC (permalink / raw
  To: gentoo-commits

commit:     25c2ba8e67e66a17863615ffe065577dac7be065
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 02:49:25 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 05:58:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25c2ba8e

net-wireless/pyrit: migrate away from google code #544092

Package-Manager: portage-2.3.0

 net-wireless/pyrit/pyrit-0.4.0-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-wireless/pyrit/pyrit-0.4.0-r1.ebuild b/net-wireless/pyrit/pyrit-0.4.0-r1.ebuild
index 3f48ebd..c3dd45b 100644
--- a/net-wireless/pyrit/pyrit-0.4.0-r1.ebuild
+++ b/net-wireless/pyrit/pyrit-0.4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,8 +10,8 @@ DISTUTILS_SINGLE_IMPL=1
 inherit distutils-r1
 
 DESCRIPTION="GPU-accelerated attack against WPA-PSK authentication"
-HOMEPAGE="https://code.google.com/p/pyrit/"
-SRC_URI="https://pyrit.googlecode.com/files/${P}.tar.gz"
+HOMEPAGE="https://github.com/JPaulMora/Pyrit"
+SRC_URI="https://github.com/JPaulMora/${PN^}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/pyrit/
@ 2020-02-09 16:47 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2020-02-09 16:47 UTC (permalink / raw
  To: gentoo-commits

commit:     783a50c56ba017cba8448cd96c3d0c9d4e5e6ce2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  8 06:56:50 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:46:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=783a50c5

net-wireless/pyrit: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-wireless/pyrit/pyrit-0.4.0-r1.ebuild                         | 8 ++++++--
 net-wireless/pyrit/{pyrit-0.5.0.ebuild => pyrit-0.5.0-r1.ebuild} | 8 ++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/net-wireless/pyrit/pyrit-0.4.0-r1.ebuild b/net-wireless/pyrit/pyrit-0.4.0-r1.ebuild
index 81a725a4949..5f819594a5f 100644
--- a/net-wireless/pyrit/pyrit-0.4.0-r1.ebuild
+++ b/net-wireless/pyrit/pyrit-0.4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -20,7 +20,11 @@ RESTRICT="!test? ( test )"
 
 DEPEND="dev-libs/openssl
 	net-libs/libpcap
-	test? ( >=net-analyzer/scapy-2[${PYTHON_USEDEP}] )"
+	test? (
+		$(python_gen_cond_dep '
+			>=net-analyzer/scapy-2[${PYTHON_MULTI_USEDEP}]
+		')
+	)"
 RDEPEND=">=net-analyzer/scapy-2
 	opencl? ( net-wireless/cpyrit-opencl )
 	cuda? ( net-wireless/cpyrit-cuda )"

diff --git a/net-wireless/pyrit/pyrit-0.5.0.ebuild b/net-wireless/pyrit/pyrit-0.5.0-r1.ebuild
similarity index 85%
rename from net-wireless/pyrit/pyrit-0.5.0.ebuild
rename to net-wireless/pyrit/pyrit-0.5.0-r1.ebuild
index 0ed8d1961bd..451b7678ac0 100644
--- a/net-wireless/pyrit/pyrit-0.5.0.ebuild
+++ b/net-wireless/pyrit/pyrit-0.5.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,11 @@ RESTRICT="!test? ( test )"
 
 DEPEND="dev-libs/openssl
 	net-libs/libpcap
-	test? ( >=net-analyzer/scapy-2[${PYTHON_USEDEP}] )"
+	test? (
+		$(python_gen_cond_dep '
+			>=net-analyzer/scapy-2[${PYTHON_MULTI_USEDEP}]
+		')
+	)"
 RDEPEND=">=net-analyzer/scapy-2
 	opencl? ( net-wireless/cpyrit-opencl )
 	cuda? ( net-wireless/cpyrit-cuda )"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-02-09 16:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-09 16:47 [gentoo-commits] repo/gentoo:master commit in: net-wireless/pyrit/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2016-11-27  6:01 Göktürk Yüksek
2016-11-27  6:01 Göktürk Yüksek
2016-11-27  6:01 Göktürk Yüksek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox