mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-17 12:20:59 +02:00
pentoo-scanner: minipentoo use flag
This commit is contained in:
parent
03c031b01b
commit
c42cbf3d28
4 changed files with 38 additions and 73 deletions
|
|
@ -1,2 +1 @@
|
|||
EBUILD pentoo-scanner-2013.0-r1.ebuild 737 SHA256 e5f646e5612b0d7b065f6bfddef1bf228ce12ec3e2411ab016b31fa9404d2674 SHA512 bcdff0e389afd9df9c330d77a2248d96c5b317b0004bd906af797b4a4acc571d203cdf03a9da7d69ca9888dae243484ddd28050f639d9ac4edca83fe65f51d35 WHIRLPOOL 6abba8f7ae955b394f48525efabc9df3fb0329e5034a104a39bc9bf691a7e24fcd2a18e6fe2a719d1e42e46e4e2939142f79b4283f95add1df31106e354a4ee3
|
||||
EBUILD pentoo-scanner-2013.0-r2.ebuild 748 SHA256 a3efa1fa04a559032cdc65555468df8e357fcd604f3c6c4c34360dfe9acbbb5d SHA512 5989f418895918004d255f4099309166035f9a2d29bd73faf0ca3efda17476f5ab43ae22696ba0aac202cfa221320ca2152245da1cdf179f05d72596c223483e WHIRLPOOL aeb3636d419770f7796701fa14bedde25eb559808ad4261aad76725cd5a1a4528efbb4775258246654cb0b98a9d91da44f7163712650024b415ebd16804553c3
|
||||
EBUILD pentoo-scanner-2014.0.ebuild 794 SHA256 c01ec9deace59c069a98fa1f45d278385fff7fe23d4af2b774924197eee04b1d SHA512 a17d9f8e11d669533fc1f23f184c020e6da5b78e29f5f903ce1639e93dbae5fdbb82c5c5c67c11f7a58f97d2f7213892e63028cef352a5634660921a0b1d21e6 WHIRLPOOL aa58e04898bc87d0bfee8574b74b31183ae4b8c8d9c63cd274075922c49b79197b8ddf8a5df1daf7a4f731377b995a83bacbe70a2f7422816458e210559ce689
|
||||
|
|
|
|||
|
|
@ -1,36 +0,0 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="4"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
DESCRIPTION="Pentoo scanner meta ebuild"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
SLOT="0"
|
||||
LICENSE="GPL"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
|
||||
#the tools
|
||||
RDEPEND="${RDEPEND}
|
||||
dev-util/skipfish
|
||||
net-analyzer/enum4linux
|
||||
net-analyzer/firewalk
|
||||
net-analyzer/hunt
|
||||
net-analyzer/ike-scan
|
||||
net-analyzer/nbtscan
|
||||
net-analyzer/nikto
|
||||
net-analyzer/nmap
|
||||
net-analyzer/nmap_vulscan
|
||||
net-analyzer/nmbscan
|
||||
net-analyzer/onesixtyone
|
||||
net-analyzer/ppscan
|
||||
net-analyzer/scanssh
|
||||
net-analyzer/upnpscan
|
||||
net-analyzer/wapiti
|
||||
net-analyzer/webshag
|
||||
net-analyzer/wolpertinger
|
||||
net-analyzer/wpscan
|
||||
"
|
||||
#net-analyzer/autoscan-network
|
||||
|
|
@ -1,35 +0,0 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="5"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
DESCRIPTION="Pentoo scanner meta ebuild"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
SLOT="0"
|
||||
LICENSE="GPL-3"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${RDEPEND}
|
||||
dev-util/skipfish
|
||||
net-analyzer/enum4linux
|
||||
net-analyzer/firewalk
|
||||
net-analyzer/hunt
|
||||
net-analyzer/ike-scan
|
||||
net-analyzer/nbtscan
|
||||
net-analyzer/nikto
|
||||
net-analyzer/nmap
|
||||
net-analyzer/nmap_vulscan
|
||||
net-analyzer/nmbscan
|
||||
net-analyzer/onesixtyone
|
||||
net-analyzer/ppscan
|
||||
net-analyzer/scanssh
|
||||
net-analyzer/upnpscan
|
||||
net-analyzer/wapiti
|
||||
net-analyzer/webshag
|
||||
net-analyzer/wolpertinger
|
||||
net-analyzer/wpscan
|
||||
amd64? ( net-analyzer/zmap )
|
||||
www-apps/arachni
|
||||
"
|
||||
37
pentoo/pentoo-scanner/pentoo-scanner-2014.0.ebuild
Normal file
37
pentoo/pentoo-scanner/pentoo-scanner-2014.0.ebuild
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="5"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
DESCRIPTION="Pentoo scanner meta ebuild"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
SLOT="0"
|
||||
LICENSE="GPL-3"
|
||||
IUSE="minipentoo"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${RDEPEND}
|
||||
net-analyzer/nmap
|
||||
www-apps/arachni
|
||||
|
||||
!minipentoo? (
|
||||
amd64? ( net-analyzer/zmap )
|
||||
dev-util/skipfish
|
||||
net-analyzer/enum4linux
|
||||
net-analyzer/firewalk
|
||||
net-analyzer/hunt
|
||||
net-analyzer/ike-scan
|
||||
net-analyzer/nbtscan
|
||||
net-analyzer/nikto
|
||||
net-analyzer/nmap_vulscan
|
||||
net-analyzer/nmbscan
|
||||
net-analyzer/onesixtyone
|
||||
net-analyzer/ppscan
|
||||
net-analyzer/scanssh
|
||||
net-analyzer/upnpscan
|
||||
net-analyzer/wapiti
|
||||
net-analyzer/webshag
|
||||
net-analyzer/wolpertinger
|
||||
net-analyzer/wpscan
|
||||
)"
|
||||
Loading…
Reference in a new issue