Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/spamassassin-fuzzyocr: ChangeLog spamassassin-fuzzyocr-3.6.0-r2.ebuild
Date: Fri, 30 Jul 2010 15:02:38
Message-Id: 20100730145635.F07D72CE15@corvid.gentoo.org
1 voyageur 10/07/30 14:56:35
2
3 Modified: ChangeLog spamassassin-fuzzyocr-3.6.0-r2.ebuild
4 Log:
5 Fix tesseract support with tiff images, bug #330461
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.23 mail-filter/spamassassin-fuzzyocr/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin-fuzzyocr/ChangeLog?rev=1.23&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin-fuzzyocr/ChangeLog?rev=1.23&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin-fuzzyocr/ChangeLog?r1=1.22&r2=1.23
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-fuzzyocr/ChangeLog,v
18 retrieving revision 1.22
19 retrieving revision 1.23
20 diff -u -r1.22 -r1.23
21 --- ChangeLog 29 Jul 2010 21:15:43 -0000 1.22
22 +++ ChangeLog 30 Jul 2010 14:56:35 -0000 1.23
23 @@ -1,6 +1,11 @@
24 # ChangeLog for mail-filter/spamassassin-fuzzyocr
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-fuzzyocr/ChangeLog,v 1.22 2010/07/29 21:15:43 voyageur Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-fuzzyocr/ChangeLog,v 1.23 2010/07/30 14:56:35 voyageur Exp $
28 +
29 + 30 Jul 2010; Bernard Cafarelli <voyageur@g.o>
30 + spamassassin-fuzzyocr-3.6.0-r2.ebuild,
31 + +files/spamassassin-fuzzyocr-3.6.0-fix_tesseract.patch:
32 + Fix tesseract support with tiff images, bug #330461
33
34 *spamassassin-fuzzyocr-3.6.0-r2 (29 Jul 2010)
35
36
37
38
39 1.2 mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.6.0-r2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.6.0-r2.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.6.0-r2.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.6.0-r2.ebuild?r1=1.1&r2=1.2
44
45 Index: spamassassin-fuzzyocr-3.6.0-r2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.6.0-r2.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- spamassassin-fuzzyocr-3.6.0-r2.ebuild 29 Jul 2010 21:15:43 -0000 1.1
52 +++ spamassassin-fuzzyocr-3.6.0-r2.ebuild 30 Jul 2010 14:56:35 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.6.0-r2.ebuild,v 1.1 2010/07/29 21:15:43 voyageur Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.6.0-r2.ebuild,v 1.2 2010/07/30 14:56:35 voyageur Exp $
58
59 EAPI=2
60 inherit perl-module eutils
61 @@ -58,6 +58,8 @@
62 epatch "${FILESDIR}"/${P}-fix_tmpdir.patch
63 # Bug #313633
64 epatch "${FILESDIR}"/${P}-untaint_ocr_helper.patch
65 + # Bug #330461
66 + epatch "${FILESDIR}"/${P}-fix_tesseract.patch
67
68 # If no ocrad USE flag, remove it from Fuzzyocr.scansets / jni
69 use ocrad || epatch "${FILESDIR}"/disableocrad.patch