diff options
author | 2012-05-14 06:05:55 +0000 | |
---|---|---|
committer | 2012-05-14 06:05:55 +0000 | |
commit | 74e0e218407f016faf8449fb7a76ac1a2b0495cd (patch) | |
tree | fdeeec99e517d28ebbc626788d21e9f91a2b4f80 /gnome-base/libgnomekbd | |
parent | Version bump for gnome-3.4 (diff) | |
download | gentoo-2-74e0e218407f016faf8449fb7a76ac1a2b0495cd.tar.gz gentoo-2-74e0e218407f016faf8449fb7a76ac1a2b0495cd.tar.bz2 gentoo-2-74e0e218407f016faf8449fb7a76ac1a2b0495cd.zip |
Version bump for gnome-3.4; now provides complete introspection bindings instead of a capplet.
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base/libgnomekbd')
-rw-r--r-- | gnome-base/libgnomekbd/ChangeLog | 9 | ||||
-rw-r--r-- | gnome-base/libgnomekbd/libgnomekbd-3.4.0.2.ebuild (renamed from gnome-base/libgnomekbd/libgnomekbd-3.2.0.ebuild) | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/gnome-base/libgnomekbd/ChangeLog b/gnome-base/libgnomekbd/ChangeLog index d81404bc9010..9f9a9a5477cf 100644 --- a/gnome-base/libgnomekbd/ChangeLog +++ b/gnome-base/libgnomekbd/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for gnome-base/libgnomekbd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/ChangeLog,v 1.99 2012/05/05 05:38:10 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/ChangeLog,v 1.100 2012/05/14 06:05:55 tetromino Exp $ + +*libgnomekbd-3.4.0.2 (14 May 2012) + + 14 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + -libgnomekbd-3.2.0.ebuild, +libgnomekbd-3.4.0.2.ebuild: + Version bump for gnome-3.4; now provides complete introspection bindings + instead of a capplet. 05 May 2012; Jeff Horelick <jdhore@gentoo.org> libgnomekbd-2.32.0-r1.ebuild, libgnomekbd-3.2.0.ebuild, libgnomekbd-3.2.0-r1.ebuild: diff --git a/gnome-base/libgnomekbd/libgnomekbd-3.2.0.ebuild b/gnome-base/libgnomekbd/libgnomekbd-3.4.0.2.ebuild index 03fb747d4ad3..77f8f0c44fb8 100644 --- a/gnome-base/libgnomekbd/libgnomekbd-3.2.0.ebuild +++ b/gnome-base/libgnomekbd/libgnomekbd-3.4.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-3.2.0.ebuild,v 1.2 2012/05/05 05:38:10 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-3.4.0.2.ebuild,v 1.1 2012/05/14 06:05:55 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" @@ -18,7 +18,7 @@ IUSE="+introspection test" RDEPEND=">=dev-libs/glib-2.18:2 >=x11-libs/gtk+-2.91.7:3[introspection?] - >=x11-libs/libxklavier-5.1 + >=x11-libs/libxklavier-5.2[introspection?] introspection? ( >=dev-libs/gobject-introspection-0.6.7 )" DEPEND="${RDEPEND} |