summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2006-08-18 23:32:10 +0000
committerCarsten Lohrke <carlo@gentoo.org>2006-08-18 23:32:10 +0000
commit99f90d88bf10a97cfbd3440a16000d2f3d44042c (patch)
treee4dc7d5fbc7ed337cf42f523130e3c34189e4a1e /app-antivirus
parentStable on ia64. (diff)
downloadgentoo-2-99f90d88bf10a97cfbd3440a16000d2f3d44042c.tar.gz
gentoo-2-99f90d88bf10a97cfbd3440a16000d2f3d44042c.tar.bz2
gentoo-2-99f90d88bf10a97cfbd3440a16000d2f3d44042c.zip
Version bump.
(Portage version: 2.1.1_pre5-r2)
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/klamav/ChangeLog7
-rw-r--r--app-antivirus/klamav/files/digest-klamav-0.383
-rw-r--r--app-antivirus/klamav/klamav-0.38.ebuild32
3 files changed, 41 insertions, 1 deletions
diff --git a/app-antivirus/klamav/ChangeLog b/app-antivirus/klamav/ChangeLog
index b33815217292..721509d34db8 100644
--- a/app-antivirus/klamav/ChangeLog
+++ b/app-antivirus/klamav/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-antivirus/klamav
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.16 2006/08/15 23:17:30 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.17 2006/08/18 23:32:10 carlo Exp $
+
+*klamav-0.38 (18 Aug 2006)
+
+ 18 Aug 2006; Carsten Lohrke <carlo@gentoo.org> +klamav-0.38.ebuild:
+ Version bump.
15 Aug 2006; Jason Wever <weeve@gentoo.org> klamav-0.35.1.ebuild:
Stable on SPARC wrt bug #142949.
diff --git a/app-antivirus/klamav/files/digest-klamav-0.38 b/app-antivirus/klamav/files/digest-klamav-0.38
new file mode 100644
index 000000000000..39b751303b37
--- /dev/null
+++ b/app-antivirus/klamav/files/digest-klamav-0.38
@@ -0,0 +1,3 @@
+MD5 34d566fa47b753b3edb0b79c3f790685 klamav-0.38-source.tar.gz 2050525
+RMD160 6b618f3922932a41f5824400954f3ecc4b192ab1 klamav-0.38-source.tar.gz 2050525
+SHA256 76c172ee8e10c9a2dee02b4d32c4acbfa1eaa5e1fdf6e74d7b51802de344e7f9 klamav-0.38-source.tar.gz 2050525
diff --git a/app-antivirus/klamav/klamav-0.38.ebuild b/app-antivirus/klamav/klamav-0.38.ebuild
new file mode 100644
index 000000000000..5f9d09692316
--- /dev/null
+++ b/app-antivirus/klamav/klamav-0.38.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.38.ebuild,v 1.1 2006/08/18 23:32:10 carlo Exp $
+
+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/klamav/${MY_P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="app-antivirus/clamav"
+RDEPEND="app-antivirus/clamav"
+need-kde 3.4
+
+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"
+}
+
+pkg_postinst(){
+ elog "The on-access scanning functionality is provided by"
+ elog "the Dazuko kernel module: emerge sys-fs/dazuko"
+} \ No newline at end of file