From b1c81de4fadbd00897700a7321f03b390d952b2e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 26 Aug 2021 00:09:36 +0100 Subject: gentoo resync : 26.08.2021 --- net-voip/sipvicious/sipvicious-0.3.4.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 net-voip/sipvicious/sipvicious-0.3.4.ebuild (limited to 'net-voip/sipvicious/sipvicious-0.3.4.ebuild') diff --git a/net-voip/sipvicious/sipvicious-0.3.4.ebuild b/net-voip/sipvicious/sipvicious-0.3.4.ebuild new file mode 100644 index 000000000000..602867da146f --- /dev/null +++ b/net-voip/sipvicious/sipvicious-0.3.4.ebuild @@ -0,0 +1,27 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +DISTUTILS_SINGLE_IMPL=1 + +inherit distutils-r1 + +DESCRIPTION="SIPVicious is a SIP security package" +HOMEPAGE="https://github.com/EnableSecurity/sipvicious/wiki" +SRC_URI="https://github.com/EnableSecurity/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="$(python_gen_cond_dep ' + dev-python/dnspython[${PYTHON_USEDEP}] + dev-python/reportlab[${PYTHON_USEDEP}] + ')" + +src_prepare() { + default + sed -re 's:man/man1:share/man/man1:' -i setup.py || die "Error updating man page installation location." +} -- cgit v1.2.3