diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-02 09:24:26 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-02 09:24:26 +0000 |
commit | 54f672202d5d9f08c964d16609c633ffbb988e0e (patch) | |
tree | 65711a576c397a0b4cf41a6418bd06cdc94d6af3 /app-antivirus/klamav | |
parent | Add patch to enable --as-needed LDFLAG, #135145 (diff) | |
download | gentoo-2-54f672202d5d9f08c964d16609c633ffbb988e0e.tar.gz gentoo-2-54f672202d5d9f08c964d16609c633ffbb988e0e.tar.bz2 gentoo-2-54f672202d5d9f08c964d16609c633ffbb988e0e.zip |
Version bump, thanks to dcecchin in bug #134787.
(Portage version: 2.1_rc3-r3)
Diffstat (limited to 'app-antivirus/klamav')
-rw-r--r-- | app-antivirus/klamav/ChangeLog | 7 | ||||
-rw-r--r-- | app-antivirus/klamav/files/digest-klamav-0.37 | 3 | ||||
-rw-r--r-- | app-antivirus/klamav/klamav-0.37.ebuild | 21 |
3 files changed, 30 insertions, 1 deletions
diff --git a/app-antivirus/klamav/ChangeLog b/app-antivirus/klamav/ChangeLog index 56efb4bd2fda..2519d41be983 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.13 2006/04/20 16:58:12 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.14 2006/06/02 09:24:26 flameeyes Exp $ + +*klamav-0.37 (02 Jun 2006) + + 02 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> +klamav-0.37.ebuild: + Version bump, thanks to dcecchin in bug #134787. *klamav-0.35.1 (20 Apr 2006) diff --git a/app-antivirus/klamav/files/digest-klamav-0.37 b/app-antivirus/klamav/files/digest-klamav-0.37 new file mode 100644 index 000000000000..5491ee03a045 --- /dev/null +++ b/app-antivirus/klamav/files/digest-klamav-0.37 @@ -0,0 +1,3 @@ +MD5 b6ab88bc9da7c5166cacd7cd74364243 klamav-0.37-source.tar.gz 1697192 +RMD160 7603dccec96f18b5dd803e3125b645356825d966 klamav-0.37-source.tar.gz 1697192 +SHA256 e038785a91775f1b6b2e3b3ddb6d4ebae4ccaf0efe34248df68ca179358b581e klamav-0.37-source.tar.gz 1697192 diff --git a/app-antivirus/klamav/klamav-0.37.ebuild b/app-antivirus/klamav/klamav-0.37.ebuild new file mode 100644 index 000000000000..9081089c1b6d --- /dev/null +++ b/app-antivirus/klamav/klamav-0.37.ebuild @@ -0,0 +1,21 @@ +# 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.37.ebuild,v 1.1 2006/06/02 09:24:26 flameeyes Exp $ + +inherit kde eutils flag-o-matic + +MY_P="${P}-source" +S="${WORKDIR}/${MY_P}/${P}" + +DESCRIPTION="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 ~sparc ~x86" +IUSE="" + +DEPEND="app-antivirus/clamav" + +need-kde 3.4 |