Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4util: ChangeLog libxfce4util-4.6.0.ebuild
Date: Sun, 22 Mar 2009 12:34:30
Message-Id: E1LlMsl-0005Bh-QM@stork.gentoo.org
1 angelos 09/03/22 12:34:27
2
3 Modified: ChangeLog libxfce4util-4.6.0.ebuild
4 Log:
5 Bumped glib dependency to 2.12
6 (Portage version: 2.2_rc26/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.119 xfce-base/libxfce4util/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.119&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.119&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.118&r2=1.119
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
18 retrieving revision 1.118
19 retrieving revision 1.119
20 diff -u -r1.118 -r1.119
21 --- ChangeLog 13 Mar 2009 10:17:22 -0000 1.118
22 +++ ChangeLog 22 Mar 2009 12:34:27 -0000 1.119
23 @@ -1,6 +1,10 @@
24 # ChangeLog for xfce-base/libxfce4util
25 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.118 2009/03/13 10:17:22 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.119 2009/03/22 12:34:27 angelos Exp $
28 +
29 + 22 Mar 2009; Christoph Mende <angelos@g.o>
30 + libxfce4util-4.6.0.ebuild:
31 + Bumped glib dependency to 2.12
32
33 13 Mar 2009; Raúl Porcel <armin76@g.o> libxfce4util-4.4.3.ebuild,
34 libxfce4util-4.6.0.ebuild:
35
36
37
38 1.3 xfce-base/libxfce4util/libxfce4util-4.6.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.0.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.0.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.0.ebuild?r1=1.2&r2=1.3
43
44 Index: libxfce4util-4.6.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.0.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- libxfce4util-4.6.0.ebuild 13 Mar 2009 10:17:22 -0000 1.2
51 +++ libxfce4util-4.6.0.ebuild 22 Mar 2009 12:34:27 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.0.ebuild,v 1.2 2009/03/13 10:17:22 armin76 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.0.ebuild,v 1.3 2009/03/22 12:34:27 angelos Exp $
57
58 EAPI=1
59
60 @@ -13,7 +13,7 @@
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
62 IUSE="debug doc"
63
64 -RDEPEND=">=dev-libs/glib-2.6:2"
65 +RDEPEND=">=dev-libs/glib-2.12"
66 DEPEND="${RDEPEND}
67 doc? ( dev-util/gtk-doc )"