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/mono-addins: mono-addins-0.2.ebuild ChangeLog
Date: Sun, 30 Dec 2007 09:26:54
Message-Id: E1J8uRR-0001CM-Up@stork.gentoo.org
1 compnerd 07/12/30 09:26:45
2
3 Modified: mono-addins-0.2.ebuild ChangeLog
4 Log:
5 fix some quoting issues
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.3 dev-dotnet/mono-addins/mono-addins-0.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/mono-addins/mono-addins-0.2.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/mono-addins/mono-addins-0.2.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/mono-addins/mono-addins-0.2.ebuild?r1=1.2&r2=1.3
14
15 Index: mono-addins-0.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/mono-addins/mono-addins-0.2.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- mono-addins-0.2.ebuild 21 Jul 2007 12:23:19 -0000 1.2
22 +++ mono-addins-0.2.ebuild 30 Dec 2007 09:26:45 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-addins/mono-addins-0.2.ebuild,v 1.2 2007/07/21 12:23:19 jurek Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-addins/mono-addins-0.2.ebuild,v 1.3 2007/12/30 09:26:45 compnerd Exp $
28
29 inherit eutils mono
30
31 @@ -22,9 +22,9 @@
32
33 src_unpack() {
34 unpack ${A}
35 - cd ${S}
36 + cd "${S}"
37
38 - epatch ${FILESDIR}/${P}-disable-gui.patch
39 + epatch "${FILESDIR}/${P}-disable-gui.patch"
40 }
41
42 src_compile() {
43
44
45
46 1.4 dev-dotnet/mono-addins/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/mono-addins/ChangeLog?rev=1.4&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/mono-addins/ChangeLog?rev=1.4&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/mono-addins/ChangeLog?r1=1.3&r2=1.4
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/mono-addins/ChangeLog,v
55 retrieving revision 1.3
56 retrieving revision 1.4
57 diff -u -r1.3 -r1.4
58 --- ChangeLog 30 Dec 2007 09:13:12 -0000 1.3
59 +++ ChangeLog 30 Dec 2007 09:26:45 -0000 1.4
60 @@ -1,6 +1,10 @@
61 # ChangeLog for dev-dotnet/mono-addins
62 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-addins/ChangeLog,v 1.3 2007/12/30 09:13:12 compnerd Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-addins/ChangeLog,v 1.4 2007/12/30 09:26:45 compnerd Exp $
65 +
66 + 30 Dec 2007; Saleem Abdulrasool <compnerd@g.o>
67 + mono-addins-0.2.ebuild:
68 + Fix some quoting issues
69
70 *mono-addins-0.3 (30 Dec 2007)
71
72
73
74
75 --
76 gentoo-commits@g.o mailing list