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_pre2.ebuild gluezilla-2.4.2_pre1.ebuild
Date: Wed, 17 Jun 2009 11:07:18
Message-Id: E1MGsyx-0001Xy-BT@stork.gentoo.org
1 loki_val 09/06/17 11:07:07
2
3 Modified: ChangeLog
4 Added: gluezilla-2.4.2_pre2.ebuild
5 Removed: gluezilla-2.4.2_pre1.ebuild
6 Log:
7 Bump
8 (Portage version: 2.2_rc33/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 dev-dotnet/gluezilla/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gluezilla/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gluezilla/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gluezilla/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 9 Jun 2009 22:55:30 -0000 1.8
24 +++ ChangeLog 17 Jun 2009 11:07:07 -0000 1.9
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.8 2009/06/09 22:55:30 loki_val Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/ChangeLog,v 1.9 2009/06/17 11:07:07 loki_val Exp $
30 +
31 +*gluezilla-2.4.2_pre2 (17 Jun 2009)
32 +
33 + 17 Jun 2009; Peter Alfredsen <loki_val@g.o>
34 + -gluezilla-2.4.2_pre1.ebuild, +gluezilla-2.4.2_pre2.ebuild:
35 + Bump
36
37 *gluezilla-2.4.2_pre1 (09 Jun 2009)
38
39
40
41
42 1.1 dev-dotnet/gluezilla/gluezilla-2.4.2_pre2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.4.2_pre2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.4.2_pre2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gluezilla-2.4.2_pre2.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_pre2.ebuild,v 1.1 2009/06/17 11:07:07 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}"