diff options
author | Przemyslaw Maciag <troll@gentoo.org> | 2007-01-04 12:03:24 +0000 |
---|---|---|
committer | Przemyslaw Maciag <troll@gentoo.org> | 2007-01-04 12:03:24 +0000 |
commit | 703a5a53b7e9741ebbafb8c6467b6d1edd331e0c (patch) | |
tree | f869b03801e5d77a0a2780639314ec18021d6244 /app-antivirus | |
parent | Marked stable on x86. (diff) | |
download | gentoo-2-703a5a53b7e9741ebbafb8c6467b6d1edd331e0c.tar.gz gentoo-2-703a5a53b7e9741ebbafb8c6467b6d1edd331e0c.tar.bz2 gentoo-2-703a5a53b7e9741ebbafb8c6467b6d1edd331e0c.zip |
Version bump (0.40)
(Portage version: 2.1.2_rc4-r4)
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/klamav/ChangeLog | 9 | ||||
-rw-r--r-- | app-antivirus/klamav/files/digest-klamav-0.40 | 3 | ||||
-rw-r--r-- | app-antivirus/klamav/klamav-0.40.ebuild | 32 |
3 files changed, 42 insertions, 2 deletions
diff --git a/app-antivirus/klamav/ChangeLog b/app-antivirus/klamav/ChangeLog index 8b0d56c89cb4..bde32c6ddc89 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.23 2006/11/05 10:23:29 blubb Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.24 2007/01/04 12:03:24 troll Exp $ + +*klamav-0.40 (04 Jan 2007) + + 04 Jan 2007; Przemysław Maciąg <troll@gentoo.org> +klamav-0.40.ebuild: + Version bump 05 Nov 2006; <blubb@gentoo.org> klamav-0.38.ebuild: stable on amd64 diff --git a/app-antivirus/klamav/files/digest-klamav-0.40 b/app-antivirus/klamav/files/digest-klamav-0.40 new file mode 100644 index 000000000000..2ca12e94e1a4 --- /dev/null +++ b/app-antivirus/klamav/files/digest-klamav-0.40 @@ -0,0 +1,3 @@ +MD5 65818ece1115848602c87ab878784fea klamav-0.40-source.tar.gz 1758899 +RMD160 98ed93097d095c6bd3b6be20f144fd51638471d5 klamav-0.40-source.tar.gz 1758899 +SHA256 add8b6093aaf97ef2cb89c17c135ed8aecd7c4e4055ec2a6d79d8344c9b78fee klamav-0.40-source.tar.gz 1758899 diff --git a/app-antivirus/klamav/klamav-0.40.ebuild b/app-antivirus/klamav/klamav-0.40.ebuild new file mode 100644 index 000000000000..48407324a435 --- /dev/null +++ b/app-antivirus/klamav/klamav-0.40.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.40.ebuild,v 1.1 2007/01/04 12:03:24 troll 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" +} |