Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/xfc: xfc-4.3.2.ebuild ChangeLog
Date: Sun, 11 May 2008 16:09:10
Message-Id: E1JvE6l-0007pW-NX@stork.gentoo.org
1 drac 08/05/11 16:09:07
2
3 Modified: xfc-4.3.2.ebuild ChangeLog
4 Log:
5 Move doxygen to DEPEND wrt #221699, thanks to Diego Pettenò.
6 (Portage version: 2.1.5_rc7)
7
8 Revision Changes Path
9 1.3 x11-libs/xfc/xfc-4.3.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xfc/xfc-4.3.2.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xfc/xfc-4.3.2.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xfc/xfc-4.3.2.ebuild?r1=1.2&r2=1.3
14
15 Index: xfc-4.3.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/xfc/xfc-4.3.2.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- xfc-4.3.2.ebuild 10 Oct 2007 15:52:16 -0000 1.2
22 +++ xfc-4.3.2.ebuild 11 May 2008 16:09:07 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xfc/xfc-4.3.2.ebuild,v 1.2 2007/10/10 15:52:16 remi Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xfc/xfc-4.3.2.ebuild,v 1.3 2008/05/11 16:09:07 drac Exp $
29
30 DESCRIPTION="C++ bindings to Xfce desktop environment"
31 HOMEPAGE="http://xfc.xfce.org"
32 @@ -18,9 +18,9 @@
33 >=x11-libs/gtk+-2.6
34 >=gnome-base/libglade-2.4
35 =x11-libs/gtksourceview-1*
36 - dev-lang/perl
37 - doc? ( >=app-doc/doxygen-1.3.2 )"
38 + dev-lang/perl"
39 DEPEND="${RDEPEND}
40 + doc? ( >=app-doc/doxygen-1.3.2 )
41 dev-util/pkgconfig"
42
43 src_compile() {
44
45
46
47 1.7 x11-libs/xfc/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xfc/ChangeLog?rev=1.7&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xfc/ChangeLog?rev=1.7&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xfc/ChangeLog?r1=1.6&r2=1.7
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/x11-libs/xfc/ChangeLog,v
56 retrieving revision 1.6
57 retrieving revision 1.7
58 diff -u -r1.6 -r1.7
59 --- ChangeLog 10 Oct 2007 15:52:16 -0000 1.6
60 +++ ChangeLog 11 May 2008 16:09:07 -0000 1.7
61 @@ -1,6 +1,9 @@
62 # ChangeLog for x11-libs/xfc
63 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xfc/ChangeLog,v 1.6 2007/10/10 15:52:16 remi Exp $
65 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xfc/ChangeLog,v 1.7 2008/05/11 16:09:07 drac Exp $
67 +
68 + 11 May 2008; Samuli Suominen <drac@g.o> xfc-4.3.2.ebuild:
69 + Move doxygen to DEPEND wrt #221699, thanks to Diego Pettenò.
70
71 10 Oct 2007; Rémi Cardona <remi@g.o> xfc-4.3.2.ebuild:
72 update gtksourceview deps (see bug #195366)
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list