Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/iscan: iscan-2.29.1.5.ebuild iscan-2.26.2.ebuild ChangeLog
Date: Mon, 27 Jan 2014 19:20:32
Message-Id: 20140127192025.C53BB2004E@flycatcher.gentoo.org
1 axs 14/01/27 19:20:25
2
3 Modified: iscan-2.29.1.5.ebuild iscan-2.26.2.ebuild ChangeLog
4 Log:
5 fixed build failures against libpng-1.6, bug 486382
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
8
9 Revision Changes Path
10 1.3 media-gfx/iscan/iscan-2.29.1.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/iscan/iscan-2.29.1.5.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/iscan/iscan-2.29.1.5.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/iscan/iscan-2.29.1.5.ebuild?r1=1.2&r2=1.3
15
16 Index: iscan-2.29.1.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.29.1.5.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- iscan-2.29.1.5.ebuild 20 Feb 2013 19:35:26 -0000 1.2
23 +++ iscan-2.29.1.5.ebuild 27 Jan 2014 19:20:25 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.29.1.5.ebuild,v 1.2 2013/02/20 19:35:26 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.29.1.5.ebuild,v 1.3 2014/01/27 19:20:25 axs Exp $
30
31 EAPI="4"
32
33 @@ -88,6 +88,7 @@
34 epatch "${FILESDIR}"/iscan-2.29.1-drop-ltdl.patch
35 epatch "${FILESDIR}"/iscan-2.25.0-fix-g++-test.patch
36 epatch "${FILESDIR}"/iscan-2.28.1.3+libpng-1.5.patch
37 + epatch "${FILESDIR}"/iscan-2.29.1-png-libs.patch
38
39 eautoreconf
40 }
41
42
43
44 1.10 media-gfx/iscan/iscan-2.26.2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/iscan/iscan-2.26.2.ebuild?rev=1.10&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/iscan/iscan-2.26.2.ebuild?rev=1.10&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/iscan/iscan-2.26.2.ebuild?r1=1.9&r2=1.10
49
50 Index: iscan-2.26.2.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.26.2.ebuild,v
53 retrieving revision 1.9
54 retrieving revision 1.10
55 diff -u -r1.9 -r1.10
56 --- iscan-2.26.2.ebuild 11 Dec 2012 03:42:44 -0000 1.9
57 +++ iscan-2.26.2.ebuild 27 Jan 2014 19:20:25 -0000 1.10
58 @@ -1,6 +1,6 @@
59 -# Copyright 1999-2012 Gentoo Foundation
60 +# Copyright 1999-2014 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.26.2.ebuild,v 1.9 2012/12/11 03:42:44 axs Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.26.2.ebuild,v 1.10 2014/01/27 19:20:25 axs Exp $
64
65 EAPI="2"
66
67 @@ -82,6 +82,7 @@
68 epatch "${FILESDIR}"/iscan-2.25.0-drop-ltdl.patch
69 epatch "${FILESDIR}"/iscan-2.25.0-fix-g++-test.patch
70 epatch "${FILESDIR}"/iscan-2.26.2-libpng15.patch
71 + epatch "${FILESDIR}"/iscan-2.26.2-png-libs.patch
72
73 eautoreconf
74 }
75
76
77
78 1.56 media-gfx/iscan/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/iscan/ChangeLog?rev=1.56&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/iscan/ChangeLog?rev=1.56&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/iscan/ChangeLog?r1=1.55&r2=1.56
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/media-gfx/iscan/ChangeLog,v
87 retrieving revision 1.55
88 retrieving revision 1.56
89 diff -u -r1.55 -r1.56
90 --- ChangeLog 21 Jul 2013 08:55:59 -0000 1.55
91 +++ ChangeLog 27 Jan 2014 19:20:25 -0000 1.56
92 @@ -1,6 +1,11 @@
93 # ChangeLog for media-gfx/iscan
94 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/ChangeLog,v 1.55 2013/07/21 08:55:59 pacho Exp $
96 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
97 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/ChangeLog,v 1.56 2014/01/27 19:20:25 axs Exp $
98 +
99 + 27 Jan 2014; Ian Stakenvicius <axs@g.o>
100 + +files/iscan-2.26.2-png-libs.patch, +files/iscan-2.29.1-png-libs.patch,
101 + iscan-2.26.2.ebuild, iscan-2.29.1.5.ebuild:
102 + fixed build failures against libpng-1.6, bug 486382
103
104 21 Jul 2013; Pacho Ramos <pacho@g.o> -iscan-2.28.1.3.ebuild,
105 metadata.xml: