mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-14 10:51:10 +02:00
inguma: fixed depends and SRC_URI
This commit is contained in:
parent
3f5bff1108
commit
bb94534cd8
2 changed files with 4 additions and 3 deletions
|
|
@ -6,4 +6,4 @@ DIST inguma-0.1.1.tar.gz 5635817 RMD160 adbf95279cd7766186e5b404c6c2f5b835fe5e26
|
|||
DIST inguma-0.2.tar.gz 5895361 RMD160 e8729cd0c30a6f54d9e82c8d8f619c37a64cf2ef SHA1 28c6c60283e5b2b1e0f0eb3fb1dc6806fc716e4e SHA256 b6c33e8e556264b87873c8b33ac0897cf65a83d584982751c3737b747fd272e4
|
||||
EBUILD inguma-0.0.9.1.ebuild 1096 RMD160 a7c6564ef098e38a7b1534f2b3d19a026d49f999 SHA1 92ef1557813414c25e9134979bffdea99524025a SHA256 fb93c3fc221d23f99fea81ac8c17d4f34b315c63c4bf51ca8755ddae963dd51d
|
||||
EBUILD inguma-0.1.1.ebuild 1070 RMD160 8ae8e52330fdefc1f60abdee59baf33c1cd32039 SHA1 e342f6740a9d13111d63f607216aad9e6c942f3d SHA256 f38f1aacbe0726186b6458ebb4ab4be53b06be77016e0524c4919fe845cf982d
|
||||
EBUILD inguma-0.2.ebuild 924 RMD160 f71916802e829df3ad9cfd30760620520bb97d67 SHA1 96677a0dabd7c33e2aa9df217cdf189c823a54e9 SHA256 38aa42c7139dfde5a05fbf915cadc3321d3d5ff9e44ad1b2767bcfe6277bd9a2
|
||||
EBUILD inguma-0.2.ebuild 962 RMD160 9b054e68349aa9dfc1d44665e600700df6a02b17 SHA1 d56d61ec0557ccb9a333f2ced7d19fa30b421db1 SHA256 ba2def62aa7136989fcbcdac3c3e6b1dabf583fc28d65b049e79c7825029ea0f
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
# $Header: $
|
||||
|
||||
DESCRIPTION="Inguma is an open source penetration testing toolkit written completely in Python"
|
||||
HOMEPAGE="http://inguma.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
||||
HOMEPAGE="http://code.google.com/p/inguma"
|
||||
SRC_URI="http://inguma.googlecode.com/files/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
|
|
@ -13,6 +13,7 @@ SLOT="0"
|
|||
RDEPEND="dev-python/Impacket
|
||||
dev-python/paramiko
|
||||
dev-python/pycrypto
|
||||
dev-python/pygtksourceview
|
||||
dev-python/pysnmp
|
||||
net-analyzer/nmap
|
||||
net-analyzer/scapy
|
||||
|
|
|
|||
Loading…
Reference in a new issue