mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
sipvicious: remove in gentoo's favour, and move
This commit is contained in:
parent
3ce80d640b
commit
114e49c810
5 changed files with 7 additions and 28 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST sipvicious-0.3.0.tar.gz 43097 BLAKE2B 5ddcdf775db0ade6e61e77009c7991d8523db02dbdd6e8588c23f5cd6f4d2868dd1d78e7f17322cde67414b4eb2b8c89f2d4ee0079487e5f5f7ee75f4759adf5 SHA512 35aa3ea7d3cfd6f84716cd95a263357881196eaa180375d1f0a392a1478292ba9a8bf6cd53888448523f7faa447c82cc43fb1ef6c105a0e93e6c7854a51da172
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8,9} )
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
inherit eutils distutils-r1
|
||||
|
||||
DESCRIPTION="A voip pentest tools suite"
|
||||
HOMEPAGE="https://github.com/EnableSecurity/sipvicious"
|
||||
SRC_URI="https://github.com/EnableSecurity/sipvicious/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="pdf"
|
||||
|
||||
RDEPEND="pdf? ( dev-python/reportlab )"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
@ -1,18 +1,18 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="5"
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Pentoo voip meta ebuild"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
SLOT="0"
|
||||
LICENSE="GPL-3"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
IUSE="pentoo-full"
|
||||
|
||||
#add viproy to the main section
|
||||
PDEPEND="
|
||||
net-analyzer/sipvicious
|
||||
net-voip/sipvicious
|
||||
net-misc/sipp
|
||||
|
||||
pentoo-full? (
|
||||
|
|
@ -27,7 +27,7 @@ net-analyzer/ntlmrecon
|
|||
net-analyzer/pwncat
|
||||
net-analyzer/recon-ng
|
||||
net-analyzer/serialusb
|
||||
net-analyzer/sipvicious
|
||||
=net-voip/sipvicious-0.3*
|
||||
net-analyzer/sitadel
|
||||
net-analyzer/scamper
|
||||
net-analyzer/smbmap
|
||||
|
|
|
|||
1
profiles/updates/1Q-2021
Normal file
1
profiles/updates/1Q-2021
Normal file
|
|
@ -0,0 +1 @@
|
|||
move net-analyzer/sipvicious net-voip/sipvicious
|
||||
Loading…
Reference in a new issue