summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-04-17 18:22:22 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-04-17 18:22:22 +0000
commita3bdac803c834079e593c90d9f809ef01185e1a7 (patch)
treec5d39cd5114e9a8a935a4e4a6529120c0d1eeabf /app-antivirus/klamav
parentMasked 3dnowext on SPARC since it was not correctly masked when it was added. (diff)
downloadgentoo-2-a3bdac803c834079e593c90d9f809ef01185e1a7.tar.gz
gentoo-2-a3bdac803c834079e593c90d9f809ef01185e1a7.tar.bz2
gentoo-2-a3bdac803c834079e593c90d9f809ef01185e1a7.zip
Version bump, closes #81439.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-antivirus/klamav')
-rw-r--r--app-antivirus/klamav/ChangeLog8
-rw-r--r--app-antivirus/klamav/Manifest8
-rw-r--r--app-antivirus/klamav/files/digest-klamav-0.171
-rw-r--r--app-antivirus/klamav/klamav-0.17.ebuild26
4 files changed, 39 insertions, 4 deletions
diff --git a/app-antivirus/klamav/ChangeLog b/app-antivirus/klamav/ChangeLog
index 15d131176b76..2f3615b01e9b 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.3 2005/03/19 20:43:47 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.4 2005/04/17 18:22:22 ticho Exp $
+
+*klamav-0.17 (17 Apr 2005)
+
+ 17 Apr 2005; Andrej Kacian <ticho@gentoo.org> +klamav-0.17.ebuild:
+ Version bump, closes #81439, reported by Erinn Looney-Triggs
+ <erinn.looneytriggs@gmail.com>.
19 Mar 2005; <blubb@gentoo.org> klamav-0.09.4.ebuild:
added ~amd64
diff --git a/app-antivirus/klamav/Manifest b/app-antivirus/klamav/Manifest
index bd70ad7d0685..11e42e49002f 100644
--- a/app-antivirus/klamav/Manifest
+++ b/app-antivirus/klamav/Manifest
@@ -1,6 +1,8 @@
-MD5 bc5757868e9f06d6048259da3a5918aa metadata.xml 157
-MD5 040e94049d3c80b85b77ee1be37cb001 klamav-0.09.4.ebuild 577
MD5 5952098f070b82301d940ac36ad05a68 ChangeLog 519
+MD5 040e94049d3c80b85b77ee1be37cb001 klamav-0.09.4.ebuild 577
+MD5 bc5757868e9f06d6048259da3a5918aa metadata.xml 157
+MD5 040e94049d3c80b85b77ee1be37cb001 klamav-0.17.ebuild 577
+MD5 a172314869adb5160d8a0f25f80f58e3 files/digest-klamav-0.17 64
MD5 c1d5b8a6f415dd90aba2af2efe4eab90 files/klamav-desktop_polish.patch 1149
-MD5 e8a1ed896ff2f8051067d7402fa83262 files/digest-klamav-0.09.4 66
MD5 e3f17237d0bf6b2768ef04344f186141 files/klamav-0.09.4-paths.patch 583
+MD5 e8a1ed896ff2f8051067d7402fa83262 files/digest-klamav-0.09.4 66
diff --git a/app-antivirus/klamav/files/digest-klamav-0.17 b/app-antivirus/klamav/files/digest-klamav-0.17
new file mode 100644
index 000000000000..bec1c9a18dbc
--- /dev/null
+++ b/app-antivirus/klamav/files/digest-klamav-0.17
@@ -0,0 +1 @@
+MD5 1d2e576e64f3cc8a9cb5b36e41001d38 klamav-0.17.tar.bz2 646664
diff --git a/app-antivirus/klamav/klamav-0.17.ebuild b/app-antivirus/klamav/klamav-0.17.ebuild
new file mode 100644
index 000000000000..cd932a5a794c
--- /dev/null
+++ b/app-antivirus/klamav/klamav-0.17.ebuild
@@ -0,0 +1,26 @@
+# 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.ebuild,v 1.1 2005/04/17 18:22:22 ticho Exp $
+
+inherit eutils kde
+
+IUSE="arts doc"
+
+DESCRIPTION="KDE frontend for ClamAV"
+HOMEPAGE="http://klamav.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~sparc ~amd64"
+
+DEPEND="app-antivirus/clamav"
+need-kde 3
+
+src_unpack() {
+ unpack ${A}
+
+ cd ${S}
+ epatch ${FILESDIR}/${PN}-desktop_polish.patch
+}
+