public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pyclamav: pyclamav-0.4.1-r1.ebuild ChangeLog
@ 2009-05-17  8:09 Tobias Scherbaum (dertobi123)
  0 siblings, 0 replies; 6+ messages in thread
From: Tobias Scherbaum (dertobi123) @ 2009-05-17  8:09 UTC (permalink / raw
  To: gentoo-commits

dertobi123    09/05/17 08:09:01

  Modified:             ChangeLog
  Added:                pyclamav-0.4.1-r1.ebuild
  Log:
  non maintainer revbump, incorporate patch from debian to build w/ clamav-0.95. #264842. (blocks security bug #265545.)
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 dev-python/pyclamav/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclamav/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclamav/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclamav/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclamav/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	14 May 2008 20:48:00 -0000	1.20
+++ ChangeLog	17 May 2009 08:09:01 -0000	1.21
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/pyclamav
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/ChangeLog,v 1.20 2008/05/14 20:48:00 maekke Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/ChangeLog,v 1.21 2009/05/17 08:09:01 dertobi123 Exp $
+
+*pyclamav-0.4.1-r1 (17 May 2009)
+
+  17 May 2009; Tobias Scherbaum <dertobi123@gentoo.org>
+  +files/pyclamav-0.4.1-clamav-0.95.patch, +pyclamav-0.4.1-r1.ebuild:
+  non maintainer revbump, incorporate patch from debian to build w/
+  clamav-0.95. #264842. (blocks security bug #265545.)
 
   14 May 2008; Markus Meier <maekke@gentoo.org> pyclamav-0.4.1.ebuild:
   x86 stable, bug #221937



1.1                  dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: pyclamav-0.4.1-r1.ebuild
===================================================================
# Copyright 1999-2009 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-r1.ebuild,v 1.1 2009/05/17 08:09:01 dertobi123 Exp $

EAPI=2

NEED_PYTHON=2.2

inherit distutils eutils

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_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
}

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)."
}






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pyclamav: pyclamav-0.4.1-r1.ebuild ChangeLog
@ 2009-05-18 15:45 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-05-18 15:45 UTC (permalink / raw
  To: gentoo-commits

fauli       09/05/18 15:45:13

  Modified:             pyclamav-0.4.1-r1.ebuild ChangeLog
  Log:
  stable x86, security bug 265545
  (Portage version: 2.1.6.11/cvs/Linux i686)

Revision  Changes    Path
1.2                  dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild?r1=1.1&r2=1.2

Index: pyclamav-0.4.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyclamav-0.4.1-r1.ebuild	17 May 2009 08:09:01 -0000	1.1
+++ pyclamav-0.4.1-r1.ebuild	18 May 2009 15:45:12 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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-r1.ebuild,v 1.1 2009/05/17 08:09:01 dertobi123 Exp $
+# $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 $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 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"
+KEYWORDS="~amd64 ~ia64 ~ppc x86"
 DEPEND=">=app-antivirus/clamav-0.90"
 SLOT="0"
 IUSE=""



1.22                 dev-python/pyclamav/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclamav/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclamav/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclamav/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclamav/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	17 May 2009 08:09:01 -0000	1.21
+++ ChangeLog	18 May 2009 15:45:12 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pyclamav
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/ChangeLog,v 1.21 2009/05/17 08:09:01 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/ChangeLog,v 1.22 2009/05/18 15:45:12 fauli Exp $
+
+  18 May 2009; Christian Faulhammer <fauli@gentoo.org>
+  pyclamav-0.4.1-r1.ebuild:
+  stable x86, security bug 265545
 
 *pyclamav-0.4.1-r1 (17 May 2009)
 






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pyclamav: pyclamav-0.4.1-r1.ebuild ChangeLog
@ 2010-06-30  3:09 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 6+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-06-30  3:09 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/06/30 03:09:24

  Modified:             pyclamav-0.4.1-r1.ebuild ChangeLog
  Log:
  Set SUPPORT_PYTHON_ABIS.
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild?rev=1.3&view=markup
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
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild?r1=1.2&r2=1.3

Index: pyclamav-0.4.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyclamav-0.4.1-r1.ebuild	18 May 2009 15:45:12 -0000	1.2
+++ pyclamav-0.4.1-r1.ebuild	30 Jun 2010 03:09:24 -0000	1.3
@@ -1,34 +1,36 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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-r1.ebuild,v 1.2 2009/05/18 15:45:12 fauli Exp $
+# $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 $
 
-EAPI=2
-
-NEED_PYTHON=2.2
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="1"
 
 inherit distutils eutils
 
 DESCRIPTION="Python binding for libclamav"
-HOMEPAGE="http://xael.org/norman/python/pyclamav/"
+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"
-KEYWORDS="~amd64 ~ia64 ~ppc x86"
-DEPEND=">=app-antivirus/clamav-0.90"
 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
-}
 
-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)."
+	insinto /usr/share/doc/${PF}
+	doins example.py
 }



1.23                 dev-python/pyclamav/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclamav/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	18 May 2009 15:45:12 -0000	1.22
+++ ChangeLog	30 Jun 2010 03:09:24 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pyclamav
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/ChangeLog,v 1.22 2009/05/18 15:45:12 fauli Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/ChangeLog,v 1.23 2010/06/30 03:09:24 arfrever Exp $
+
+  30 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  pyclamav-0.4.1-r1.ebuild:
+  Set SUPPORT_PYTHON_ABIS.
 
   18 May 2009; Christian Faulhammer <fauli@gentoo.org>
   pyclamav-0.4.1-r1.ebuild:






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pyclamav: pyclamav-0.4.1-r1.ebuild ChangeLog
@ 2012-02-20 15:04 Patrick Lauer (patrick)
  0 siblings, 0 replies; 6+ messages in thread
From: Patrick Lauer (patrick) @ 2012-02-20 15:04 UTC (permalink / raw
  To: gentoo-commits

patrick     12/02/20 15:04:33

  Modified:             pyclamav-0.4.1-r1.ebuild ChangeLog
  Log:
  Restricting pypy #404033
  
  (Portage version: 2.2.0_alpha87/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild?r1=1.3&r2=1.4

Index: pyclamav-0.4.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyclamav-0.4.1-r1.ebuild	30 Jun 2010 03:09:24 -0000	1.3
+++ pyclamav-0.4.1-r1.ebuild	20 Feb 2012 15:04:33 -0000	1.4
@@ -1,11 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 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-r1.ebuild,v 1.3 2010/06/30 03:09:24 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild,v 1.4 2012/02/20 15:04:33 patrick Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="2.7-pypy-*"
 
 inherit distutils eutils
 



1.24                 dev-python/pyclamav/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclamav/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	30 Jun 2010 03:09:24 -0000	1.23
+++ ChangeLog	20 Feb 2012 15:04:33 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyclamav
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/ChangeLog,v 1.23 2010/06/30 03:09:24 arfrever Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/ChangeLog,v 1.24 2012/02/20 15:04:33 patrick Exp $
+
+  20 Feb 2012; Patrick Lauer <patrick@gentoo.org> pyclamav-0.4.1-r1.ebuild:
+  Restricting pypy #404033
 
   30 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   pyclamav-0.4.1-r1.ebuild:






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pyclamav: pyclamav-0.4.1-r1.ebuild ChangeLog
@ 2012-02-21  8:02 Patrick Lauer (patrick)
  0 siblings, 0 replies; 6+ messages in thread
From: Patrick Lauer (patrick) @ 2012-02-21  8:02 UTC (permalink / raw
  To: gentoo-commits

patrick     12/02/21 08:02:57

  Modified:             pyclamav-0.4.1-r1.ebuild ChangeLog
  Log:
  Restricting jython
  
  (Portage version: 2.2.0_alpha88/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild?r1=1.4&r2=1.5

Index: pyclamav-0.4.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pyclamav-0.4.1-r1.ebuild	20 Feb 2012 15:04:33 -0000	1.4
+++ pyclamav-0.4.1-r1.ebuild	21 Feb 2012 08:02:57 -0000	1.5
@@ -1,11 +1,11 @@
 # Copyright 1999-2012 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-r1.ebuild,v 1.4 2012/02/20 15:04:33 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild,v 1.5 2012/02/21 08:02:57 patrick Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.7-pypy-*"
+RESTRICT_PYTHON_ABIS="2.7-pypy-* *-jython"
 
 inherit distutils eutils
 



1.25                 dev-python/pyclamav/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclamav/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	20 Feb 2012 15:04:33 -0000	1.24
+++ ChangeLog	21 Feb 2012 08:02:57 -0000	1.25
@@ -1,6 +1,9 @@
 # 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.24 2012/02/20 15:04:33 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/ChangeLog,v 1.25 2012/02/21 08:02:57 patrick Exp $
+
+  21 Feb 2012; Patrick Lauer <patrick@gentoo.org> pyclamav-0.4.1-r1.ebuild:
+  Restricting jython
 
   20 Feb 2012; Patrick Lauer <patrick@gentoo.org> pyclamav-0.4.1-r1.ebuild:
   Restricting pypy #404033






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pyclamav: pyclamav-0.4.1-r1.ebuild ChangeLog
@ 2012-03-13  2:54 Mike Gilbert (floppym)
  0 siblings, 0 replies; 6+ messages in thread
From: Mike Gilbert (floppym) @ 2012-03-13  2:54 UTC (permalink / raw
  To: gentoo-commits

floppym     12/03/13 02:54:16

  Modified:             pyclamav-0.4.1-r1.ebuild ChangeLog
  Log:
  Restrict Python 3. Patch by Arfrever.
  
  (Portage version: 2.2.0_alpha90/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild?r1=1.5&r2=1.6

Index: pyclamav-0.4.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pyclamav-0.4.1-r1.ebuild	21 Feb 2012 08:02:57 -0000	1.5
+++ pyclamav-0.4.1-r1.ebuild	13 Mar 2012 02:54:16 -0000	1.6
@@ -1,11 +1,11 @@
 # Copyright 1999-2012 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-r1.ebuild,v 1.5 2012/02/21 08:02:57 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild,v 1.6 2012/03/13 02:54:16 floppym Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.7-pypy-* *-jython"
+RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
 
 inherit distutils eutils
 



1.26                 dev-python/pyclamav/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclamav/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclamav/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	21 Feb 2012 08:02:57 -0000	1.25
+++ ChangeLog	13 Mar 2012 02:54:16 -0000	1.26
@@ -1,6 +1,9 @@
 # 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.25 2012/02/21 08:02:57 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/ChangeLog,v 1.26 2012/03/13 02:54:16 floppym Exp $
+
+  13 Mar 2012; Mike Gilbert <floppym@gentoo.org> pyclamav-0.4.1-r1.ebuild:
+  Restrict Python 3. Patch by Arfrever.
 
   21 Feb 2012; Patrick Lauer <patrick@gentoo.org> pyclamav-0.4.1-r1.ebuild:
   Restricting jython






^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-03-13  2:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-30  3:09 [gentoo-commits] gentoo-x86 commit in dev-python/pyclamav: pyclamav-0.4.1-r1.ebuild ChangeLog Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-13  2:54 Mike Gilbert (floppym)
2012-02-21  8:02 Patrick Lauer (patrick)
2012-02-20 15:04 Patrick Lauer (patrick)
2009-05-18 15:45 Christian Faulhammer (fauli)
2009-05-17  8:09 Tobias Scherbaum (dertobi123)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox