Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/iscan: iscan-2.10.0.ebuild ChangeLog
Date: Mon, 21 Apr 2008 16:48:06
Message-Id: E1JnzBT-0001Nk-EA@stork.gentoo.org
1 flameeyes 08/04/21 16:48:03
2
3 Modified: iscan-2.10.0.ebuild ChangeLog
4 Log:
5 Run full-fledged eautoreconf, otherwise the maintainer-mode will re-run it anyway causing two runs of autoconf; add patch to build with GCC 4.3.
6 (Portage version: 2.1.5_rc5)
7
8 Revision Changes Path
9 1.2 media-gfx/iscan/iscan-2.10.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iscan/iscan-2.10.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iscan/iscan-2.10.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iscan/iscan-2.10.0.ebuild?r1=1.1&r2=1.2
14
15 Index: iscan-2.10.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.10.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- iscan-2.10.0.ebuild 17 Nov 2007 20:47:33 -0000 1.1
22 +++ iscan-2.10.0.ebuild 21 Apr 2008 16:48:02 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.10.0.ebuild,v 1.1 2007/11/17 20:47:33 sbriesen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.10.0.ebuild,v 1.2 2008/04/21 16:48:02 flameeyes Exp $
29
30 WANT_AUTOCONF="latest"
31 WANT_AUTOMAKE="latest"
32 @@ -195,8 +195,10 @@
33 sed -i -e 's:iscan.1::g' doc/Makefile*
34 fi
35
36 + epatch "${FILESDIR}/${P}+gcc-4.3.patch"
37 +
38 # autotool stuff
39 - eautoconf
40 + eautoreconf
41 }
42
43 src_compile() {
44
45
46
47 1.25 media-gfx/iscan/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iscan/ChangeLog?rev=1.25&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iscan/ChangeLog?rev=1.25&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iscan/ChangeLog?r1=1.24&r2=1.25
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/media-gfx/iscan/ChangeLog,v
56 retrieving revision 1.24
57 retrieving revision 1.25
58 diff -u -r1.24 -r1.25
59 --- ChangeLog 26 Jan 2008 03:23:50 -0000 1.24
60 +++ ChangeLog 21 Apr 2008 16:48:02 -0000 1.25
61 @@ -1,6 +1,11 @@
62 # ChangeLog for media-gfx/iscan
63 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/ChangeLog,v 1.24 2008/01/26 03:23:50 sbriesen Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/ChangeLog,v 1.25 2008/04/21 16:48:02 flameeyes Exp $
66 +
67 + 21 Apr 2008; Diego Pettenò <flameeyes@g.o>
68 + +files/iscan-2.10.0+gcc-4.3.patch, iscan-2.10.0.ebuild:
69 + Run full-fledged eautoreconf, otherwise the maintainer-mode will re-run it
70 + anyway causing two runs of autoconf; add patch to build with GCC 4.3.
71
72 26 Jan 2008; Stefan Briesenick <sbriesen@g.o>
73 -iscan-2.4.0-r1.ebuild, -iscan-2.6.0.ebuild, -iscan-2.7.0.ebuild:
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list