Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/libgdiplus: libgdiplus-1.2.6.ebuild ChangeLog
Date: Fri, 18 Apr 2008 22:13:29
Message-Id: E1Jmyph-0001Wa-PY@stork.gentoo.org
1 compnerd 08/04/18 22:13:25
2
3 Modified: libgdiplus-1.2.6.ebuild ChangeLog
4 Log:
5 add patch for newer automake
6 (Portage version: 2.1.5_rc2)
7
8 Revision Changes Path
9 1.2 dev-dotnet/libgdiplus/libgdiplus-1.2.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.2.6.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.2.6.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.2.6.ebuild?r1=1.1&r2=1.2
14
15 Index: libgdiplus-1.2.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.2.6.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- libgdiplus-1.2.6.ebuild 14 Dec 2007 19:29:12 -0000 1.1
22 +++ libgdiplus-1.2.6.ebuild 18 Apr 2008 22:13:25 -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/dev-dotnet/libgdiplus/libgdiplus-1.2.6.ebuild,v 1.1 2007/12/14 19:29:12 jurek Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.2.6.ebuild,v 1.2 2008/04/18 22:13:25 compnerd Exp $
29
30 inherit eutils flag-o-matic toolchain-funcs autotools
31
32 @@ -34,7 +34,8 @@
33 cd "${S}"
34
35 #epatch ${FILESDIR}/${PN}-1.1.13-libungif-configure-fix.diff
36 - epatch "${FILESDIR}"/${PN}-1.2.5-imglibs.patch
37 + epatch "${FILESDIR}/${PN}-1.2.5-imglibs.patch"
38 + epatch "${FILESDIR}/${PN}-1.2.6-autotool-variables.patch"
39 eautoreconf
40 }
41
42
43
44
45 1.83 dev-dotnet/libgdiplus/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?rev=1.83&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?rev=1.83&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?r1=1.82&r2=1.83
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v
54 retrieving revision 1.82
55 retrieving revision 1.83
56 diff -u -r1.82 -r1.83
57 --- ChangeLog 12 Mar 2008 13:54:35 -0000 1.82
58 +++ ChangeLog 18 Apr 2008 22:13:25 -0000 1.83
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-dotnet/libgdiplus
61 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.82 2008/03/12 13:54:35 phreak Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.83 2008/04/18 22:13:25 compnerd Exp $
64 +
65 + 18 Apr 2008; Saleem Abdulrasool <compnerd@g.o>
66 + +files/libgdiplus-1.2.6-autotool-variables.patch, libgdiplus-1.2.6.ebuild:
67 + Add patch for newer automake
68
69 12 Mar 2008; Christian Heim <phreak@g.o> metadata.xml:
70 Removing Peter Johanson (latexer, #206688) from metadata.xml.
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list