Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libdesktop-agnostic: libdesktop-agnostic-0.3.92.ebuild ChangeLog
Date: Fri, 27 Jun 2014 16:42:38
Message-Id: 20140627164155.43F352004E@flycatcher.gentoo.org
1 angelos 14/06/27 16:41:55
2
3 Modified: libdesktop-agnostic-0.3.92.ebuild ChangeLog
4 Log:
5 Correct glade configure parameter (bug #514828)
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)
8
9 Revision Changes Path
10 1.8 x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild?r1=1.7&r2=1.8
15
16 Index: libdesktop-agnostic-0.3.92.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- libdesktop-agnostic-0.3.92.ebuild 9 Apr 2013 18:25:26 -0000 1.7
23 +++ libdesktop-agnostic-0.3.92.ebuild 27 Jun 2014 16:41:55 -0000 1.8
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v 1.7 2013/04/09 18:25:26 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v 1.8 2014/06/27 16:41:55 angelos Exp $
30
31 EAPI=4
32 PYTHON_DEPEND="2:2.7"
33 @@ -40,7 +40,7 @@
34 use gconf && cfg="gconf,${cfg}"
35 use gnome && fdo="${fdo},gnome"
36 use debug && myconf="${myconf} --enable-debug"
37 - use glade && myconf="${myconf} --enable-glade"
38 + use glade && myconf="${myconf} --with-glade"
39 use introspection || myconf="${myconf} --disable-gi"
40
41 waf-utils_src_configure \
42
43
44
45 1.8 x11-libs/libdesktop-agnostic/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog?rev=1.8&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog?rev=1.8&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog?r1=1.7&r2=1.8
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v
54 retrieving revision 1.7
55 retrieving revision 1.8
56 diff -u -r1.7 -r1.8
57 --- ChangeLog 9 Apr 2013 18:25:26 -0000 1.7
58 +++ ChangeLog 27 Jun 2014 16:41:55 -0000 1.8
59 @@ -1,6 +1,10 @@
60 # ChangeLog for x11-libs/libdesktop-agnostic
61 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v 1.7 2013/04/09 18:25:26 ago Exp $
63 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v 1.8 2014/06/27 16:41:55 angelos Exp $
65 +
66 + 27 Jun 2014; Christoph Mende <angelos@g.o>
67 + libdesktop-agnostic-0.3.92.ebuild:
68 + Correct glade configure parameter (bug #514828)
69
70 09 Apr 2013; Agostino Sarubbo <ago@g.o>
71 libdesktop-agnostic-0.3.92.ebuild: