Gentoo Archives: gentoo-commits

From: "JosA MarAa Alonso (nimiux)" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/leptonica: ChangeLog leptonica-1.70.ebuild
Date: Sat, 30 Aug 2014 17:55:04
Message-Id: 20140830175458.BA67A4456@oystercatcher.gentoo.org
1 nimiux 14/08/30 17:54:58
2
3 Modified: ChangeLog leptonica-1.70.ebuild
4 Log:
5 Stable for amd64 wrt bug #513376
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
8
9 Revision Changes Path
10 1.22 media-libs/leptonica/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/leptonica/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/leptonica/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/leptonica/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/leptonica/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ChangeLog 26 Aug 2014 12:52:14 -0000 1.21
23 +++ ChangeLog 30 Aug 2014 17:54:58 -0000 1.22
24 @@ -1,6 +1,9 @@
25 # ChangeLog for media-libs/leptonica
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/leptonica/ChangeLog,v 1.21 2014/08/26 12:52:14 tomka Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/leptonica/ChangeLog,v 1.22 2014/08/30 17:54:58 nimiux Exp $
29 +
30 + 30 Aug 2014; Chema Alonso <nimiux@g.o> leptonica-1.70.ebuild:
31 + Stable for amd64 wrt bug #513376
32
33 26 Aug 2014; Thomas Kahle <tomka@g.o> leptonica-1.71.ebuild:
34 Fix another build failure by deps
35
36
37
38 1.4 media-libs/leptonica/leptonica-1.70.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/leptonica/leptonica-1.70.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/leptonica/leptonica-1.70.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/leptonica/leptonica-1.70.ebuild?r1=1.3&r2=1.4
43
44 Index: leptonica-1.70.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-libs/leptonica/leptonica-1.70.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- leptonica-1.70.ebuild 21 Aug 2014 11:33:58 -0000 1.3
51 +++ leptonica-1.70.ebuild 30 Aug 2014 17:54:58 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-libs/leptonica/leptonica-1.70.ebuild,v 1.3 2014/08/21 11:33:58 armin76 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-libs/leptonica/leptonica-1.70.ebuild,v 1.4 2014/08/30 17:54:58 nimiux Exp $
57
58 EAPI=4
59
60 @@ -12,7 +12,7 @@
61
62 LICENSE="Apache-2.0"
63 SLOT="0"
64 -KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
65 +KEYWORDS="~alpha amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
66 IUSE="gif jpeg png tiff webp utils zlib static-libs"
67
68 DEPEND="gif? ( media-libs/giflib )