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: gluezilla-2.2.ebuild ChangeLog
Date: Mon, 19 Jan 2009 13:33:36
Message-Id: E1LOuFy-0004gh-0P@stork.gentoo.org
1 loki_val 09/01/19 13:33:34
2
3 Modified: gluezilla-2.2.ebuild ChangeLog
4 Log:
5 Fix missing DEPENDs, bug 255504. Thanks to Wulf C. Krueger <wk@×××××××××××.de> for reporting.
6 (Portage version: 2.2_rc22/cvs/Linux 2.6.28 x86_64)
7
8 Revision Changes Path
9 1.2 dev-dotnet/gluezilla/gluezilla-2.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.2.ebuild?r1=1.1&r2=1.2
14
15 Index: gluezilla-2.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gluezilla-2.2.ebuild 18 Jan 2009 17:44:55 -0000 1.1
22 +++ gluezilla-2.2.ebuild 19 Jan 2009 13:33:33 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.2.ebuild,v 1.1 2009/01/18 17:44:55 loki_val Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.2.ebuild,v 1.2 2009/01/19 13:33:33 loki_val Exp $
28
29 EAPI=2
30
31 @@ -16,4 +16,4 @@
32
33 RDEPEND="net-libs/xulrunner:1.9
34 x11-libs/gtk+:2"
35 -RDEPEND="${DEPEND}"
36 +DEPEND="${RDEPEND}"
37
38
39
40 1.2 dev-dotnet/gluezilla/ChangeLog
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gluezilla/ChangeLog?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gluezilla/ChangeLog?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gluezilla/ChangeLog?r1=1.1&r2=1.2
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/ChangeLog,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- ChangeLog 18 Jan 2009 17:44:55 -0000 1.1
53 +++ ChangeLog 19 Jan 2009 13:33:33 -0000 1.2
54 @@ -1,6 +1,10 @@
55 # ChangeLog for dev-dotnet/gluezilla
56 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/ChangeLog,v 1.1 2009/01/18 17:44:55 loki_val Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/ChangeLog,v 1.2 2009/01/19 13:33:33 loki_val Exp $
59 +
60 + 19 Jan 2009; Peter Alfredsen <loki_val@g.o> gluezilla-2.2.ebuild:
61 + Fix missing DEPENDs, bug 255504. Thanks to Wulf C. Krueger
62 + <wk@×××××××××××.de> for reporting.
63
64 *gluezilla-2.2 (18 Jan 2009)