idella4 15/02/17 08:50:08 Modified: ChangeLog Added: pyclamav-0.4.1-r2.ebuild Log: revbump; convert -> distutils-r1, rm old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.27 dev-python/pyclamav/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclamav/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 13 Mar 2012 02:54:16 -0000 1.26 +++ ChangeLog 17 Feb 2015 08:50:08 -0000 1.27 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pyclamav -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/ChangeLog,v 1.26 2012/03/13 02:54:16 floppym Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/ChangeLog,v 1.27 2015/02/17 08:50:08 idella4 Exp $ + +*pyclamav-0.4.1-r2 (17 Feb 2015) + + 17 Feb 2015; Ian Delaney <[email protected]> +pyclamav-0.4.1-r2.ebuild: + revbump; convert -> distutils-r1, rm old 13 Mar 2012; Mike Gilbert <[email protected]> pyclamav-0.4.1-r1.ebuild: Restrict Python 3. Patch by Arfrever. @@ -101,4 +106,3 @@ 05 Jun 2004; Bryan Østergaard <[email protected]> +pyclamav-0.1.ebuild: Initial commit, bug #52089. - 1.1 dev-python/pyclamav/pyclamav-0.4.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r2.ebuild?rev=1.1&content-type=text/plain Index: pyclamav-0.4.1-r2.ebuild =================================================================== # Copyright 1999-2015 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-r2.ebuild,v 1.1 2015/02/17 08:50:08 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Python binding for libclamav" HOMEPAGE="http://xael.org/norman/python/pyclamav/ http://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}" PATCHES=( "${FILESDIR}"/${P}-clamav-0.95.patch ) DOCS=( README.txt example.py ) src_install() { distutils-r1_src_install insinto /usr/share/doc/${PF} doins example.py } pkg_postinst() { elog "an example called example.py has been installed into /usr/share/doc/${PF}" }
