mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
pentoo-mitm: minipentoo use flag
This commit is contained in:
parent
ba15492e0a
commit
cc77b87cc8
3 changed files with 26 additions and 22 deletions
|
|
@ -1 +1 @@
|
|||
EBUILD pentoo-mitm-2012.0.ebuild 440 SHA256 9ae82b312e7bad504ec9c7c6ec3710fa0451a3a02f1399f8d42fe068f6bc4008 SHA512 3df4f393a68eefc5940e9097296f9451d1167f2ce3c840398cf54bcbe877cedce3479e58c328b5c417a230e123f18d23ec5030be2b9a600b2db62eb351984eb2 WHIRLPOOL c4a6698c2ad9ab7523a164e989475bc098f91d6c1465b50121f2c2750d300379ee617e4ab93e9bf6d523ca9e808a23457ba198b638049968c04a760fc9a59de2
|
||||
EBUILD pentoo-mitm-2014.0.ebuild 492 SHA256 5600d8f9a82cd00ea27d925a8723f586768cd714e1f2a42e3fe89e29d4bbca09 SHA512 7ff0fc1491cc3f0cc9994ea5711f57ca1e1af6524eae10deca41a44969d80d4b50bd448043fff460c354eab1480074426d759ae3edd8536917fb6e7f5cb4aeeb WHIRLPOOL febe3d5cc1a7f214b1eee7235d217ad276c1b21cca3ab028aaaf5151487f519011c047651b16827e6f8e9ce94850cc292e4c0ec12bbc7d3a580137038df1b308
|
||||
|
|
|
|||
|
|
@ -1,21 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
KEYWORDS="-*"
|
||||
DESCRIPTION="Pentoo mitm meta ebuild"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
SLOT="0"
|
||||
LICENSE="GPL"
|
||||
IUSE="wireless"
|
||||
|
||||
DEPEND=""
|
||||
|
||||
RDEPEND="${DEPEND}
|
||||
net-analyzer/dsniff
|
||||
net-analyzer/ettercap
|
||||
net-analyzer/sslstrip
|
||||
net-analyzer/sslsniff
|
||||
net-misc/bridge-utils
|
||||
wireless? ( net-wireless/karmetasploit )"
|
||||
25
pentoo/pentoo-mitm/pentoo-mitm-2014.0.ebuild
Normal file
25
pentoo/pentoo-mitm/pentoo-mitm-2014.0.ebuild
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="5"
|
||||
|
||||
DESCRIPTION="Pentoo mitm meta ebuild"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="GPL-3"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE="minipentoo wireless"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}
|
||||
net-analyzer/ettercap
|
||||
net-misc/bridge-utils
|
||||
|
||||
!minipentoo? (
|
||||
wireless? ( net-wireless/karmetasploit )
|
||||
net-analyzer/dsniff
|
||||
net-analyzer/sslstrip
|
||||
net-analyzer/sslsniff
|
||||
)"
|
||||
Loading…
Reference in a new issue