diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 22:09:08 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 22:09:08 +0000 |
commit | 46ef6a909fa38f23aed11366d7c652a79140226c (patch) | |
tree | efd5eeb9c41c5734b6124813a2e0b651c627cf93 /x11-apps/xkbcomp | |
parent | Bump for 7.0RC3. (diff) | |
download | gentoo-2-46ef6a909fa38f23aed11366d7c652a79140226c.tar.gz gentoo-2-46ef6a909fa38f23aed11366d7c652a79140226c.tar.bz2 gentoo-2-46ef6a909fa38f23aed11366d7c652a79140226c.zip |
Bump for 7.0RC3.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-apps/xkbcomp')
-rw-r--r-- | x11-apps/xkbcomp/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xkbcomp/files/digest-xkbcomp-0.99.2 | 1 | ||||
-rw-r--r-- | x11-apps/xkbcomp/xkbcomp-0.99.2.ebuild | 21 |
3 files changed, 29 insertions, 1 deletions
diff --git a/x11-apps/xkbcomp/ChangeLog b/x11-apps/xkbcomp/ChangeLog index c7813bf3c1c8..f95ecff8ea42 100644 --- a/x11-apps/xkbcomp/ChangeLog +++ b/x11-apps/xkbcomp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xkbcomp # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.12 2005/10/20 21:54:59 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.13 2005/12/04 22:07:18 joshuabaergen Exp $ + +*xkbcomp-0.99.2 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xkbcomp-0.99.2.ebuild: + Bump for 7.0RC3. *xkbcomp-0.99.1-r1 (20 Oct 2005) diff --git a/x11-apps/xkbcomp/files/digest-xkbcomp-0.99.2 b/x11-apps/xkbcomp/files/digest-xkbcomp-0.99.2 new file mode 100644 index 000000000000..594e675132d0 --- /dev/null +++ b/x11-apps/xkbcomp/files/digest-xkbcomp-0.99.2 @@ -0,0 +1 @@ +MD5 9b6984a2cfb2eaf272fc39b0cdcd56e3 xkbcomp-0.99.2.tar.bz2 176458 diff --git a/x11-apps/xkbcomp/xkbcomp-0.99.2.ebuild b/x11-apps/xkbcomp/xkbcomp-0.99.2.ebuild new file mode 100644 index 000000000000..dc5f169aa057 --- /dev/null +++ b/x11-apps/xkbcomp/xkbcomp-0.99.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-0.99.2.ebuild,v 1.1 2005/12/04 22:07:18 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular multilib + +DESCRIPTION="X.Org xkbcomp application" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86" +RDEPEND="x11-libs/libX11 + x11-libs/libxkbfile" +DEPEND="${RDEPEND}" + +src_install() { + x-modular_src_install + + dodir usr/$(get_libdir)/X11/xkb + dosym ../../../bin/xkbcomp /usr/$(get_libdir)/X11/xkb/xkbcomp +} |