diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-05-13 10:06:55 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-05-13 10:06:55 +0000 |
commit | e11afa499a8f55952bb262afdd62c159fc898ba2 (patch) | |
tree | 1c7bb79586a786acbcc33ff087fbb53837e20a10 /app-antivirus | |
parent | New version, fixing serious problem with KDE 3.4 (#90872). (diff) | |
download | gentoo-2-e11afa499a8f55952bb262afdd62c159fc898ba2.tar.gz gentoo-2-e11afa499a8f55952bb262afdd62c159fc898ba2.tar.bz2 gentoo-2-e11afa499a8f55952bb262afdd62c159fc898ba2.zip |
Remove old ebuild.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/klamav/files/digest-klamav-0.09.4 | 1 | ||||
-rw-r--r-- | app-antivirus/klamav/files/klamav-0.09.4-paths.patch | 12 | ||||
-rw-r--r-- | app-antivirus/klamav/klamav-0.09.4.ebuild | 26 |
3 files changed, 0 insertions, 39 deletions
diff --git a/app-antivirus/klamav/files/digest-klamav-0.09.4 b/app-antivirus/klamav/files/digest-klamav-0.09.4 deleted file mode 100644 index ee70a9f7d51a..000000000000 --- a/app-antivirus/klamav/files/digest-klamav-0.09.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 307cbcec0a4f9588881ecaee705a7c98 klamav-0.09.4.tar.bz2 922537 diff --git a/app-antivirus/klamav/files/klamav-0.09.4-paths.patch b/app-antivirus/klamav/files/klamav-0.09.4-paths.patch deleted file mode 100644 index 89b36cdf42fa..000000000000 --- a/app-antivirus/klamav/files/klamav-0.09.4-paths.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur klamav-0.07.orig/src/freshklam.cpp klamav-0.07/src/freshklam.cpp ---- klamav-0.07.orig/src/freshklam.cpp 2004-10-30 18:21:38.000000000 +0000 -+++ klamav-0.07/src/freshklam.cpp 2004-12-28 22:09:21.759552800 +0000 -@@ -70,7 +70,7 @@ - lastDownloadPaths = config->readListEntry("lastDownloadPaths"); - - if (lastDownloadPaths.isEmpty()){ -- lastDownloadPaths.append( "/usr/local/share/clamav"); -+ lastDownloadPaths.append( "/var/lib/clamav"); - config->writeEntry("lastDownloadPaths", lastDownloadPaths); - lastDownloadPaths = config->readListEntry("lastDownloadPaths"); - } diff --git a/app-antivirus/klamav/klamav-0.09.4.ebuild b/app-antivirus/klamav/klamav-0.09.4.ebuild deleted file mode 100644 index 19b2b412f7e5..000000000000 --- a/app-antivirus/klamav/klamav-0.09.4.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.09.4.ebuild,v 1.3 2005/03/19 20:43:47 blubb 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 -} - |