diff options
Diffstat (limited to 'app-antivirus/klamav/klamav-0.17.ebuild')
-rw-r--r-- | app-antivirus/klamav/klamav-0.17.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/app-antivirus/klamav/klamav-0.17.ebuild b/app-antivirus/klamav/klamav-0.17.ebuild deleted file mode 100644 index cd932a5a794c..000000000000 --- a/app-antivirus/klamav/klamav-0.17.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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 -} - |