dev-python/pyclamav: Drop old

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-09-20 12:12:26 +02:00
parent 240c8657f8
commit e77d186a85
2 changed files with 1 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<herd>python</herd>
</pkgmetadata>

View File

@@ -1,36 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
inherit distutils eutils
DESCRIPTION="Python binding for libclamav"
HOMEPAGE="http://xael.org/norman/python/pyclamav/ https://pypi.python.org/pypi/pyclamav"
SRC_URI="http://xael.org/norman/python/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc x86"
IUSE=""
DEPEND=">=app-antivirus/clamav-0.90"
RDEPEND="${DEPEND}"
src_prepare() {
distutils_src_prepare
# Patch from Debian to build w/ >=clamav-0.95
epatch "${FILESDIR}/${P}-clamav-0.95.patch"
}
src_install() {
distutils_src_install
insinto /usr/share/doc/${PF}
doins example.py
}