Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/libgdiplus: ChangeLog libgdiplus-9999.ebuild
Date: Tue, 05 Oct 2010 21:04:05
Message-Id: 20101005205339.79A5C20051@flycatcher.gentoo.org
1 pacho 10/10/05 20:53:39
2
3 Modified: ChangeLog libgdiplus-9999.ebuild
4 Log:
5 Update 9999 ebuild for using git (bug #339230), thanks a lot to Alistair Bush for his help.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.121 dev-dotnet/libgdiplus/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?rev=1.121&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?rev=1.121&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?r1=1.120&r2=1.121
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v
18 retrieving revision 1.120
19 retrieving revision 1.121
20 diff -u -r1.120 -r1.121
21 --- ChangeLog 12 Sep 2010 14:08:14 -0000 1.120
22 +++ ChangeLog 5 Oct 2010 20:53:39 -0000 1.121
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-dotnet/libgdiplus
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.120 2010/09/12 14:08:14 josejx Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.121 2010/10/05 20:53:39 pacho Exp $
28 +
29 + 05 Oct 2010; Pacho Ramos <pacho@g.o> libgdiplus-9999.ebuild:
30 + Update 9999 ebuild for using git (bug #339230), thanks a lot to Alistair
31 + Bush for his help.
32
33 12 Sep 2010; Joseph Jezak <josejx@g.o> libgdiplus-2.6.7-r1.ebuild:
34 Marked ppc stable for bug #334101.
35
36
37
38 1.5 dev-dotnet/libgdiplus/libgdiplus-9999.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-9999.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-9999.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-9999.ebuild?r1=1.4&r2=1.5
43
44 Index: libgdiplus-9999.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-9999.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- libgdiplus-9999.ebuild 30 Mar 2010 11:50:46 -0000 1.4
51 +++ libgdiplus-9999.ebuild 5 Oct 2010 20:53:39 -0000 1.5
52 @@ -1,13 +1,13 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-9999.ebuild,v 1.4 2010/03/30 11:50:46 ssuominen Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-9999.ebuild,v 1.5 2010/10/05 20:53:39 pacho Exp $
57
58 EAPI=2
59
60 -ESVN_REPO_URI="svn://anonsvn.mono-project.com/source/trunk/${PN}"
61 -ESVN_STORE_DIR="${PORTAGE_ACTUAL_DISTDIR:-${DISTDIR}}/svn-src/mono-${PV}"
62 +EGIT_REPO_URI="http://github.com/mono/${PN}.git"
63 +EGIT_STORE_DIR="${PORTAGE_ACTUAL_DISTDIR:-${DISTDIR}}/git-src/${P}"
64
65 -inherit go-mono mono flag-o-matic subversion autotools
66 +inherit go-mono mono flag-o-matic git autotools
67
68 DESCRIPTION="Library for using System.Drawing with mono"
69 HOMEPAGE="http://www.go-mono.com/"
70 @@ -38,6 +38,7 @@
71
72 src_prepare() {
73 rm -rf cairo pixman
74 + sed -i -e 's:pixman cairo::' Makefile.am || die
75 go-mono_src_prepare
76 sed -i -e 's:ungif:gif:g' configure || die
77 }