From: Pacho Ramos Date: Sun, 27 Jan 2019 12:25:19 +0000 (+0100) Subject: dev-python/pyClamd: Drop old X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d70bf024756364f4345cc5298ba56949432b9fd3;p=gentoo.git dev-python/pyClamd: Drop old Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos --- diff --git a/dev-python/pyClamd/Manifest b/dev-python/pyClamd/Manifest index 55c62c188fdb..db9535f689fd 100644 --- a/dev-python/pyClamd/Manifest +++ b/dev-python/pyClamd/Manifest @@ -1,2 +1 @@ -DIST pyClamd-0.3.17.tar.gz 10737 BLAKE2B a190809b8f652fdff6c55c73a9431fa509219b9a8d8728ac63844ab1d88e9169df8eeef96892695a8c8a60c48c7fbf938d347603676a186746c4be202b37ef34 SHA512 52eda3f5b6612d47b803e6df8a49890167805dc39a30004f979dcd828b2717ebf7fe753ad0305ab3aad00aaaf750e9e862d43a504ccdb8f7df6faceae18da4a8 DIST pyClamd-0.4.0.tar.gz 11177 BLAKE2B cb69c9e1fec936d416a18658a2c3e9df4dc4684cf56c19e8a02ad9929b4c86d9985395c38a8f88f7053f81fe08fa3574c6a206bcc519a9494c2a61caf6b995b1 SHA512 b96e26729e0fe2600572534c0fa22a01238761589f1771e72a054dde9c1b8f122493c83ca04cffda167f7a0e44fbf309bdf76b8fe1de499ec50d56c677923bd4 diff --git a/dev-python/pyClamd/pyClamd-0.3.17.ebuild b/dev-python/pyClamd/pyClamd-0.3.17.ebuild deleted file mode 100644 index cc6551617c33..000000000000 --- a/dev-python/pyClamd/pyClamd-0.3.17.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) - -inherit distutils-r1 - -DESCRIPTION="python interface to Clamd (Clamav daemon)" -HOMEPAGE="https://xael.org/norman/python/pyclamd/" -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -e 's:/etc/clamav/clamd.conf:/etc/clamd.conf:' \ - -i pyclamd/pyclamd.py || die -}