diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-05-13 13:02:11 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-05-13 13:02:11 +0000 |
commit | 51e5100a4ed3ee33fcbe54eee82a2be9b80c0781 (patch) | |
tree | 0aacbae029f2942aaa2d7d905bc5641b3a4cd7bc /dev-python | |
parent | Remove proxy maintainer as he doesn't use Gentoo any more. (diff) | |
download | gentoo-2-51e5100a4ed3ee33fcbe54eee82a2be9b80c0781.tar.gz gentoo-2-51e5100a4ed3ee33fcbe54eee82a2be9b80c0781.tar.bz2 gentoo-2-51e5100a4ed3ee33fcbe54eee82a2be9b80c0781.zip |
Version bump.
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyclamav/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/pyclamav/pyclamav-0.4.1.ebuild | 27 |
2 files changed, 34 insertions, 2 deletions
diff --git a/dev-python/pyclamav/ChangeLog b/dev-python/pyclamav/ChangeLog index decb53b9a4a7..5016f7c429b1 100644 --- a/dev-python/pyclamav/ChangeLog +++ b/dev-python/pyclamav/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pyclamav -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/ChangeLog,v 1.18 2007/07/15 09:16:22 lucass Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/ChangeLog,v 1.19 2008/05/13 13:02:11 hawking Exp $ + +*pyclamav-0.4.1 (13 May 2008) + + 13 May 2008; Ali Polatel <hawking@gentoo.org> +pyclamav-0.4.1.ebuild: + Version bump. 15 Jul 2007; Lukasz Strzygowski <lucass@gentoo.org> -pyclamav-0.3.3.ebuild: diff --git a/dev-python/pyclamav/pyclamav-0.4.1.ebuild b/dev-python/pyclamav/pyclamav-0.4.1.ebuild new file mode 100644 index 000000000000..e655b9f3589b --- /dev/null +++ b/dev-python/pyclamav/pyclamav-0.4.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1.ebuild,v 1.1 2008/05/13 13:02:11 hawking Exp $ + +NEED_PYTHON=2.2 + +inherit distutils + +DESCRIPTION="Python binding for libclamav" +HOMEPAGE="http://xael.org/norman/python/pyclamav/" +SRC_URI="http://xael.org/norman/python/${PN}/${P}.tar.gz" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86" +DEPEND=">=app-antivirus/clamav-0.90" +SLOT="0" +IUSE="" + +src_install() { + distutils_src_install + insinto /usr/share/doc/${PF} && doins example.py +} + +pkg_postinst() { + elog "Due to removal of cl_scanbuff in libclamav, pyclamav.scanthis()" + elog "has been removed in this release. Authors strongly encourage to use" + elog "pyClamd (http://xael.org/norman/python/pyclamd)." +} |