mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-14 10:51:10 +02:00
fern-wifi-cracker: 2.7 bump
This commit is contained in:
parent
1899272f32
commit
fd41b17d37
4 changed files with 8 additions and 48 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST fern-wifi-cracker-2.2.tar.xz 706896 BLAKE2B 5230823217df1838a22f0e8e948f52b7fd0ebeb8cefdd67fcbc18603abc494f85aec6d17a6e33db14ad6d9078a1295562c3c20149acc0616a209399605c60cd3 SHA512 134099d3ba8638acc303f604851614b8a720014deeed77e91278cac60f7d1b2729e722b6b774f8e1c58dc9373d12bb87eb2995d87af420af1ab020ad96061b77
|
||||
DIST fern-wifi-cracker-2.6.tar.gz 738016 BLAKE2B b0f797e415be04bf72f0e857745155c5b789d3f9bd78cb65db3db791f9c9299d410a05ea5b22d7ae9af1d68220454a9cc2131cb424f470a5fc55bd0656ca761b SHA512 6a7e69bf73576158d2f4890149090897eaa6bc293003046ed8d23647518aa60aff2d1d0348c77bb4d2a9bd471f12b46b707ce8e8ad034efb9824e28efc1cf85f
|
||||
DIST fern-wifi-cracker-2.7.tar.gz 748678 BLAKE2B 57af55dba8bd1842b0138c79c3f5cd3ebdbadd69bcfc69c3ad9e5b7c4d081c69dc6e36210ae4c61f6886714acd803f9eeee2c813adcff528e538ae4514b4d03c SHA512 d574a73d1b2074f13c1ef949eb8de0ba3036f067b821732b6316cf7d5b1f6d34efb3acb68395049f03ada8e5d0bce1eddf8bb8f9ef11ce5ccc3748bb31478bba
|
||||
|
|
|
|||
|
|
@ -1,39 +0,0 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_REQ_USE="sqlite"
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
inherit python-r1
|
||||
|
||||
DESCRIPTION="Wireless tool for WEP/WPA cracking and WPS keys recovery"
|
||||
HOMEPAGE="https://code.google.com/p/fern-wifi-cracker/"
|
||||
SRC_URI="http://dev.pentoo.ch/~zero/distfiles/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="dict"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-python/PyQt4[webkit]
|
||||
net-analyzer/macchanger
|
||||
net-wireless/aircrack-ng
|
||||
net-analyzer/scapy
|
||||
dict? ( sys-apps/cracklib-words )
|
||||
|| ( net-wireless/reaver-wps-fork-t6x net-wireless/reaver )"
|
||||
|
||||
src_prepare() {
|
||||
#disable updates
|
||||
sed -ie "s|self.connect(self.update_button|#self.connect(self.update_button|" core/fern.py
|
||||
sed -ie "s|thread.start_new_thread(self.update_initializtion_check|#thread.start_new_thread(self.update_initializtion_check|" core/fern.py
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/fern-wifi-cracker
|
||||
doins -r *
|
||||
domenu "${FILESDIR}"/fern-wifi-cracker.desktop
|
||||
dosbin "${FILESDIR}"/fern-wifi-cracker
|
||||
}
|
||||
|
|
@ -1,16 +1,15 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
|
||||
PYTHON_REQ_USE="sqlite"
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
inherit python-r1
|
||||
inherit python-r1 desktop
|
||||
|
||||
DESCRIPTION="Wireless tool for WEP/WPA cracking and WPS keys recovery"
|
||||
HOMEPAGE="https://github.com/savio-code/fern-wifi-cracker/releases"
|
||||
SRC_URI="https://github.com/savio-code/fern-wifi-cracker/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/savio-code/fern-wifi-cracker/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
|
@ -18,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
|
|||
IUSE="dict"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-python/PyQt4[webkit]
|
||||
RDEPEND="dev-python/PyQt5
|
||||
net-analyzer/macchanger
|
||||
net-wireless/aircrack-ng
|
||||
net-analyzer/scapy
|
||||
|
|
@ -31,6 +30,7 @@ src_prepare() {
|
|||
#disable updates
|
||||
sed -ie "s|self.connect(self.update_button|#self.connect(self.update_button|" core/fern.py
|
||||
sed -ie "s|thread.start_new_thread(self.update_initializtion_check|#thread.start_new_thread(self.update_initializtion_check|" core/fern.py
|
||||
eapply_user
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
|
@ -42,7 +42,7 @@ net-wireless/crackle
|
|||
|
||||
net-wireless/aircrack-ng
|
||||
~net-wireless/airsnort-0.2.7e
|
||||
~net-wireless/fern-wifi-cracker-2.2
|
||||
=net-wireless/fern-wifi-cracker-2*
|
||||
|
||||
net-wireless/kismet
|
||||
~net-wireless/spectools-2016.01.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue