public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-antivirus/clamav: clamav-0.94.ebuild ChangeLog
@ 2008-09-06 10:16 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2008-09-06 10:16 UTC (permalink / raw
  To: gentoo-commits

armin76     08/09/06 10:16:42

  Modified:             clamav-0.94.ebuild ChangeLog
  Log:
  Add missing dep on dev-libs/check when running the tests
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.2                  app-antivirus/clamav/clamav-0.94.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?r1=1.1&r2=1.2

Index: clamav-0.94.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- clamav-0.94.ebuild	5 Sep 2008 19:44:47 -0000	1.1
+++ clamav-0.94.ebuild	6 Sep 2008 10:16:42 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v 1.1 2008/09/05 19:44:47 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v 1.2 2008/09/06 10:16:42 armin76 Exp $
 
 inherit autotools eutils flag-o-matic fixheadtails multilib
 
@@ -11,14 +11,14 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="bzip2 crypt iconv mailwrapper milter nls selinux"
+IUSE="bzip2 crypt iconv mailwrapper milter nls selinux test"
 
-DEPEND="virtual/libc
-	bzip2? ( app-arch/bzip2 )
+DEPEND="bzip2? ( app-arch/bzip2 )
 	crypt? ( >=dev-libs/gmp-4.1.2 )
 	milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) )
 	iconv? ( virtual/libiconv )
 	nls? ( sys-devel/gettext )
+	test? ( dev-libs/check )
 	dev-libs/gmp
 	>=sys-libs/zlib-1.2.1-r3
 	>=sys-apps/sed-4"



1.300                app-antivirus/clamav/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.300&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.300&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?r1=1.299&r2=1.300

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v
retrieving revision 1.299
retrieving revision 1.300
diff -u -r1.299 -r1.300
--- ChangeLog	5 Sep 2008 19:51:07 -0000	1.299
+++ ChangeLog	6 Sep 2008 10:16:42 -0000	1.300
@@ -1,6 +1,9 @@
 # ChangeLog for app-antivirus/clamav
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.299 2008/09/05 19:51:07 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.300 2008/09/06 10:16:42 armin76 Exp $
+
+  06 Sep 2008; Raúl Porcel <armin76@gentoo.org> clamav-0.94.ebuild:
+  Add missing dep on dev-libs/check when running the tests
 
   05 Sep 2008; Tobias Scherbaum <dertobi123@gentoo.org>
   -files/clamav-0.90-compat.patch, -files/clamav-0.90-nls.patch,






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

* [gentoo-commits] gentoo-x86 commit in app-antivirus/clamav: clamav-0.94.ebuild ChangeLog
@ 2008-09-06 11:55 Richard Freeman (rich0)
  0 siblings, 0 replies; 9+ messages in thread
From: Richard Freeman (rich0) @ 2008-09-06 11:55 UTC (permalink / raw
  To: gentoo-commits

rich0       08/09/06 11:55:15

  Modified:             clamav-0.94.ebuild ChangeLog
  Log:
  amd64 stable - 236665
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.3                  app-antivirus/clamav/clamav-0.94.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?r1=1.2&r2=1.3

Index: clamav-0.94.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- clamav-0.94.ebuild	6 Sep 2008 10:16:42 -0000	1.2
+++ clamav-0.94.ebuild	6 Sep 2008 11:55:14 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v 1.2 2008/09/06 10:16:42 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v 1.3 2008/09/06 11:55:14 rich0 Exp $
 
 inherit autotools eutils flag-o-matic fixheadtails multilib
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="bzip2 crypt iconv mailwrapper milter nls selinux test"
 
 DEPEND="bzip2? ( app-arch/bzip2 )



1.301                app-antivirus/clamav/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.301&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.301&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?r1=1.300&r2=1.301

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -r1.300 -r1.301
--- ChangeLog	6 Sep 2008 10:16:42 -0000	1.300
+++ ChangeLog	6 Sep 2008 11:55:14 -0000	1.301
@@ -1,6 +1,9 @@
 # ChangeLog for app-antivirus/clamav
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.300 2008/09/06 10:16:42 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.301 2008/09/06 11:55:14 rich0 Exp $
+
+  06 Sep 2008; Richard Freeman <rich0@gentoo.org> clamav-0.94.ebuild:
+  amd64 stable - 236665
 
   06 Sep 2008; Raúl Porcel <armin76@gentoo.org> clamav-0.94.ebuild:
   Add missing dep on dev-libs/check when running the tests






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

* [gentoo-commits] gentoo-x86 commit in app-antivirus/clamav: clamav-0.94.ebuild ChangeLog
@ 2008-09-06 14:31 Jose Luis Rivero (yoswink)
  0 siblings, 0 replies; 9+ messages in thread
From: Jose Luis Rivero (yoswink) @ 2008-09-06 14:31 UTC (permalink / raw
  To: gentoo-commits

yoswink     08/09/06 14:31:16

  Modified:             clamav-0.94.ebuild ChangeLog
  Log:
  Stable on alpha wrt bug #236665
  (Portage version: 2.2_rc8/cvs/Linux 2.6.24-mactel i686)

Revision  Changes    Path
1.4                  app-antivirus/clamav/clamav-0.94.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?r1=1.3&r2=1.4

Index: clamav-0.94.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- clamav-0.94.ebuild	6 Sep 2008 11:55:14 -0000	1.3
+++ clamav-0.94.ebuild	6 Sep 2008 14:31:15 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v 1.3 2008/09/06 11:55:14 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v 1.4 2008/09/06 14:31:15 yoswink Exp $
 
 inherit autotools eutils flag-o-matic fixheadtails multilib
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="bzip2 crypt iconv mailwrapper milter nls selinux test"
 
 DEPEND="bzip2? ( app-arch/bzip2 )



1.302                app-antivirus/clamav/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.302&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.302&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?r1=1.301&r2=1.302

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -r1.301 -r1.302
--- ChangeLog	6 Sep 2008 11:55:14 -0000	1.301
+++ ChangeLog	6 Sep 2008 14:31:15 -0000	1.302
@@ -1,6 +1,9 @@
 # ChangeLog for app-antivirus/clamav
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.301 2008/09/06 11:55:14 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.302 2008/09/06 14:31:15 yoswink Exp $
+
+  06 Sep 2008; Jose Luis Rivero <yoswink@gentoo.org> clamav-0.94.ebuild:
+  Stable on alpha wrt bug #236665
 
   06 Sep 2008; Richard Freeman <rich0@gentoo.org> clamav-0.94.ebuild:
   amd64 stable - 236665






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

* [gentoo-commits] gentoo-x86 commit in app-antivirus/clamav: clamav-0.94.ebuild ChangeLog
@ 2008-09-06 15:24 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2008-09-06 15:24 UTC (permalink / raw
  To: gentoo-commits

jer         08/09/06 15:24:09

  Modified:             clamav-0.94.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #236665).
  (Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r7-JeR i686)

Revision  Changes    Path
1.5                  app-antivirus/clamav/clamav-0.94.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?r1=1.4&r2=1.5

Index: clamav-0.94.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- clamav-0.94.ebuild	6 Sep 2008 14:31:15 -0000	1.4
+++ clamav-0.94.ebuild	6 Sep 2008 15:24:09 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v 1.4 2008/09/06 14:31:15 yoswink Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v 1.5 2008/09/06 15:24:09 jer Exp $
 
 inherit autotools eutils flag-o-matic fixheadtails multilib
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="bzip2 crypt iconv mailwrapper milter nls selinux test"
 
 DEPEND="bzip2? ( app-arch/bzip2 )



1.303                app-antivirus/clamav/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.303&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.303&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?r1=1.302&r2=1.303

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v
retrieving revision 1.302
retrieving revision 1.303
diff -u -r1.302 -r1.303
--- ChangeLog	6 Sep 2008 14:31:15 -0000	1.302
+++ ChangeLog	6 Sep 2008 15:24:09 -0000	1.303
@@ -1,6 +1,9 @@
 # ChangeLog for app-antivirus/clamav
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.302 2008/09/06 14:31:15 yoswink Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.303 2008/09/06 15:24:09 jer Exp $
+
+  06 Sep 2008; Jeroen Roovers <jer@gentoo.org> clamav-0.94.ebuild:
+  Stable for HPPA (bug #236665).
 
   06 Sep 2008; Jose Luis Rivero <yoswink@gentoo.org> clamav-0.94.ebuild:
   Stable on alpha wrt bug #236665






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

* [gentoo-commits] gentoo-x86 commit in app-antivirus/clamav: clamav-0.94.ebuild ChangeLog
@ 2008-09-07 13:10 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2008-09-07 13:10 UTC (permalink / raw
  To: gentoo-commits

maekke      08/09/07 13:10:52

  Modified:             clamav-0.94.ebuild ChangeLog
  Log:
  x86 stable, bug #236665
  (Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc5 i686)

Revision  Changes    Path
1.6                  app-antivirus/clamav/clamav-0.94.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?r1=1.5&r2=1.6

Index: clamav-0.94.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- clamav-0.94.ebuild	6 Sep 2008 15:24:09 -0000	1.5
+++ clamav-0.94.ebuild	7 Sep 2008 13:10:51 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v 1.5 2008/09/06 15:24:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v 1.6 2008/09/07 13:10:51 maekke Exp $
 
 inherit autotools eutils flag-o-matic fixheadtails multilib
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="bzip2 crypt iconv mailwrapper milter nls selinux test"
 
 DEPEND="bzip2? ( app-arch/bzip2 )



1.304                app-antivirus/clamav/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.304&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.304&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?r1=1.303&r2=1.304

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v
retrieving revision 1.303
retrieving revision 1.304
diff -u -r1.303 -r1.304
--- ChangeLog	6 Sep 2008 15:24:09 -0000	1.303
+++ ChangeLog	7 Sep 2008 13:10:51 -0000	1.304
@@ -1,6 +1,9 @@
 # ChangeLog for app-antivirus/clamav
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.303 2008/09/06 15:24:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.304 2008/09/07 13:10:51 maekke Exp $
+
+  07 Sep 2008; Markus Meier <maekke@gentoo.org> clamav-0.94.ebuild:
+  x86 stable, bug #236665
 
   06 Sep 2008; Jeroen Roovers <jer@gentoo.org> clamav-0.94.ebuild:
   Stable for HPPA (bug #236665).






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

* [gentoo-commits] gentoo-x86 commit in app-antivirus/clamav: clamav-0.94.ebuild ChangeLog
@ 2008-09-07 13:31 Friedrich Oslage (bluebird)
  0 siblings, 0 replies; 9+ messages in thread
From: Friedrich Oslage (bluebird) @ 2008-09-07 13:31 UTC (permalink / raw
  To: gentoo-commits

bluebird    08/09/07 13:31:52

  Modified:             clamav-0.94.ebuild ChangeLog
  Log:
  Stable on sparc, security bug #236665
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.7                  app-antivirus/clamav/clamav-0.94.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?r1=1.6&r2=1.7

Index: clamav-0.94.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- clamav-0.94.ebuild	7 Sep 2008 13:10:51 -0000	1.6
+++ clamav-0.94.ebuild	7 Sep 2008 13:31:51 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v 1.6 2008/09/07 13:10:51 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v 1.7 2008/09/07 13:31:51 bluebird Exp $
 
 inherit autotools eutils flag-o-matic fixheadtails multilib
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ~ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
 IUSE="bzip2 crypt iconv mailwrapper milter nls selinux test"
 
 DEPEND="bzip2? ( app-arch/bzip2 )



1.305                app-antivirus/clamav/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.305&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.305&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?r1=1.304&r2=1.305

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v
retrieving revision 1.304
retrieving revision 1.305
diff -u -r1.304 -r1.305
--- ChangeLog	7 Sep 2008 13:10:51 -0000	1.304
+++ ChangeLog	7 Sep 2008 13:31:51 -0000	1.305
@@ -1,6 +1,9 @@
 # ChangeLog for app-antivirus/clamav
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.304 2008/09/07 13:10:51 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.305 2008/09/07 13:31:51 bluebird Exp $
+
+  07 Sep 2008; Friedrich Oslage <bluebird@gentoo.org> clamav-0.94.ebuild:
+  Stable on sparc, security bug #236665
 
   07 Sep 2008; Markus Meier <maekke@gentoo.org> clamav-0.94.ebuild:
   x86 stable, bug #236665






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

* [gentoo-commits] gentoo-x86 commit in app-antivirus/clamav: clamav-0.94.ebuild ChangeLog
@ 2008-09-08 16:48 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2008-09-08 16:48 UTC (permalink / raw
  To: gentoo-commits

armin76     08/09/08 16:48:20

  Modified:             clamav-0.94.ebuild ChangeLog
  Log:
  ia64 stable wrt #236665
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.8                  app-antivirus/clamav/clamav-0.94.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?r1=1.7&r2=1.8

Index: clamav-0.94.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- clamav-0.94.ebuild	7 Sep 2008 13:31:51 -0000	1.7
+++ clamav-0.94.ebuild	8 Sep 2008 16:48:19 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v 1.7 2008/09/07 13:31:51 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v 1.8 2008/09/08 16:48:19 armin76 Exp $
 
 inherit autotools eutils flag-o-matic fixheadtails multilib
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
 IUSE="bzip2 crypt iconv mailwrapper milter nls selinux test"
 
 DEPEND="bzip2? ( app-arch/bzip2 )



1.306                app-antivirus/clamav/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.306&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.306&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?r1=1.305&r2=1.306

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v
retrieving revision 1.305
retrieving revision 1.306
diff -u -r1.305 -r1.306
--- ChangeLog	7 Sep 2008 13:31:51 -0000	1.305
+++ ChangeLog	8 Sep 2008 16:48:19 -0000	1.306
@@ -1,6 +1,9 @@
 # ChangeLog for app-antivirus/clamav
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.305 2008/09/07 13:31:51 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.306 2008/09/08 16:48:19 armin76 Exp $
+
+  08 Sep 2008; Raúl Porcel <armin76@gentoo.org> clamav-0.94.ebuild:
+  ia64 stable wrt #236665
 
   07 Sep 2008; Friedrich Oslage <bluebird@gentoo.org> clamav-0.94.ebuild:
   Stable on sparc, security bug #236665






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

* [gentoo-commits] gentoo-x86 commit in app-antivirus/clamav: clamav-0.94.ebuild ChangeLog
@ 2008-09-08 16:57 Brent Baude (ranger)
  0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2008-09-08 16:57 UTC (permalink / raw
  To: gentoo-commits

ranger      08/09/08 16:57:36

  Modified:             clamav-0.94.ebuild ChangeLog
  Log:
  Marking clamav-0.94 ppc64 and ppc for bug 236665
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.9                  app-antivirus/clamav/clamav-0.94.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?r1=1.8&r2=1.9

Index: clamav-0.94.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- clamav-0.94.ebuild	8 Sep 2008 16:48:19 -0000	1.8
+++ clamav-0.94.ebuild	8 Sep 2008 16:57:36 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v 1.8 2008/09/08 16:48:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v 1.9 2008/09/08 16:57:36 ranger Exp $
 
 inherit autotools eutils flag-o-matic fixheadtails multilib
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="bzip2 crypt iconv mailwrapper milter nls selinux test"
 
 DEPEND="bzip2? ( app-arch/bzip2 )



1.307                app-antivirus/clamav/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.307&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.307&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?r1=1.306&r2=1.307

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -r1.306 -r1.307
--- ChangeLog	8 Sep 2008 16:48:19 -0000	1.306
+++ ChangeLog	8 Sep 2008 16:57:36 -0000	1.307
@@ -1,6 +1,9 @@
 # ChangeLog for app-antivirus/clamav
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.306 2008/09/08 16:48:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.307 2008/09/08 16:57:36 ranger Exp $
+
+  08 Sep 2008; Brent Baude <ranger@gentoo.org> clamav-0.94.ebuild:
+  Marking clamav-0.94 ppc64 and ppc for bug 236665
 
   08 Sep 2008; Raúl Porcel <armin76@gentoo.org> clamav-0.94.ebuild:
   ia64 stable wrt #236665






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

* [gentoo-commits] gentoo-x86 commit in app-antivirus/clamav: clamav-0.94.ebuild ChangeLog
@ 2008-09-13 22:48 Tobias Scherbaum (dertobi123)
  0 siblings, 0 replies; 9+ messages in thread
From: Tobias Scherbaum (dertobi123) @ 2008-09-13 22:48 UTC (permalink / raw
  To: gentoo-commits

dertobi123    08/09/13 22:48:04

  Modified:             clamav-0.94.ebuild ChangeLog
  Log:
  Add missing buildtime dep on dev-util/pkgconfig, #237552
  (Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r7 x86_64)

Revision  Changes    Path
1.10                 app-antivirus/clamav/clamav-0.94.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?r1=1.9&r2=1.10

Index: clamav-0.94.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- clamav-0.94.ebuild	8 Sep 2008 16:57:36 -0000	1.9
+++ clamav-0.94.ebuild	13 Sep 2008 22:48:04 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v 1.9 2008/09/08 16:57:36 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v 1.10 2008/09/13 22:48:04 dertobi123 Exp $
 
 inherit autotools eutils flag-o-matic fixheadtails multilib
 
@@ -13,7 +13,7 @@
 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="bzip2 crypt iconv mailwrapper milter nls selinux test"
 
-DEPEND="bzip2? ( app-arch/bzip2 )
+COMMON_DEPEND="bzip2? ( app-arch/bzip2 )
 	crypt? ( >=dev-libs/gmp-4.1.2 )
 	milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) )
 	iconv? ( virtual/libiconv )
@@ -22,9 +22,14 @@
 	dev-libs/gmp
 	>=sys-libs/zlib-1.2.1-r3
 	>=sys-apps/sed-4"
-RDEPEND="${DEPEND}
+
+DEPEND="${COMMON_DEPEND}
+	dev-util/pkgconfig"
+
+RDEPEND="${COMMON_DEPEND}
 	selinux? ( sec-policy/selinux-clamav )
 	sys-apps/grep"
+
 PROVIDE="virtual/antivirus"
 
 pkg_setup() {



1.308                app-antivirus/clamav/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.308&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.308&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?r1=1.307&r2=1.308

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v
retrieving revision 1.307
retrieving revision 1.308
diff -u -r1.307 -r1.308
--- ChangeLog	8 Sep 2008 16:57:36 -0000	1.307
+++ ChangeLog	13 Sep 2008 22:48:04 -0000	1.308
@@ -1,6 +1,9 @@
 # ChangeLog for app-antivirus/clamav
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.307 2008/09/08 16:57:36 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.308 2008/09/13 22:48:04 dertobi123 Exp $
+
+  13 Sep 2008; Tobias Scherbaum <dertobi123@gentoo.org> clamav-0.94.ebuild:
+  Add missing buildtime dep on dev-util/pkgconfig, #237552
 
   08 Sep 2008; Brent Baude <ranger@gentoo.org> clamav-0.94.ebuild:
   Marking clamav-0.94 ppc64 and ppc for bug 236665






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

end of thread, other threads:[~2008-09-13 22:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-06 15:24 [gentoo-commits] gentoo-x86 commit in app-antivirus/clamav: clamav-0.94.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2008-09-13 22:48 Tobias Scherbaum (dertobi123)
2008-09-08 16:57 Brent Baude (ranger)
2008-09-08 16:48 Raul Porcel (armin76)
2008-09-07 13:31 Friedrich Oslage (bluebird)
2008-09-07 13:10 Markus Meier (maekke)
2008-09-06 14:31 Jose Luis Rivero (yoswink)
2008-09-06 11:55 Richard Freeman (rich0)
2008-09-06 10:16 Raul Porcel (armin76)

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