diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-11-10 01:32:05 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-11-10 01:32:05 +0000 |
commit | 1fef83b7811e0399443f69acbf265a69eb271042 (patch) | |
tree | fae8cae8314c584857fb752b0e02c78365e5cacb /x11-apps/xkbcomp | |
parent | fix ChangeLog header (diff) | |
download | gentoo-2-1fef83b7811e0399443f69acbf265a69eb271042.tar.gz gentoo-2-1fef83b7811e0399443f69acbf265a69eb271042.tar.bz2 gentoo-2-1fef83b7811e0399443f69acbf265a69eb271042.zip |
Bump for 7.2RC2 with some minor fixes.
(Portage version: 2.1.2_rc1-r5)
Diffstat (limited to 'x11-apps/xkbcomp')
-rw-r--r-- | x11-apps/xkbcomp/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xkbcomp/files/digest-xkbcomp-1.0.3 | 3 | ||||
-rw-r--r-- | x11-apps/xkbcomp/xkbcomp-1.0.3.ebuild | 27 |
3 files changed, 37 insertions, 1 deletions
diff --git a/x11-apps/xkbcomp/ChangeLog b/x11-apps/xkbcomp/ChangeLog index 735cef45c9b3..5d7dc195c7fc 100644 --- a/x11-apps/xkbcomp/ChangeLog +++ b/x11-apps/xkbcomp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xkbcomp # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.32 2006/11/07 03:07:06 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.33 2006/11/10 01:32:05 joshuabaergen Exp $ + +*xkbcomp-1.0.3 (10 Nov 2006) + + 10 Nov 2006; Joshua Baergen <joshuabaergen@gentoo.org> + -xkbcomp-1.0.2-r1.ebuild, +xkbcomp-1.0.3.ebuild: + Bump for 7.2RC2 with some minor fixes. *xkbcomp-1.0.2-r1 (07 Nov 2006) diff --git a/x11-apps/xkbcomp/files/digest-xkbcomp-1.0.3 b/x11-apps/xkbcomp/files/digest-xkbcomp-1.0.3 new file mode 100644 index 000000000000..859b5efa6ca7 --- /dev/null +++ b/x11-apps/xkbcomp/files/digest-xkbcomp-1.0.3 @@ -0,0 +1,3 @@ +MD5 2fbcae1323c266edf5b6c61751f2e343 xkbcomp-1.0.3.tar.bz2 189992 +RMD160 b9251c0ed2fdc4e3c72dd8ce54d03063c9f56ed7 xkbcomp-1.0.3.tar.bz2 189992 +SHA256 0635bae5dae3c933ebba997475ae14fa213aee1f2ea8aaff2ca76c50f8aec716 xkbcomp-1.0.3.tar.bz2 189992 diff --git a/x11-apps/xkbcomp/xkbcomp-1.0.3.ebuild b/x11-apps/xkbcomp/xkbcomp-1.0.3.ebuild new file mode 100644 index 000000000000..9609c5268eb3 --- /dev/null +++ b/x11-apps/xkbcomp/xkbcomp-1.0.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.0.3.ebuild,v 1.1 2006/11/10 01:32:05 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular multilib + +DESCRIPTION="compile XKB keyboard description" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" + +RDEPEND="x11-libs/libX11 + x11-libs/libxkbfile" +DEPEND="${RDEPEND}" + +src_install() { + x-modular_src_install + + dodir usr/share/X11/xkb + dosym ../../../bin/xkbcomp /usr/share/X11/xkb/xkbcomp + + # (#122214) We should create this directory here, since xkeyboard-config + # and any other set of layouts will symlink to it. + dodir /var/lib/xkb + keepdir /var/lib/xkb +} |