Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/iscan: ChangeLog iscan-2.11.0.ebuild
Date: Sun, 29 Jun 2008 22:56:49
Message-Id: E1KD5p6-00070N-1G@stork.gentoo.org
1 loki_val 08/06/29 22:56:44
2
3 Modified: ChangeLog iscan-2.11.0.ebuild
4 Log:
5 Fix libtool-2.2 breakage and do a full eautoreconf wrt bug #226315.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
7
8 Revision Changes Path
9 1.29 media-gfx/iscan/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iscan/ChangeLog?rev=1.29&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iscan/ChangeLog?rev=1.29&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iscan/ChangeLog?r1=1.28&r2=1.29
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/iscan/ChangeLog,v
18 retrieving revision 1.28
19 retrieving revision 1.29
20 diff -u -r1.28 -r1.29
21 --- ChangeLog 29 Jun 2008 10:41:30 -0000 1.28
22 +++ ChangeLog 29 Jun 2008 22:56:43 -0000 1.29
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-gfx/iscan
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/ChangeLog,v 1.28 2008/06/29 10:41:30 loki_val Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/ChangeLog,v 1.29 2008/06/29 22:56:43 loki_val Exp $
28 +
29 + 29 Jun 2008; Peter Alfredsen <loki_val@g.o>
30 + +files/iscan-2.11.0-libltdl.patch, iscan-2.11.0.ebuild:
31 + Fix libtool-2.2 breakage and do a full eautoreconf wrt bug #226315.
32
33 29 Jun 2008; Peter Alfredsen <loki_val@g.o>
34 +files/iscan-2.11.0-gcc43.patch, iscan-2.11.0.ebuild:
35
36
37
38 1.3 media-gfx/iscan/iscan-2.11.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iscan/iscan-2.11.0.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iscan/iscan-2.11.0.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iscan/iscan-2.11.0.ebuild?r1=1.2&r2=1.3
43
44 Index: iscan-2.11.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.11.0.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- iscan-2.11.0.ebuild 29 Jun 2008 10:39:09 -0000 1.2
51 +++ iscan-2.11.0.ebuild 29 Jun 2008 22:56:43 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.11.0.ebuild,v 1.2 2008/06/29 10:39:09 loki_val Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.11.0.ebuild,v 1.3 2008/06/29 22:56:43 loki_val Exp $
57
58 WANT_AUTOCONF="latest"
59 WANT_AUTOMAKE="latest"
60 @@ -199,8 +199,11 @@
61 fi
62
63 epatch "${FILESDIR}"/${P}-gcc43.patch
64 + epatch "${FILESDIR}"/${P}-libltdl.patch
65 # autotool stuff
66 - eautoconf
67 + rm libltdl/acinclude.m4
68 + rm m4/libtool.m4
69 + eautoreconf
70 }
71
72 src_compile() {
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list