diff options
Diffstat (limited to 'net-voip/sipvicious/sipvicious-0.3.0.ebuild')
-rw-r--r-- | net-voip/sipvicious/sipvicious-0.3.0.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net-voip/sipvicious/sipvicious-0.3.0.ebuild b/net-voip/sipvicious/sipvicious-0.3.0.ebuild deleted file mode 100644 index cd684b870f12..000000000000 --- a/net-voip/sipvicious/sipvicious-0.3.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend -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" -KEYWORDS="~amd64 ~x86" - -LICENSE="GPL-3+" -SLOT="0" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="$(python_gen_cond_dep ' - dev-python/dnspython[${PYTHON_USEDEP}] - dev-python/reportlab[${PYTHON_USEDEP}] - ')" |