Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/vinagre: vinagre-0.5.0.ebuild ChangeLog
Date: Tue, 25 Mar 2008 16:16:58
Message-Id: E1JeBpX-0003Xp-B0@stork.gentoo.org
1 eva 08/03/25 16:16:55
2
3 Modified: vinagre-0.5.0.ebuild ChangeLog
4 Log:
5 add gnome-doc-utils to DEPEND, fix bug #214722
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.3 net-misc/vinagre/vinagre-0.5.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vinagre/vinagre-0.5.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vinagre/vinagre-0.5.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vinagre/vinagre-0.5.0.ebuild?r1=1.2&r2=1.3
14
15 Index: vinagre-0.5.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/vinagre/vinagre-0.5.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- vinagre-0.5.0.ebuild 25 Mar 2008 16:06:53 -0000 1.2
22 +++ vinagre-0.5.0.ebuild 25 Mar 2008 16:16:54 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/vinagre-0.5.0.ebuild,v 1.2 2008/03/25 16:06:53 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/vinagre-0.5.0.ebuild,v 1.3 2008/03/25 16:16:54 eva Exp $
28
29 inherit gnome2 eutils
30
31 @@ -22,7 +22,9 @@
32
33 DEPEND="${RDEPEND}
34 >=dev-util/pkgconfig-0.9
35 - >=dev-util/intltool-0.35"
36 + >=dev-util/intltool-0.35
37 + app-text/scrollkeeper
38 + app-text/gnome-doc-utils"
39
40 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
41
42 @@ -32,7 +34,7 @@
43 die "Please rebuild avahi with USE='gtk'"
44 fi
45
46 - G2CONF="${G2CONF} $(use_enable avahi)"
47 + G2CONF="${G2CONF} $(use_enable avahi) --disable-scrollkeeper"
48 }
49
50 src_install() {
51
52
53
54 1.3 net-misc/vinagre/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vinagre/ChangeLog?rev=1.3&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vinagre/ChangeLog?rev=1.3&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vinagre/ChangeLog?r1=1.2&r2=1.3
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/net-misc/vinagre/ChangeLog,v
63 retrieving revision 1.2
64 retrieving revision 1.3
65 diff -u -r1.2 -r1.3
66 --- ChangeLog 25 Mar 2008 16:06:53 -0000 1.2
67 +++ ChangeLog 25 Mar 2008 16:16:54 -0000 1.3
68 @@ -1,6 +1,9 @@
69 # ChangeLog for net-misc/vinagre
70 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/ChangeLog,v 1.2 2008/03/25 16:06:53 armin76 Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/ChangeLog,v 1.3 2008/03/25 16:16:54 eva Exp $
73 +
74 + 25 Mar 2008; Gilles Dartiguelongue <eva@g.o> vinagre-0.5.0.ebuild:
75 + add gnome-doc-utils to DEPEND, fix bug #214722
76
77 25 Mar 2008; Raúl Porcel <armin76@g.o> vinagre-0.5.0.ebuild:
78 Add ~alpha/~ia64/~sparc
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list