diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2005-12-23 08:51:43 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2005-12-23 08:51:43 +0000 |
commit | 0a2076ee99460e674c174386ba521647037450a1 (patch) | |
tree | a1a3e9212cd91bbcbb2295534e29d2ae50bcecf4 /x11-misc/xkbdata | |
parent | Bump for 7.0. (diff) | |
download | historical-0a2076ee99460e674c174386ba521647037450a1.tar.gz historical-0a2076ee99460e674c174386ba521647037450a1.tar.bz2 historical-0a2076ee99460e674c174386ba521647037450a1.zip |
Bump for 7.0.
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'x11-misc/xkbdata')
-rw-r--r-- | x11-misc/xkbdata/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xkbdata/files/digest-xkbdata-1.0.1 | 1 | ||||
-rw-r--r-- | x11-misc/xkbdata/xkbdata-1.0.1.ebuild | 21 |
3 files changed, 29 insertions, 1 deletions
diff --git a/x11-misc/xkbdata/ChangeLog b/x11-misc/xkbdata/ChangeLog index 820fc6b13d7d..3a68cbc2d94c 100644 --- a/x11-misc/xkbdata/ChangeLog +++ b/x11-misc/xkbdata/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/xkbdata # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbdata/ChangeLog,v 1.12 2005/12/18 00:06:06 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbdata/ChangeLog,v 1.13 2005/12/23 08:51:43 spyderous Exp $ + +*xkbdata-1.0.1 (23 Dec 2005) + + 23 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; + +xkbdata-1.0.1.ebuild: + Bump for 7.0. *xkbdata-1.0.0 (18 Dec 2005) diff --git a/x11-misc/xkbdata/files/digest-xkbdata-1.0.1 b/x11-misc/xkbdata/files/digest-xkbdata-1.0.1 new file mode 100644 index 000000000000..585fb9b132ee --- /dev/null +++ b/x11-misc/xkbdata/files/digest-xkbdata-1.0.1 @@ -0,0 +1 @@ +MD5 9bf179be9a195953dc5f4c15e23ab7f0 xkbdata-1.0.1.tar.bz2 287556 diff --git a/x11-misc/xkbdata/xkbdata-1.0.1.ebuild b/x11-misc/xkbdata/xkbdata-1.0.1.ebuild new file mode 100644 index 000000000000..b506958b1ea2 --- /dev/null +++ b/x11-misc/xkbdata/xkbdata-1.0.1.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-misc/xkbdata/xkbdata-1.0.1.ebuild,v 1.1 2005/12/23 08:51:43 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular multilib + +DESCRIPTION="X.Org xkbdata data" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86" +RDEPEND="x11-apps/xkbcomp" +DEPEND="${RDEPEND}" + +src_install() { + x-modular_src_install + keepdir /var/lib/xkb + dosym ../../../../var/lib/xkb /usr/share/X11/xkb/compiled + echo "CONFIG_PROTECT=\"/usr/share/X11/xkb\"" > ${T}/10xkbdata + doenvd ${T}/10xkbdata +} |