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.2.ebuild gluezilla-2.4.2_rc1.ebuild
Date: Tue, 30 Jun 2009 06:00:41
Message-Id: E1MLWOV-0005Pz-9m@stork.gentoo.org
1 loki_val 09/06/30 06:00:39
2
3 Modified: ChangeLog
4 Added: gluezilla-2.4.2.ebuild
5 Removed: gluezilla-2.4.2_rc1.ebuild
6 Log:
7 Bump to 2.4.2
8 (Portage version: 2.2_rc33/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.11 dev-dotnet/gluezilla/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gluezilla/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gluezilla/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gluezilla/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 22 Jun 2009 22:45:02 -0000 1.10
24 +++ ChangeLog 30 Jun 2009 06:00:39 -0000 1.11
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-dotnet/gluezilla
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/ChangeLog,v 1.10 2009/06/22 22:45:02 loki_val Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/ChangeLog,v 1.11 2009/06/30 06:00:39 loki_val Exp $
30 +
31 +*gluezilla-2.4.2 (30 Jun 2009)
32 +
33 + 30 Jun 2009; Peter Alfredsen <loki_val@g.o>
34 + -gluezilla-2.4.2_rc1.ebuild, +gluezilla-2.4.2.ebuild:
35 + Bump to 2.4.2
36
37 *gluezilla-2.4.2_rc1 (22 Jun 2009)
38
39
40
41
42 1.1 dev-dotnet/gluezilla/gluezilla-2.4.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.4.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.4.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gluezilla-2.4.2.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.4.2.ebuild,v 1.1 2009/06/30 06:00:39 loki_val Exp $
52
53 EAPI=2
54
55 inherit go-mono mono
56
57 DESCRIPTION="A simple library to embed Gecko (xulrunner) in the Mono Winforms WebControl"
58 HOMEPAGE="http://mono-project.com/Gluezilla"
59
60 LICENSE="LGPL-2 MPL-1.1"
61 KEYWORDS="~amd64 ~ppc ~x86"
62 SLOT="0"
63 IUSE=""
64
65 RDEPEND="net-libs/xulrunner:1.9
66 x11-libs/gtk+:2"
67 DEPEND="${RDEPEND}"