Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/gluezilla: ChangeLog gluezilla-2.4.ebuild
Date: Mon, 30 Mar 2009 21:57:38
Message-Id: E1LoPU8-0007Ze-US@stork.gentoo.org
1 loki_val 09/03/30 21:57:36
2
3 Modified: ChangeLog
4 Added: gluezilla-2.4.ebuild
5 Log:
6 Bump to mono-2.4 version.
7 (Portage version: 2.2_rc28/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-dotnet/gluezilla/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gluezilla/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gluezilla/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gluezilla/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 19 Jan 2009 13:33:33 -0000 1.2
23 +++ ChangeLog 30 Mar 2009 21:57:36 -0000 1.3
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-dotnet/gluezilla
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/ChangeLog,v 1.2 2009/01/19 13:33:33 loki_val Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/ChangeLog,v 1.3 2009/03/30 21:57:36 loki_val Exp $
29 +
30 +*gluezilla-2.4 (30 Mar 2009)
31 +
32 + 30 Mar 2009; Peter Alfredsen <loki_val@g.o> +gluezilla-2.4.ebuild:
33 + Bump to mono-2.4 version.
34
35 19 Jan 2009; Peter Alfredsen <loki_val@g.o> gluezilla-2.2.ebuild:
36 Fix missing DEPENDs, bug 255504. Thanks to Wulf C. Krueger
37
38
39
40 1.1 dev-dotnet/gluezilla/gluezilla-2.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gluezilla-2.4.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.4.ebuild,v 1.1 2009/03/30 21:57:36 loki_val Exp $
50
51 EAPI=2
52
53 inherit go-mono mono
54
55 DESCRIPTION="A simple library to embed Gecko (xulrunner) in the Mono Winforms WebControl"
56 HOMEPAGE="http://mono-project.com/Gluezilla"
57
58 LICENSE="LGPL-2 MPL-1.1"
59 KEYWORDS="~x86 ~amd64"
60 SLOT="0"
61 IUSE=""
62
63 RDEPEND="net-libs/xulrunner:1.9
64 x11-libs/gtk+:2"
65 DEPEND="${RDEPEND}"