diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2008-03-10 02:05:13 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2008-03-10 02:05:13 +0000 |
commit | aa1721f9edf25704c626fd86c073d0152410b051 (patch) | |
tree | 28b587bfec83ad4213e105d95192d4179546249c /x11-apps/xkbcomp | |
parent | Drop to ~mips due to unstable deps (diff) | |
download | historical-aa1721f9edf25704c626fd86c073d0152410b051.tar.gz historical-aa1721f9edf25704c626fd86c073d0152410b051.tar.bz2 historical-aa1721f9edf25704c626fd86c073d0152410b051.zip |
Bump.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'x11-apps/xkbcomp')
-rw-r--r-- | x11-apps/xkbcomp/ChangeLog | 10 | ||||
-rw-r--r-- | x11-apps/xkbcomp/xkbcomp-1.0.4.ebuild | 27 |
2 files changed, 35 insertions, 2 deletions
diff --git a/x11-apps/xkbcomp/ChangeLog b/x11-apps/xkbcomp/ChangeLog index 6781a358061d..0fc691715fc9 100644 --- a/x11-apps/xkbcomp/ChangeLog +++ b/x11-apps/xkbcomp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xkbcomp -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.44 2007/10/09 09:02:58 dberkholz Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.45 2008/03/10 01:58:56 dberkholz Exp $ + +*xkbcomp-1.0.4 (10 Mar 2008) + + 10 Mar 2008; Donnie Berkholz <dberkholz@gentoo.org>; + +xkbcomp-1.0.4.ebuild: + Bump. 09 Oct 2007; Donnie Berkholz <dberkholz@gentoo.org>; -xkbcomp-1.0.2.ebuild: diff --git a/x11-apps/xkbcomp/xkbcomp-1.0.4.ebuild b/x11-apps/xkbcomp/xkbcomp-1.0.4.ebuild new file mode 100644 index 000000000000..2510284b8f11 --- /dev/null +++ b/x11-apps/xkbcomp/xkbcomp-1.0.4.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.0.4.ebuild,v 1.1 2008/03/10 01:58:56 dberkholz 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 +} |