summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-08-05 11:25:48 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-08-05 11:25:48 +0000
commit486d093c9c69bb9f56f947146c60ad430160929b (patch)
treec5a2899d97cdf976b1aaef2705d36dbab1a59b92 /app-antivirus
parentAdded missing postinstall-en.txt (diff)
downloadgentoo-2-486d093c9c69bb9f56f947146c60ad430160929b.tar.gz
gentoo-2-486d093c9c69bb9f56f947146c60ad430160929b.tar.bz2
gentoo-2-486d093c9c69bb9f56f947146c60ad430160929b.zip
New version (#101150).
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/klamav/ChangeLog7
-rw-r--r--app-antivirus/klamav/files/digest-klamav-0.22.11
-rw-r--r--app-antivirus/klamav/klamav-0.22.1.ebuild18
3 files changed, 25 insertions, 1 deletions
diff --git a/app-antivirus/klamav/ChangeLog b/app-antivirus/klamav/ChangeLog
index 1593cd4d9235..19e3f3662a6d 100644
--- a/app-antivirus/klamav/ChangeLog
+++ b/app-antivirus/klamav/ChangeLog
@@ -1,6 +1,11 @@
# 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.6 2005/07/22 10:00:58 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.7 2005/08/05 11:25:48 greg_g Exp $
+
+*klamav-0.22.1 (05 Aug 2005)
+
+ 05 Aug 2005; Gregorio Guidi <greg_g@gentoo.org> +klamav-0.22.1.ebuild:
+ New version (#101150).
22 Jul 2005; David Holm <dholm@gentoo.org> klamav-0.17.3.ebuild:
Added to ~ppc.
diff --git a/app-antivirus/klamav/files/digest-klamav-0.22.1 b/app-antivirus/klamav/files/digest-klamav-0.22.1
new file mode 100644
index 000000000000..a6261b2e668c
--- /dev/null
+++ b/app-antivirus/klamav/files/digest-klamav-0.22.1
@@ -0,0 +1 @@
+MD5 13f6f63c3adcb661eab64c50ffca74a7 klamav-0.22.1.tar.bz2 805460
diff --git a/app-antivirus/klamav/klamav-0.22.1.ebuild b/app-antivirus/klamav/klamav-0.22.1.ebuild
new file mode 100644
index 000000000000..aa71517e9c2e
--- /dev/null
+++ b/app-antivirus/klamav/klamav-0.22.1.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.22.1.ebuild,v 1.1 2005/08/05 11:25:48 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="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="app-antivirus/clamav"
+
+need-kde 3