Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyclamav: pyclamav-0.4.1-r1.ebuild ChangeLog
Date: Wed, 30 Jun 2010 03:09:29
Message-Id: 20100630030925.214602CE14@corvid.gentoo.org
1 arfrever 10/06/30 03:09:24
2
3 Modified: pyclamav-0.4.1-r1.ebuild ChangeLog
4 Log:
5 Set SUPPORT_PYTHON_ABIS.
6 (Portage version: HEAD/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild?r1=1.2&r2=1.3
14
15 Index: pyclamav-0.4.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- pyclamav-0.4.1-r1.ebuild 18 May 2009 15:45:12 -0000 1.2
22 +++ pyclamav-0.4.1-r1.ebuild 30 Jun 2010 03:09:24 -0000 1.3
23 @@ -1,34 +1,36 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild,v 1.2 2009/05/18 15:45:12 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild,v 1.3 2010/06/30 03:09:24 arfrever Exp $
29
30 -EAPI=2
31 -
32 -NEED_PYTHON=2.2
33 +EAPI="3"
34 +PYTHON_DEPEND="2"
35 +SUPPORT_PYTHON_ABIS="1"
36 +RESTRICT_PYTHON_ABIS="1"
37
38 inherit distutils eutils
39
40 DESCRIPTION="Python binding for libclamav"
41 -HOMEPAGE="http://xael.org/norman/python/pyclamav/"
42 +HOMEPAGE="http://xael.org/norman/python/pyclamav/ http://pypi.python.org/pypi/pyclamav"
43 SRC_URI="http://xael.org/norman/python/${PN}/${P}.tar.gz"
44 +
45 LICENSE="GPL-2"
46 -KEYWORDS="~amd64 ~ia64 ~ppc x86"
47 -DEPEND=">=app-antivirus/clamav-0.90"
48 SLOT="0"
49 +KEYWORDS="~amd64 ~ia64 ~ppc x86"
50 IUSE=""
51
52 +DEPEND=">=app-antivirus/clamav-0.90"
53 +RDEPEND="${DEPEND}"
54 +
55 src_prepare() {
56 + distutils_src_prepare
57 +
58 # Patch from Debian to build w/ >=clamav-0.95
59 epatch "${FILESDIR}/${P}-clamav-0.95.patch"
60 }
61
62 src_install() {
63 distutils_src_install
64 - insinto /usr/share/doc/${PF} && doins example.py
65 -}
66
67 -pkg_postinst() {
68 - elog "Due to removal of cl_scanbuff in libclamav, pyclamav.scanthis()"
69 - elog "has been removed in this release. Authors strongly encourage to use"
70 - elog "pyClamd (http://xael.org/norman/python/pyclamd)."
71 + insinto /usr/share/doc/${PF}
72 + doins example.py
73 }
74
75
76
77 1.23 dev-python/pyclamav/ChangeLog
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/ChangeLog?rev=1.23&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/ChangeLog?rev=1.23&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/ChangeLog?r1=1.22&r2=1.23
82
83 Index: ChangeLog
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclamav/ChangeLog,v
86 retrieving revision 1.22
87 retrieving revision 1.23
88 diff -u -r1.22 -r1.23
89 --- ChangeLog 18 May 2009 15:45:12 -0000 1.22
90 +++ ChangeLog 30 Jun 2010 03:09:24 -0000 1.23
91 @@ -1,6 +1,10 @@
92 # ChangeLog for dev-python/pyclamav
93 -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
94 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/ChangeLog,v 1.22 2009/05/18 15:45:12 fauli Exp $
95 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
96 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/ChangeLog,v 1.23 2010/06/30 03:09:24 arfrever Exp $
97 +
98 + 30 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
99 + pyclamav-0.4.1-r1.ebuild:
100 + Set SUPPORT_PYTHON_ABIS.
101
102 18 May 2009; Christian Faulhammer <fauli@g.o>
103 pyclamav-0.4.1-r1.ebuild: