summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Gurr <tgurr@gentoo.org>2008-08-22 18:40:00 +0000
committerTimo Gurr <tgurr@gentoo.org>2008-08-22 18:40:00 +0000
commit265b1a650f05b53aff3a7b680f2256a0bca15ce5 (patch)
tree835efbd2ab549f1f893f7cbed635c0868c397f07 /app-antivirus
parentStable on ppc wrt bug 234975 (diff)
downloadgentoo-2-265b1a650f05b53aff3a7b680f2256a0bca15ce5.tar.gz
gentoo-2-265b1a650f05b53aff3a7b680f2256a0bca15ce5.tar.bz2
gentoo-2-265b1a650f05b53aff3a7b680f2256a0bca15ce5.zip
Version bump, remove broken and make repoman happy. Fixes bug #226749 and bug #234998.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/klamav/ChangeLog9
-rw-r--r--app-antivirus/klamav/klamav-0.44.ebuild (renamed from app-antivirus/klamav/klamav-0.43.ebuild)7
2 files changed, 12 insertions, 4 deletions
diff --git a/app-antivirus/klamav/ChangeLog b/app-antivirus/klamav/ChangeLog
index 05a020bb6e83..3b4b88c47e67 100644
--- a/app-antivirus/klamav/ChangeLog
+++ b/app-antivirus/klamav/ChangeLog
@@ -1,6 +1,13 @@
# 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.46 2008/05/17 20:02:43 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.47 2008/08/22 18:40:00 tgurr Exp $
+
+*klamav-0.44 (22 Aug 2008)
+
+ 22 Aug 2008; Timo Gurr <tgurr@gentoo.org> -klamav-0.43.ebuild,
+ +klamav-0.44.ebuild:
+ Version bump, remove broken and make repoman happy. Fixes bug #226749 and
+ bug #234998.
17 May 2008; Carsten Lohrke <carlo@gentoo.org>
-files/klamav-0.41.1-cl_loaddbdir.patch,
diff --git a/app-antivirus/klamav/klamav-0.43.ebuild b/app-antivirus/klamav/klamav-0.44.ebuild
index 6438a8f2096c..e3f8396ee6fd 100644
--- a/app-antivirus/klamav/klamav-0.43.ebuild
+++ b/app-antivirus/klamav/klamav-0.44.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.43.ebuild,v 1.1 2008/05/17 19:57:03 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.44.ebuild,v 1.1 2008/08/22 18:40:00 tgurr Exp $
ARTS_REQUIRED="never"
@@ -23,11 +23,12 @@ RDEPEND="${DEPEND}"
need-kde 3.5
-PATCHES="${FILESDIR}/klamav-0.43-desktop-entry.diff"
-
src_unpack(){
kde_src_unpack
+ # Fix .desktop entry.
+ epatch "${FILESDIR}/klamav-0.43-desktop-entry.diff"
+
# Assure a future version won't try to build this.
rm -rf "${WORKDIR}/${MY_P}/dazuko"* || die "We missed to eradicate some files"