Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/libgnomekbd: libgnomekbd-2.30.2.ebuild ChangeLog
Date: Sun, 29 Aug 2010 16:04:08
Message-Id: 20100829160356.E54E120051@flycatcher.gentoo.org
1 eva 10/08/29 16:03:56
2
3 Modified: libgnomekbd-2.30.2.ebuild ChangeLog
4 Log:
5 Drop unneeded dependencies. Raise gtk+ dependency to build tests, bug #327981. Use control tests.
6
7 (Portage version: 2.2_rc68/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 gnome-base/libgnomekbd/libgnomekbd-2.30.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-2.30.2.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-2.30.2.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-2.30.2.ebuild?r1=1.4&r2=1.5
15
16 Index: libgnomekbd-2.30.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-2.30.2.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- libgnomekbd-2.30.2.ebuild 1 Aug 2010 11:28:12 -0000 1.4
23 +++ libgnomekbd-2.30.2.ebuild 29 Aug 2010 16:03:56 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-2.30.2.ebuild,v 1.4 2010/08/01 11:28:12 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-2.30.2.ebuild,v 1.5 2010/08/29 16:03:56 eva Exp $
29
30 EAPI="2"
31 GCONF_DEBUG="no"
32 @@ -13,13 +13,12 @@
33 LICENSE="LGPL-2"
34 SLOT="0"
35 KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
36 -IUSE=""
37 +IUSE="test"
38
39 +# gtk+-2.20 needed for tests
40 RDEPEND=">=dev-libs/glib-2.18
41 - >=sys-apps/dbus-0.92
42 - >=dev-libs/dbus-glib-0.34
43 >=gnome-base/gconf-2.14
44 - >=x11-libs/gtk+-2.18
45 + >=x11-libs/gtk+-2.20
46 >=x11-libs/libxklavier-5.0"
47 DEPEND="${RDEPEND}
48 >=dev-util/intltool-0.35
49 @@ -29,7 +28,7 @@
50
51 pkg_setup() {
52 # Only user interaction required graphical tests at the time of 2.22.0 - not useful for us
53 - G2CONF="${G2CONF} --disable-tests --disable-static"
54 + G2CONF="${G2CONF} $(use_enable test tests) --disable-static"
55 }
56
57 src_compile() {
58
59
60
61 1.78 gnome-base/libgnomekbd/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomekbd/ChangeLog?rev=1.78&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomekbd/ChangeLog?rev=1.78&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomekbd/ChangeLog?r1=1.77&r2=1.78
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/ChangeLog,v
70 retrieving revision 1.77
71 retrieving revision 1.78
72 diff -u -r1.77 -r1.78
73 --- ChangeLog 18 Aug 2010 21:37:42 -0000 1.77
74 +++ ChangeLog 29 Aug 2010 16:03:56 -0000 1.78
75 @@ -1,6 +1,11 @@
76 # ChangeLog for gnome-base/libgnomekbd
77 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/ChangeLog,v 1.77 2010/08/18 21:37:42 maekke Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/ChangeLog,v 1.78 2010/08/29 16:03:56 eva Exp $
80 +
81 + 29 Aug 2010; Gilles Dartiguelongue <eva@g.o>
82 + libgnomekbd-2.30.2.ebuild:
83 + Drop unneeded dependencies. Raise gtk+ dependency to build tests, bug
84 + #327981. Use control tests.
85
86 18 Aug 2010; Markus Meier <maekke@g.o> libgnomekbd-2.28.2.ebuild:
87 arm stable, bug #314899