diff options
author | Jaco Kroon <jaco@uls.co.za> | 2023-08-30 23:27:38 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-09-22 11:31:02 +0300 |
commit | 5483622d45fad1976acf95582182ba7b99eff870 (patch) | |
tree | 0566f6e4902dbe6719fb70e062ef16b9fdbf8a2b /net-voip/sipvicious | |
parent | net-voip/sipvicious: 0.3.4-r1 (PEP517). (diff) | |
download | gentoo-5483622d45fad1976acf95582182ba7b99eff870.tar.gz gentoo-5483622d45fad1976acf95582182ba7b99eff870.tar.bz2 gentoo-5483622d45fad1976acf95582182ba7b99eff870.zip |
net-voip/sipvicious: drop 0.3.4
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/32537
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-voip/sipvicious')
-rw-r--r-- | net-voip/sipvicious/sipvicious-0.3.4.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/net-voip/sipvicious/sipvicious-0.3.4.ebuild b/net-voip/sipvicious/sipvicious-0.3.4.ebuild deleted file mode 100644 index 14d8ef7e0698..000000000000 --- a/net-voip/sipvicious/sipvicious-0.3.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2020-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -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." -} |