public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/libxklavier: ChangeLog libxklavier-5.3.ebuild
@ 2012-10-14 11:37 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-10-14 11:37 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/10/14 11:37:27

  Modified:             ChangeLog
  Added:                libxklavier-5.3.ebuild
  Log:
  Version bump. Install compability symlink for dev-util/devhelp.
  
  (Portage version: 2.2.0_alpha135/cvs/Linux x86_64)

Revision  Changes    Path
1.175                x11-libs/libxklavier/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/ChangeLog?rev=1.175&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/ChangeLog?rev=1.175&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/ChangeLog?r1=1.174&r2=1.175

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/ChangeLog,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- ChangeLog	22 Sep 2012 11:00:27 -0000	1.174
+++ ChangeLog	14 Oct 2012 11:37:27 -0000	1.175
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/libxklavier
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/ChangeLog,v 1.174 2012/09/22 11:00:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/ChangeLog,v 1.175 2012/10/14 11:37:27 ssuominen Exp $
+
+*libxklavier-5.3 (14 Oct 2012)
+
+  14 Oct 2012; Samuli Suominen <ssuominen@gentoo.org> +libxklavier-5.3.ebuild:
+  Version bump. Install compability symlink for dev-util/devhelp.
 
   22 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> -libxklavier-5.1.ebuild,
   -libxklavier-5.2.ebuild, -files/libxklavier-5.2-include-top_srcdir.patch:



1.1                  x11-libs/libxklavier/libxklavier-5.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild?rev=1.1&content-type=text/plain

Index: libxklavier-5.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild,v 1.1 2012/10/14 11:37:27 ssuominen Exp $

EAPI=4
inherit eutils gnome.org libtool

DESCRIPTION="A library for the X Keyboard Extension (high-level API)"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/LibXklavier"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="doc +introspection"

RDEPEND="app-text/iso-codes
	>=dev-libs/glib-2.16
	dev-libs/libxml2
	x11-apps/xkbcomp
	x11-libs/libX11
	>=x11-libs/libXi-1.1.3
	x11-libs/libxkbfile
	>=x11-misc/xkeyboard-config-2.4.1-r3
	introspection? ( >=dev-libs/gobject-introspection-1.30 )"
DEPEND="${RDEPEND}
	virtual/pkgconfig
	sys-devel/gettext
	doc? ( >=dev-util/gtk-doc-1.4 )"

DOCS="AUTHORS ChangeLog CREDITS NEWS README"

src_prepare() {
	elibtoolize
}

src_configure() {
	econf \
		--disable-static \
		$(use_enable introspection) \
		$(use_enable doc gtk-doc) \
		--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html \
		--with-xkb-base="${EPREFIX}"/usr/share/X11/xkb \
		--with-xkb-bin-base="${EPREFIX}"/usr/bin
}

src_install() {
	default

	nonfatal dosym /usr/share/doc/${PF}/html/${PN} /usr/share/gtk-doc/html/${PN}

	prune_libtool_files
}





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/libxklavier: ChangeLog libxklavier-5.3.ebuild
@ 2015-03-03 11:45 Yixun Lan (dlan)
  0 siblings, 0 replies; 5+ messages in thread
From: Yixun Lan (dlan) @ 2015-03-03 11:45 UTC (permalink / raw
  To: gentoo-commits

dlan        15/03/03 11:45:53

  Modified:             ChangeLog libxklavier-5.3.ebuild
  Log:
  add arm64 support, tested on A53 board
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)

Revision  Changes    Path
1.176                x11-libs/libxklavier/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/ChangeLog?rev=1.176&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/ChangeLog?rev=1.176&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/ChangeLog?r1=1.175&r2=1.176

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/ChangeLog,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- ChangeLog	14 Oct 2012 11:37:27 -0000	1.175
+++ ChangeLog	3 Mar 2015 11:45:53 -0000	1.176
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libxklavier
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/ChangeLog,v 1.175 2012/10/14 11:37:27 ssuominen Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/ChangeLog,v 1.176 2015/03/03 11:45:53 dlan Exp $
+
+  03 Mar 2015; Yixun Lan <dlan@gentoo.org> libxklavier-5.3.ebuild:
+  add arm64 support, tested on A53 board
 
 *libxklavier-5.3 (14 Oct 2012)
 



1.2                  x11-libs/libxklavier/libxklavier-5.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild?r1=1.1&r2=1.2

Index: libxklavier-5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libxklavier-5.3.ebuild	14 Oct 2012 11:37:27 -0000	1.1
+++ libxklavier-5.3.ebuild	3 Mar 2015 11:45:53 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild,v 1.1 2012/10/14 11:37:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild,v 1.2 2015/03/03 11:45:53 dlan Exp $
 
 EAPI=4
 inherit eutils gnome.org libtool
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="doc +introspection"
 
 RDEPEND="app-text/iso-codes





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/libxklavier: ChangeLog libxklavier-5.3.ebuild
@ 2015-04-08 17:22 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2015-04-08 17:22 UTC (permalink / raw
  To: gentoo-commits

jer         15/04/08 17:22:12

  Modified:             ChangeLog libxklavier-5.3.ebuild
  Log:
  Stable for HPPA (bug #545860).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.178                x11-libs/libxklavier/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/ChangeLog?rev=1.178&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/ChangeLog?rev=1.178&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/ChangeLog?r1=1.177&r2=1.178

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- ChangeLog	8 Apr 2015 12:14:01 -0000	1.177
+++ ChangeLog	8 Apr 2015 17:22:12 -0000	1.178
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libxklavier
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/ChangeLog,v 1.177 2015/04/08 12:14:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/ChangeLog,v 1.178 2015/04/08 17:22:12 jer Exp $
+
+  08 Apr 2015; Jeroen Roovers <jer@gentoo.org> libxklavier-5.3.ebuild:
+  Stable for HPPA (bug #545860).
 
   08 Apr 2015; Agostino Sarubbo <ago@gentoo.org> libxklavier-5.3.ebuild:
   Stable for amd64, wrt bug #545860



1.4                  x11-libs/libxklavier/libxklavier-5.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild?r1=1.3&r2=1.4

Index: libxklavier-5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libxklavier-5.3.ebuild	8 Apr 2015 12:14:01 -0000	1.3
+++ libxklavier-5.3.ebuild	8 Apr 2015 17:22:12 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild,v 1.3 2015/04/08 12:14:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild,v 1.4 2015/04/08 17:22:12 jer Exp $
 
 EAPI=4
 inherit eutils gnome.org libtool
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="doc +introspection"
 
 RDEPEND="app-text/iso-codes





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/libxklavier: ChangeLog libxklavier-5.3.ebuild
@ 2015-04-21 18:42 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2015-04-21 18:42 UTC (permalink / raw
  To: gentoo-commits

pacho       15/04/21 18:42:48

  Modified:             ChangeLog libxklavier-5.3.ebuild
  Log:
  ppc stable wrt bug #545860
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.182                x11-libs/libxklavier/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/ChangeLog?rev=1.182&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/ChangeLog?rev=1.182&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/ChangeLog?r1=1.181&r2=1.182

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/ChangeLog,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- ChangeLog	19 Apr 2015 10:11:33 -0000	1.181
+++ ChangeLog	21 Apr 2015 18:42:48 -0000	1.182
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libxklavier
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/ChangeLog,v 1.181 2015/04/19 10:11:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/ChangeLog,v 1.182 2015/04/21 18:42:48 pacho Exp $
+
+  21 Apr 2015; Pacho Ramos <pacho@gentoo.org> libxklavier-5.3.ebuild:
+  ppc stable wrt bug #545860
 
   19 Apr 2015; Agostino Sarubbo <ago@gentoo.org> libxklavier-5.3.ebuild:
   Stable for x86, wrt bug #545860



1.8                  x11-libs/libxklavier/libxklavier-5.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild?r1=1.7&r2=1.8

Index: libxklavier-5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libxklavier-5.3.ebuild	19 Apr 2015 10:11:33 -0000	1.7
+++ libxklavier-5.3.ebuild	21 Apr 2015 18:42:48 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild,v 1.7 2015/04/19 10:11:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild,v 1.8 2015/04/21 18:42:48 pacho Exp $
 
 EAPI=4
 inherit eutils gnome.org libtool
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="doc +introspection"
 
 RDEPEND="app-text/iso-codes





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/libxklavier: ChangeLog libxklavier-5.3.ebuild
@ 2015-04-30  5:44 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2015-04-30  5:44 UTC (permalink / raw
  To: gentoo-commits

jer         15/04/30 05:44:16

  Modified:             ChangeLog libxklavier-5.3.ebuild
  Log:
  Stable for PPC64 (bug #545860).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.184                x11-libs/libxklavier/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/ChangeLog?rev=1.184&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/ChangeLog?rev=1.184&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/ChangeLog?r1=1.183&r2=1.184

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/ChangeLog,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- ChangeLog	28 Apr 2015 09:52:35 -0000	1.183
+++ ChangeLog	30 Apr 2015 05:44:16 -0000	1.184
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libxklavier
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/ChangeLog,v 1.183 2015/04/28 09:52:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/ChangeLog,v 1.184 2015/04/30 05:44:16 jer Exp $
+
+  30 Apr 2015; Jeroen Roovers <jer@gentoo.org> libxklavier-5.3.ebuild:
+  Stable for PPC64 (bug #545860).
 
   28 Apr 2015; Agostino Sarubbo <ago@gentoo.org> libxklavier-5.3.ebuild:
   Stable for sparc, wrt bug #545860



1.10                 x11-libs/libxklavier/libxklavier-5.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild?r1=1.9&r2=1.10

Index: libxklavier-5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libxklavier-5.3.ebuild	28 Apr 2015 09:52:35 -0000	1.9
+++ libxklavier-5.3.ebuild	30 Apr 2015 05:44:16 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild,v 1.9 2015/04/28 09:52:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxklavier/libxklavier-5.3.ebuild,v 1.10 2015/04/30 05:44:16 jer Exp $
 
 EAPI=4
 inherit eutils gnome.org libtool
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ~ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="doc +introspection"
 
 RDEPEND="app-text/iso-codes





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-04-30  5:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-30  5:44 [gentoo-commits] gentoo-x86 commit in x11-libs/libxklavier: ChangeLog libxklavier-5.3.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-21 18:42 Pacho Ramos (pacho)
2015-04-08 17:22 Jeroen Roovers (jer)
2015-03-03 11:45 Yixun Lan (dlan)
2012-10-14 11:37 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox