summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2008-05-17 20:00:41 +0000
committerCarsten Lohrke <carlo@gentoo.org>2008-05-17 20:00:41 +0000
commit317da4bbbaa62bf128dd4d4c99cd24bca2b69293 (patch)
treef41fe6e930b4d7a0657ccd23f63540ae907c9fae /app-antivirus
parentVersion bump. (diff)
downloadgentoo-2-317da4bbbaa62bf128dd4d4c99cd24bca2b69293.tar.gz
gentoo-2-317da4bbbaa62bf128dd4d4c99cd24bca2b69293.tar.bz2
gentoo-2-317da4bbbaa62bf128dd4d4c99cd24bca2b69293.zip
Clean up.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/klamav/ChangeLog5
-rw-r--r--app-antivirus/klamav/klamav-0.38.ebuild32
2 files changed, 4 insertions, 33 deletions
diff --git a/app-antivirus/klamav/ChangeLog b/app-antivirus/klamav/ChangeLog
index 0539656b0cee..9482ceb70e5a 100644
--- a/app-antivirus/klamav/ChangeLog
+++ b/app-antivirus/klamav/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-antivirus/klamav
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.44 2008/05/17 19:57:03 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.45 2008/05/17 20:00:41 carlo Exp $
+
+ 17 May 2008; Carsten Lohrke <carlo@gentoo.org> -klamav-0.38.ebuild:
+ Clean up.
*klamav-0.43 (17 May 2008)
diff --git a/app-antivirus/klamav/klamav-0.38.ebuild b/app-antivirus/klamav/klamav-0.38.ebuild
deleted file mode 100644
index 4c61a68b3fba..000000000000
--- a/app-antivirus/klamav/klamav-0.38.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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.7 2007/12/30 12:50:17 mattepiu 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"
-}