public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-antivirus/klamav: klamav-0.46.ebuild ChangeLog
@ 2009-04-19 16:23 Jorge Manuel B. S. Vicetto (jmbsvicetto)
  0 siblings, 0 replies; 7+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2009-04-19 16:23 UTC (permalink / raw
  To: gentoo-commits

jmbsvicetto    09/04/19 16:23:22

  Modified:             ChangeLog
  Added:                klamav-0.46.ebuild
  Log:
  Bumped klamav to 0.46. Thanks to Richard Cox - fixes bug 264887.
  (Portage version: 2.2_rc30/cvs/Linux x86_64)

Revision  Changes    Path
1.55                 app-antivirus/klamav/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	25 Feb 2009 12:50:01 -0000	1.54
+++ ChangeLog	19 Apr 2009 16:23:22 -0000	1.55
@@ -1,6 +1,12 @@
 # ChangeLog for app-antivirus/klamav
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.54 2009/02/25 12:50:01 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.55 2009/04/19 16:23:22 jmbsvicetto Exp $
+
+*klamav-0.46 (19 Apr 2009)
+
+  19 Apr 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+  +klamav-0.46.ebuild:
+  Bumped klamav to 0.46. Thanks to Richard Cox - fixes bug 264887.
 
   25 Feb 2009; Joseph Jezak <josejx@gentoo.org> klamav-0.44.ebuild:
   Marked ppc stable for bug #245552.



1.1                  app-antivirus/klamav/klamav-0.46.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/klamav/klamav-0.46.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/klamav/klamav-0.46.ebuild?rev=1.1&content-type=text/plain

Index: klamav-0.46.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.46.ebuild,v 1.1 2009/04/19 16:23:22 jmbsvicetto Exp $

ARTS_REQUIRED="never"

inherit kde

MY_P="${P}-source"
S="${WORKDIR}/${MY_P}/${P}"

DESCRIPTION="KlamAV is a KDE frontend for the ClamAV antivirus."
HOMEPAGE="http://klamav.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

DEPEND=">=app-antivirus/clamav-0.90"
RDEPEND="${DEPEND}"

need-kde 3.5

PATCHES=(
	"${FILESDIR}/klamav-0.43-desktop-entry.diff"
	)
src_unpack(){
	kde_src_unpack

	# Assure a future version won't try to build this.
	rm -rf "${WORKDIR}/${MY_P}/dazuko"* || die "We missed to eradicate some files"

	rm -f "${S}"/configure
}

src_compile(){
	# Disable updates from the GUI. We have package managers for that. cf. bug 171414
	myconf="--with-disableupdates"
	kde_src_compile
}

pkg_postinst(){
	kde_pkg_postinst

	elog "The on-access scanning functionality is provided by"
	elog "the Dazuko kernel module. To use it, install sys-fs/dazuko."
}






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

* [gentoo-commits] gentoo-x86 commit in app-antivirus/klamav: klamav-0.46.ebuild ChangeLog
@ 2009-05-18 15:25 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-05-18 15:25 UTC (permalink / raw
  To: gentoo-commits

fauli       09/05/18 15:25:37

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

Revision  Changes    Path
1.2                  app-antivirus/klamav/klamav-0.46.ebuild

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

Index: klamav-0.46.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.46.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- klamav-0.46.ebuild	19 Apr 2009 16:23:22 -0000	1.1
+++ klamav-0.46.ebuild	18 May 2009 15:25:37 -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/app-antivirus/klamav/klamav-0.46.ebuild,v 1.1 2009/04/19 16:23:22 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.46.ebuild,v 1.2 2009/05/18 15:25:37 fauli Exp $
 
 ARTS_REQUIRED="never"
 
@@ -15,7 +15,7 @@
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 DEPEND=">=app-antivirus/clamav-0.90"



1.56                 app-antivirus/klamav/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	19 Apr 2009 16:23:22 -0000	1.55
+++ ChangeLog	18 May 2009 15:25:37 -0000	1.56
@@ -1,6 +1,9 @@
 # ChangeLog for app-antivirus/klamav
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.55 2009/04/19 16:23:22 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.56 2009/05/18 15:25:37 fauli Exp $
+
+  18 May 2009; Christian Faulhammer <fauli@gentoo.org> klamav-0.46.ebuild:
+  stable x86, security bug 265545
 
 *klamav-0.46 (19 Apr 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in app-antivirus/klamav: klamav-0.46.ebuild ChangeLog
@ 2009-05-18 19:44 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2009-05-18 19:44 UTC (permalink / raw
  To: gentoo-commits

ranger      09/05/18 19:44:37

  Modified:             klamav-0.46.ebuild ChangeLog
  Log:
  Marking klamav-0.46 ppc64 and ppc for bug 265545
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.3                  app-antivirus/klamav/klamav-0.46.ebuild

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

Index: klamav-0.46.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.46.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- klamav-0.46.ebuild	18 May 2009 15:25:37 -0000	1.2
+++ klamav-0.46.ebuild	18 May 2009 19:44:36 -0000	1.3
@@ -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/app-antivirus/klamav/klamav-0.46.ebuild,v 1.2 2009/05/18 15:25:37 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.46.ebuild,v 1.3 2009/05/18 19:44:36 ranger Exp $
 
 ARTS_REQUIRED="never"
 
@@ -15,7 +15,7 @@
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~amd64 ppc ppc64 ~sparc x86"
 IUSE=""
 
 DEPEND=">=app-antivirus/clamav-0.90"



1.57                 app-antivirus/klamav/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	18 May 2009 15:25:37 -0000	1.56
+++ ChangeLog	18 May 2009 19:44:36 -0000	1.57
@@ -1,6 +1,9 @@
 # ChangeLog for app-antivirus/klamav
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.56 2009/05/18 15:25:37 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.57 2009/05/18 19:44:36 ranger Exp $
+
+  18 May 2009; Brent Baude <ranger@gentoo.org> klamav-0.46.ebuild:
+  Marking klamav-0.46 ppc64 and ppc for bug 265545
 
   18 May 2009; Christian Faulhammer <fauli@gentoo.org> klamav-0.46.ebuild:
   stable x86, security bug 265545






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

* [gentoo-commits] gentoo-x86 commit in app-antivirus/klamav: klamav-0.46.ebuild ChangeLog
@ 2009-05-21 18:19 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2009-05-21 18:19 UTC (permalink / raw
  To: gentoo-commits

armin76     09/05/21 18:19:41

  Modified:             klamav-0.46.ebuild ChangeLog
  Log:
  sparc stable wrt #265545
  (Portage version: 2.1.6.11/cvs/Linux ia64)

Revision  Changes    Path
1.4                  app-antivirus/klamav/klamav-0.46.ebuild

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

Index: klamav-0.46.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.46.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- klamav-0.46.ebuild	18 May 2009 19:44:36 -0000	1.3
+++ klamav-0.46.ebuild	21 May 2009 18:19:41 -0000	1.4
@@ -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/app-antivirus/klamav/klamav-0.46.ebuild,v 1.3 2009/05/18 19:44:36 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.46.ebuild,v 1.4 2009/05/21 18:19:41 armin76 Exp $
 
 ARTS_REQUIRED="never"
 
@@ -15,7 +15,7 @@
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 ~sparc x86"
+KEYWORDS="~amd64 ppc ppc64 sparc x86"
 IUSE=""
 
 DEPEND=">=app-antivirus/clamav-0.90"



1.58                 app-antivirus/klamav/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	18 May 2009 19:44:36 -0000	1.57
+++ ChangeLog	21 May 2009 18:19:41 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for app-antivirus/klamav
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.57 2009/05/18 19:44:36 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.58 2009/05/21 18:19:41 armin76 Exp $
+
+  21 May 2009; Raúl Porcel <armin76@gentoo.org> klamav-0.46.ebuild:
+  sparc stable wrt #265545
 
   18 May 2009; Brent Baude <ranger@gentoo.org> klamav-0.46.ebuild:
   Marking klamav-0.46 ppc64 and ppc for bug 265545






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

* [gentoo-commits] gentoo-x86 commit in app-antivirus/klamav: klamav-0.46.ebuild ChangeLog
@ 2009-05-23 10:27 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2009-05-23 10:27 UTC (permalink / raw
  To: gentoo-commits

maekke      09/05/23 10:27:09

  Modified:             klamav-0.46.ebuild ChangeLog
  Log:
  amd64 stable, bug #265545
  (Portage version: 2.1.6.11/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  app-antivirus/klamav/klamav-0.46.ebuild

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

Index: klamav-0.46.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.46.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- klamav-0.46.ebuild	21 May 2009 18:19:41 -0000	1.4
+++ klamav-0.46.ebuild	23 May 2009 10:27:09 -0000	1.5
@@ -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/app-antivirus/klamav/klamav-0.46.ebuild,v 1.4 2009/05/21 18:19:41 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.46.ebuild,v 1.5 2009/05/23 10:27:09 maekke Exp $
 
 ARTS_REQUIRED="never"
 
@@ -15,7 +15,7 @@
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 ppc ppc64 sparc x86"
 IUSE=""
 
 DEPEND=">=app-antivirus/clamav-0.90"



1.59                 app-antivirus/klamav/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	21 May 2009 18:19:41 -0000	1.58
+++ ChangeLog	23 May 2009 10:27:09 -0000	1.59
@@ -1,6 +1,9 @@
 # ChangeLog for app-antivirus/klamav
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.58 2009/05/21 18:19:41 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.59 2009/05/23 10:27:09 maekke Exp $
+
+  23 May 2009; Markus Meier <maekke@gentoo.org> klamav-0.46.ebuild:
+  amd64 stable, bug #265545
 
   21 May 2009; Raúl Porcel <armin76@gentoo.org> klamav-0.46.ebuild:
   sparc stable wrt #265545






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

* [gentoo-commits] gentoo-x86 commit in app-antivirus/klamav: klamav-0.46.ebuild ChangeLog
@ 2009-06-09 13:07 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 7+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2009-06-09 13:07 UTC (permalink / raw
  To: gentoo-commits

tampakrap    09/06/09 13:07:49

  Modified:             klamav-0.46.ebuild ChangeLog
  Log:
  Add kdebase-kioslaves:3.5 as runtime dep
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  app-antivirus/klamav/klamav-0.46.ebuild

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

Index: klamav-0.46.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.46.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- klamav-0.46.ebuild	9 Jun 2009 12:39:35 -0000	1.6
+++ klamav-0.46.ebuild	9 Jun 2009 13:07:49 -0000	1.7
@@ -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/app-antivirus/klamav/klamav-0.46.ebuild,v 1.6 2009/06/09 12:39:35 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.46.ebuild,v 1.7 2009/06/09 13:07:49 tampakrap Exp $
 
 ARTS_REQUIRED="never"
 
@@ -19,7 +19,8 @@
 IUSE=""
 
 DEPEND=">=app-antivirus/clamav-0.90"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+	>=kde-base/kdebase-kioslaves-3.5.9"
 
 need-kde 3.5
 



1.61                 app-antivirus/klamav/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	9 Jun 2009 12:39:35 -0000	1.60
+++ ChangeLog	9 Jun 2009 13:07:49 -0000	1.61
@@ -1,6 +1,9 @@
 # ChangeLog for app-antivirus/klamav
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.60 2009/06/09 12:39:35 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.61 2009/06/09 13:07:49 tampakrap Exp $
+
+  09 Jun 2009; Theo Chatzimichos <tampakrap@gentoo.org> klamav-0.46.ebuild:
+  Add kdebase-kioslaves:3.5 as runtime dep
 
   09 Jun 2009; Theo Chatzimichos <tampakrap@gentoo.org>
   -files/klamav-0.41-cl_loaddbdir.patch, -klamav-0.44.ebuild,






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

* [gentoo-commits] gentoo-x86 commit in app-antivirus/klamav: klamav-0.46.ebuild ChangeLog
@ 2009-10-25 23:17 Jonathan Callen (abcd)
  0 siblings, 0 replies; 7+ messages in thread
From: Jonathan Callen (abcd) @ 2009-10-25 23:17 UTC (permalink / raw
  To: gentoo-commits

abcd        09/10/25 23:17:28

  Modified:             klamav-0.46.ebuild ChangeLog
  Log:
  Bump EAPI to 1 in order to force slot :3.5 on kde deps
  (Portage version: -svn/cvs/Linux i686)

Revision  Changes    Path
1.8                  app-antivirus/klamav/klamav-0.46.ebuild

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

Index: klamav-0.46.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.46.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- klamav-0.46.ebuild	9 Jun 2009 13:07:49 -0000	1.7
+++ klamav-0.46.ebuild	25 Oct 2009 23:17:27 -0000	1.8
@@ -1,7 +1,8 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.46.ebuild,v 1.7 2009/06/09 13:07:49 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.46.ebuild,v 1.8 2009/10/25 23:17:27 abcd Exp $
 
+EAPI=1
 ARTS_REQUIRED="never"
 
 inherit kde
@@ -20,7 +21,7 @@
 
 DEPEND=">=app-antivirus/clamav-0.90"
 RDEPEND="${DEPEND}
-	>=kde-base/kdebase-kioslaves-3.5.9"
+	>=kde-base/kdebase-kioslaves-3.5.9:3.5"
 
 need-kde 3.5
 



1.62                 app-antivirus/klamav/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	9 Jun 2009 13:07:49 -0000	1.61
+++ ChangeLog	25 Oct 2009 23:17:27 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for app-antivirus/klamav
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.61 2009/06/09 13:07:49 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.62 2009/10/25 23:17:27 abcd Exp $
+
+  25 Oct 2009; Jonathan Callen <abcd@gentoo.org> klamav-0.46.ebuild:
+  Bump EAPI to 1 in order to force slot :3.5 on kde deps
 
   09 Jun 2009; Theo Chatzimichos <tampakrap@gentoo.org> klamav-0.46.ebuild:
   Add kdebase-kioslaves:3.5 as runtime dep






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

end of thread, other threads:[~2009-10-25 23:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-19 16:23 [gentoo-commits] gentoo-x86 commit in app-antivirus/klamav: klamav-0.46.ebuild ChangeLog Jorge Manuel B. S. Vicetto (jmbsvicetto)
  -- strict thread matches above, loose matches on Subject: below --
2009-05-18 15:25 Christian Faulhammer (fauli)
2009-05-18 19:44 Brent Baude (ranger)
2009-05-21 18:19 Raul Porcel (armin76)
2009-05-23 10:27 Markus Meier (maekke)
2009-06-09 13:07 Theo Chatzimichos (tampakrap)
2009-10-25 23:17 Jonathan Callen (abcd)

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