Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/qmail-scanner: ChangeLog qmail-scanner-2.06.ebuild
Date: Thu, 25 Jun 2009 07:40:37
Message-Id: E1MJjZT-000136-D8@stork.gentoo.org
1 tupone 09/06/25 07:40:35
2
3 Modified: ChangeLog qmail-scanner-2.06.ebuild
4 Log:
5 Fix detection of maildrop version. Bug #272228 and #274227
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.54 mail-filter/qmail-scanner/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/qmail-scanner/ChangeLog?rev=1.54&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/qmail-scanner/ChangeLog?rev=1.54&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/qmail-scanner/ChangeLog?r1=1.53&r2=1.54
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-filter/qmail-scanner/ChangeLog,v
18 retrieving revision 1.53
19 retrieving revision 1.54
20 diff -u -r1.53 -r1.54
21 --- ChangeLog 27 May 2009 10:53:41 -0000 1.53
22 +++ ChangeLog 25 Jun 2009 07:40:35 -0000 1.54
23 @@ -1,6 +1,10 @@
24 # ChangeLog for mail-filter/qmail-scanner
25 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/qmail-scanner/ChangeLog,v 1.53 2009/05/27 10:53:41 tupone Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/qmail-scanner/ChangeLog,v 1.54 2009/06/25 07:40:35 tupone Exp $
28 +
29 + 25 Jun 2009; Alfredo Tupone <tupone@g.o> qmail-scanner-2.06.ebuild:
30 + Fix detection of maildrop version. Bug #272228 by David Sveningsson and Bug
31 + #274227 by lordvan@g.o
32
33 *qmail-scanner-2.06 (27 May 2009)
34
35
36
37
38 1.2 mail-filter/qmail-scanner/qmail-scanner-2.06.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/qmail-scanner/qmail-scanner-2.06.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/qmail-scanner/qmail-scanner-2.06.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/qmail-scanner/qmail-scanner-2.06.ebuild?r1=1.1&r2=1.2
43
44 Index: qmail-scanner-2.06.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/mail-filter/qmail-scanner/qmail-scanner-2.06.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- qmail-scanner-2.06.ebuild 27 May 2009 10:53:41 -0000 1.1
51 +++ qmail-scanner-2.06.ebuild 25 Jun 2009 07:40:35 -0000 1.2
52 @@ -1,6 +1,7 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/qmail-scanner/qmail-scanner-2.06.ebuild,v 1.1 2009/05/27 10:53:41 tupone Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/qmail-scanner/qmail-scanner-2.06.ebuild,v 1.2 2009/06/25 07:40:35 tupone Exp $
57 +EAPI=2
58
59 inherit fixheadtails toolchain-funcs eutils
60
61 @@ -45,9 +46,7 @@
62 fi
63 }
64
65 -src_unpack() {
66 - unpack ${A}
67 - cd "${S}"
68 +src_prepare() {
69 epatch "${DISTDIR}"/q-s-${PV}st-${Q_S_DATE}.patch.gz
70 ht_fix_file autoupdaters/* configure
71 sed -i \
72 @@ -57,10 +56,13 @@
73
74 EXTRA_VIRII="bagle,beagle,mydoom,sco,maldal,mimail,novarg,shimg,bugler,cissi,cissy,dloade,netsky,qizy"
75 elog "Adding items to the SILENT_VIRUSES list (${EXTRA_VIRII})"
76 - sed -e "/^SILENT_VIRUSES/s/\"$/,${EXTRA_VIRII}\"/g" -i configure
77 + sed -i \
78 + -e "/^SILENT_VIRUSES/s/\"$/,${EXTRA_VIRII}\"/g" \
79 + -e '/DD/s/1\\.0/ 1\\.0/' \
80 + configure
81 }
82
83 -src_compile () {
84 +src_configure() {
85 local myconf
86
87 addpredict /var/log/kav/kavscan.log