Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/jscall-sharp: ChangeLog jscall-sharp-0.0.2_pre20061125.ebuild jscall-sharp-0.0.3_pre20070621.ebuild
Date: Thu, 27 Nov 2008 18:49:13
Message-Id: E1L5lvK-0000BO-85@stork.gentoo.org
1 ssuominen 08/11/27 18:49:10
2
3 Modified: ChangeLog jscall-sharp-0.0.2_pre20061125.ebuild
4 jscall-sharp-0.0.3_pre20070621.ebuild
5 Log:
6 Move dev-util/pkgconfig from RDEPEND to DEPEND wrt #224301.
7 (Portage version: 2.2_rc15/cvs/Linux 2.6.27-gentoo-r3 i686)
8
9 Revision Changes Path
10 1.10 dev-dotnet/jscall-sharp/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/jscall-sharp/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/jscall-sharp/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/jscall-sharp/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/jscall-sharp/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 30 May 2008 23:15:00 -0000 1.9
23 +++ ChangeLog 27 Nov 2008 18:49:10 -0000 1.10
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-dotnet/jscall-sharp
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/jscall-sharp/ChangeLog,v 1.9 2008/05/30 23:15:00 jurek Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/jscall-sharp/ChangeLog,v 1.10 2008/11/27 18:49:10 ssuominen Exp $
29 +
30 + 27 Nov 2008; <ssuominen@g.o> jscall-sharp-0.0.2_pre20061125.ebuild,
31 + jscall-sharp-0.0.3_pre20070621.ebuild:
32 + Move dev-util/pkgconfig from RDEPEND to DEPEND wrt #224301.
33
34 30 May 2008; Jurek Bartuszek <jurek@g.o>
35 jscall-sharp-0.0.2_pre20061125.ebuild,
36
37
38
39 1.6 dev-dotnet/jscall-sharp/jscall-sharp-0.0.2_pre20061125.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/jscall-sharp/jscall-sharp-0.0.2_pre20061125.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/jscall-sharp/jscall-sharp-0.0.2_pre20061125.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/jscall-sharp/jscall-sharp-0.0.2_pre20061125.ebuild?r1=1.5&r2=1.6
44
45 Index: jscall-sharp-0.0.2_pre20061125.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/jscall-sharp/jscall-sharp-0.0.2_pre20061125.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- jscall-sharp-0.0.2_pre20061125.ebuild 30 May 2008 23:15:00 -0000 1.5
52 +++ jscall-sharp-0.0.2_pre20061125.ebuild 27 Nov 2008 18:49:10 -0000 1.6
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/jscall-sharp/jscall-sharp-0.0.2_pre20061125.ebuild,v 1.5 2008/05/30 23:15:00 jurek Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/jscall-sharp/jscall-sharp-0.0.2_pre20061125.ebuild,v 1.6 2008/11/27 18:49:10 ssuominen Exp $
58
59 inherit mono eutils
60
61 @@ -13,15 +13,15 @@
62 KEYWORDS="x86"
63 IUSE=""
64
65 -DEPEND="|| ( =www-client/mozilla-firefox-2*
66 - =www-client/seamonkey-1* )
67 - >=dev-lang/mono-1.1.9
68 - >=dev-dotnet/gtk-sharp-2.4
69 - >=dev-dotnet/gecko-sharp-0.10
70 - dev-util/pkgconfig"
71 +RDEPEND="|| ( =www-client/mozilla-firefox-2*
72 + =www-client/seamonkey-1* )
73 + >=dev-lang/mono-1.1.9
74 + >=dev-dotnet/gtk-sharp-2.4
75 + >=dev-dotnet/gecko-sharp-0.10"
76 +DEPEND="${RDEPEND}
77 + dev-util/pkgconfig"
78
79 -src_unpack()
80 -{
81 +src_unpack() {
82 unpack ${A}
83 cd "${S}"
84
85
86
87
88 1.5 dev-dotnet/jscall-sharp/jscall-sharp-0.0.3_pre20070621.ebuild
89
90 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/jscall-sharp/jscall-sharp-0.0.3_pre20070621.ebuild?rev=1.5&view=markup
91 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/jscall-sharp/jscall-sharp-0.0.3_pre20070621.ebuild?rev=1.5&content-type=text/plain
92 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/jscall-sharp/jscall-sharp-0.0.3_pre20070621.ebuild?r1=1.4&r2=1.5
93
94 Index: jscall-sharp-0.0.3_pre20070621.ebuild
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/jscall-sharp/jscall-sharp-0.0.3_pre20070621.ebuild,v
97 retrieving revision 1.4
98 retrieving revision 1.5
99 diff -u -r1.4 -r1.5
100 --- jscall-sharp-0.0.3_pre20070621.ebuild 30 May 2008 23:15:00 -0000 1.4
101 +++ jscall-sharp-0.0.3_pre20070621.ebuild 27 Nov 2008 18:49:10 -0000 1.5
102 @@ -1,6 +1,6 @@
103 # Copyright 1999-2008 Gentoo Foundation
104 # Distributed under the terms of the GNU General Public License v2
105 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/jscall-sharp/jscall-sharp-0.0.3_pre20070621.ebuild,v 1.4 2008/05/30 23:15:00 jurek Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/jscall-sharp/jscall-sharp-0.0.3_pre20070621.ebuild,v 1.5 2008/11/27 18:49:10 ssuominen Exp $
107
108 inherit mono eutils
109
110 @@ -13,15 +13,15 @@
111 KEYWORDS="~amd64 ~x86"
112 IUSE=""
113
114 -DEPEND="|| ( =www-client/mozilla-firefox-2*
115 - =www-client/seamonkey-1* )
116 - >=dev-lang/mono-1.1.9
117 - >=dev-dotnet/gtk-sharp-2.4
118 - >=dev-dotnet/gecko-sharp-0.10
119 - dev-util/pkgconfig"
120 +RDEPEND="|| ( =www-client/mozilla-firefox-2*
121 + =www-client/seamonkey-1* )
122 + >=dev-lang/mono-1.1.9
123 + >=dev-dotnet/gtk-sharp-2.4
124 + >=dev-dotnet/gecko-sharp-0.10"
125 +DEPEND="${RDEPEND}
126 + dev-util/pkgconfig"
127
128 -src_unpack()
129 -{
130 +src_unpack() {
131 unpack ${A}
132 cd "${S}"