Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/libgnomekbd: ChangeLog libgnomekbd-3.2.0.ebuild
Date: Fri, 28 Oct 2011 22:58:21
Message-Id: 20111028225811.3201F2004B@flycatcher.gentoo.org
1 tetromino 11/10/28 22:58:11
2
3 Modified: ChangeLog
4 Added: libgnomekbd-3.2.0.ebuild
5 Log:
6 Bump to 3.2.0 from the gnome overlay. Notable changes: assorted bugfixes.
7
8 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.94 gnome-base/libgnomekbd/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomekbd/ChangeLog?rev=1.94&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomekbd/ChangeLog?rev=1.94&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomekbd/ChangeLog?r1=1.93&r2=1.94
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/ChangeLog,v
20 retrieving revision 1.93
21 retrieving revision 1.94
22 diff -u -r1.93 -r1.94
23 --- ChangeLog 17 Oct 2011 20:46:58 -0000 1.93
24 +++ ChangeLog 28 Oct 2011 22:58:11 -0000 1.94
25 @@ -1,6 +1,12 @@
26 # ChangeLog for gnome-base/libgnomekbd
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/ChangeLog,v 1.93 2011/10/17 20:46:58 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/ChangeLog,v 1.94 2011/10/28 22:58:11 tetromino Exp $
30 +
31 +*libgnomekbd-3.2.0 (28 Oct 2011)
32 +
33 + 28 Oct 2011; Alexandre Rostovtsev <tetromino@g.o>
34 + +libgnomekbd-3.2.0.ebuild:
35 + Bump to 3.2.0 from the gnome overlay. Notable changes: assorted bugfixes.
36
37 *libgnomekbd-2.32.0-r1 (17 Oct 2011)
38
39
40
41
42 1.1 gnome-base/libgnomekbd/libgnomekbd-3.2.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-3.2.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-3.2.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libgnomekbd-3.2.0.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-3.2.0.ebuild,v 1.1 2011/10/28 22:58:11 tetromino Exp $
52
53 EAPI="4"
54 GCONF_DEBUG="no"
55 GNOME2_LA_PUNT="yes"
56
57 inherit gnome2
58
59 DESCRIPTION="Gnome keyboard configuration library"
60 HOMEPAGE="http://www.gnome.org"
61
62 LICENSE="LGPL-2"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
65 IUSE="+introspection test"
66
67 RDEPEND=">=dev-libs/glib-2.18:2
68 >=x11-libs/gtk+-2.91.7:3[introspection?]
69 >=x11-libs/libxklavier-5.1
70
71 introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
72 DEPEND="${RDEPEND}
73 >=dev-util/intltool-0.35
74 >=dev-util/pkgconfig-0.19"
75
76 pkg_setup() {
77 G2CONF="${G2CONF}
78 --disable-static
79 --disable-schemas-compile
80 $(use_enable introspection)
81 $(use_enable test tests)"
82 DOCS="AUTHORS ChangeLog NEWS README"
83 }