diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-05-13 10:05:13 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-05-13 10:05:13 +0000 |
commit | cef971c5efe79ce320e646fdfd4a1295824892d3 (patch) | |
tree | c81d69e3283e008caa8439a4a6a4cce53b648e37 /app-antivirus | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-cef971c5efe79ce320e646fdfd4a1295824892d3.tar.gz gentoo-2-cef971c5efe79ce320e646fdfd4a1295824892d3.tar.bz2 gentoo-2-cef971c5efe79ce320e646fdfd4a1295824892d3.zip |
New version, fixing serious problem with KDE 3.4 (#90872).
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/klamav/ChangeLog | 8 | ||||
-rw-r--r-- | app-antivirus/klamav/files/digest-klamav-0.17.3 | 1 | ||||
-rw-r--r-- | app-antivirus/klamav/klamav-0.17.3.ebuild | 18 | ||||
-rw-r--r-- | app-antivirus/klamav/metadata.xml | 2 |
4 files changed, 27 insertions, 2 deletions
diff --git a/app-antivirus/klamav/ChangeLog b/app-antivirus/klamav/ChangeLog index 2f3615b01e9b..675916be129c 100644 --- a/app-antivirus/klamav/ChangeLog +++ b/app-antivirus/klamav/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-antivirus/klamav # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.4 2005/04/17 18:22:22 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.5 2005/05/13 10:05:13 greg_g Exp $ + +*klamav-0.17.3 (13 May 2005) + + 13 May 2005; Gregorio Guidi <greg_g@gentoo.org> metadata.xml, + +klamav-0.17.3.ebuild: + New version, fixing serious problem with KDE 3.4 (#90872). *klamav-0.17 (17 Apr 2005) diff --git a/app-antivirus/klamav/files/digest-klamav-0.17.3 b/app-antivirus/klamav/files/digest-klamav-0.17.3 new file mode 100644 index 000000000000..e662f5806086 --- /dev/null +++ b/app-antivirus/klamav/files/digest-klamav-0.17.3 @@ -0,0 +1 @@ +MD5 32b581d2f6aec22e7a92261e35389345 klamav-0.17.3.tar.bz2 646829 diff --git a/app-antivirus/klamav/klamav-0.17.3.ebuild b/app-antivirus/klamav/klamav-0.17.3.ebuild new file mode 100644 index 000000000000..e655a7cf4be9 --- /dev/null +++ b/app-antivirus/klamav/klamav-0.17.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.17.3.ebuild,v 1.1 2005/05/13 10:05:13 greg_g Exp $ + +inherit kde + +DESCRIPTION="KDE frontend for the ClamAV antivirus." +HOMEPAGE="http://klamav.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86 ~sparc ~amd64" +IUSE="" + +DEPEND="app-antivirus/clamav" + +need-kde 3 diff --git a/app-antivirus/klamav/metadata.xml b/app-antivirus/klamav/metadata.xml index a23f444b67d6..8d1e86a9cefb 100644 --- a/app-antivirus/klamav/metadata.xml +++ b/app-antivirus/klamav/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>kde</herd> +<herd>kde</herd> </pkgmetadata> |