diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-08-06 20:57:25 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-08-06 20:57:25 +0000 |
commit | fb9e7f43ab60e52e88fcf8fcd905e6a0ad804782 (patch) | |
tree | 3c777e6655b17ace196a4626c30223a17576473a /x11-apps/setxkbmap | |
parent | x11-apps/xkbcomp: drop old ebuilds (diff) | |
download | gentoo-2-fb9e7f43ab60e52e88fcf8fcd905e6a0ad804782.tar.gz gentoo-2-fb9e7f43ab60e52e88fcf8fcd905e6a0ad804782.tar.bz2 gentoo-2-fb9e7f43ab60e52e88fcf8fcd905e6a0ad804782.zip |
x11-apps/setxkbmap: bump to 1.1.0
(Portage version: 2.2_rc36/cvs/Linux i686)
Diffstat (limited to 'x11-apps/setxkbmap')
-rw-r--r-- | x11-apps/setxkbmap/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/setxkbmap/setxkbmap-1.1.0.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-apps/setxkbmap/ChangeLog b/x11-apps/setxkbmap/ChangeLog index 0c1f012205ea..5ada62e53588 100644 --- a/x11-apps/setxkbmap/ChangeLog +++ b/x11-apps/setxkbmap/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/setxkbmap # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/setxkbmap/ChangeLog,v 1.39 2009/05/05 07:41:49 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/setxkbmap/ChangeLog,v 1.40 2009/08/06 20:57:25 remi Exp $ + +*setxkbmap-1.1.0 (06 Aug 2009) + + 06 Aug 2009; Rémi Cardona <remi@gentoo.org> +setxkbmap-1.1.0.ebuild: + bump to 1.1.0 05 May 2009; Christian Faulhammer <fauli@gentoo.org> setxkbmap-1.0.4.ebuild: diff --git a/x11-apps/setxkbmap/setxkbmap-1.1.0.ebuild b/x11-apps/setxkbmap/setxkbmap-1.1.0.ebuild new file mode 100644 index 000000000000..b775bf3684c5 --- /dev/null +++ b/x11-apps/setxkbmap/setxkbmap-1.1.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/setxkbmap/setxkbmap-1.1.0.ebuild,v 1.1 2009/08/06 20:57:25 remi Exp $ + +# Must be before x-modular eclass is inherited +# SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="Controls the keyboard layout of a running X server." + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" +RDEPEND="x11-libs/libxkbfile + x11-libs/libX11" +DEPEND="${RDEPEND}" |