Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyClamd/
Date: Sat, 28 Mar 2020 17:22:03
Message-Id: 1585415501.e4b626bf324293aeeff09786757936bd1194ce3b.mgorny@gentoo
1 commit: e4b626bf324293aeeff09786757936bd1194ce3b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 17:11:41 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 17:11:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4b626bf
7
8 dev-python/pyClamd: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyClamd/pyClamd-0.4.0.ebuild | 26 --------------------------
13 1 file changed, 26 deletions(-)
14
15 diff --git a/dev-python/pyClamd/pyClamd-0.4.0.ebuild b/dev-python/pyClamd/pyClamd-0.4.0.ebuild
16 deleted file mode 100644
17 index 56bab6b3c11..00000000000
18 --- a/dev-python/pyClamd/pyClamd-0.4.0.ebuild
19 +++ /dev/null
20 @@ -1,26 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -PYTHON_COMPAT=( python3_6 )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="python interface to Clamd (Clamav daemon)"
31 -HOMEPAGE="https://xael.org/pages/pyclamd-en.html"
32 -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
33 -
34 -LICENSE="LGPL-3"
35 -SLOT="0"
36 -KEYWORDS="~amd64"
37 -IUSE=""
38 -
39 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
40 -RDEPEND="${DEPEND}"
41 -
42 -src_prepare() {
43 - default
44 - sed -e 's:/etc/clamav/clamd.conf:/etc/clamd.conf:' \
45 - -i pyclamd/pyclamd.py || die
46 -}