Gentoo Archives: gentoo-commits

From: "Alistair Bush (ali_bush)" <ali_bush@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/libgdiplus: ChangeLog libgdiplus-2.8.ebuild
Date: Fri, 08 Oct 2010 09:03:01
Message-Id: 20101008082659.BE8CE20051@flycatcher.gentoo.org
1 ali_bush 10/10/08 08:26:59
2
3 Modified: ChangeLog
4 Added: libgdiplus-2.8.ebuild
5 Log:
6 Version Bump for mono-2.8
7
8 (Portage version: 2.1.9.13/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.123 dev-dotnet/libgdiplus/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?rev=1.123&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?rev=1.123&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?r1=1.122&r2=1.123
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v
20 retrieving revision 1.122
21 retrieving revision 1.123
22 diff -u -r1.122 -r1.123
23 --- ChangeLog 7 Oct 2010 19:43:40 -0000 1.122
24 +++ ChangeLog 8 Oct 2010 08:26:59 -0000 1.123
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-dotnet/libgdiplus
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.122 2010/10/07 19:43:40 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.123 2010/10/08 08:26:59 ali_bush Exp $
30 +
31 +*libgdiplus-2.8 (08 Oct 2010)
32 +
33 + 08 Oct 2010; Alistair Bush <ali_bush@g.o> +libgdiplus-2.8.ebuild:
34 + Version Bump for mono-2.8
35
36 07 Oct 2010; Pacho Ramos <pacho@g.o>
37 -files/libgdiplus-1.1.13-libungif-configure-fix.diff,
38
39
40
41 1.1 dev-dotnet/libgdiplus/libgdiplus-2.8.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.8.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.8.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libgdiplus-2.8.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.8.ebuild,v 1.1 2010/10/08 08:26:59 ali_bush Exp $
51
52 EAPI=2
53
54 inherit eutils go-mono mono flag-o-matic
55
56 DESCRIPTION="Library for using System.Drawing with mono"
57 HOMEPAGE="http://www.go-mono.com/"
58
59 LICENSE="MIT"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
62 IUSE="cairo"
63
64 RDEPEND=">=dev-libs/glib-2.16
65 >=media-libs/freetype-2.3.7
66 >=media-libs/fontconfig-2.6
67 media-libs/libpng
68 x11-libs/libXrender
69 x11-libs/libX11
70 x11-libs/libXt
71 >=x11-libs/cairo-1.8.4[X]
72 media-libs/libexif
73 >=media-libs/giflib-4.1.3
74 media-libs/jpeg
75 media-libs/tiff
76 !cairo? ( >=x11-libs/pango-1.20 )"
77 DEPEND="${RDEPEND}"
78
79 RESTRICT="test"
80
81 src_prepare() {
82 go-mono_src_prepare
83 sed -i -e 's:ungif:gif:g' configure || die
84 }
85
86 src_configure() {
87 append-flags -fno-strict-aliasing
88 go-mono_src_configure --with-cairo=system \
89 $(use !cairo && printf %s --with-pango) \
90 || die "configure failed"
91 }