summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2006-02-21 22:28:47 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2006-02-21 22:28:47 +0000
commitdbb687f9e72e37fcf87f193fe1a52919bf91d09b (patch)
tree32434cf20a5d70d76dede8869be0c315b78bc1dc /x11-apps
parentVersion bump wrt bug #123315, cleaned out old versions. (diff)
downloadhistorical-dbb687f9e72e37fcf87f193fe1a52919bf91d09b.tar.gz
historical-dbb687f9e72e37fcf87f193fe1a52919bf91d09b.tar.bz2
historical-dbb687f9e72e37fcf87f193fe1a52919bf91d09b.zip
Create /var/lib/xkb directory.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xkbcomp/ChangeLog5
-rw-r--r--x11-apps/xkbcomp/Manifest12
-rw-r--r--x11-apps/xkbcomp/xkbcomp-1.0.1.ebuild6
3 files changed, 19 insertions, 4 deletions
diff --git a/x11-apps/xkbcomp/ChangeLog b/x11-apps/xkbcomp/ChangeLog
index b6328ddd307f..8ab5e8e90ec1 100644
--- a/x11-apps/xkbcomp/ChangeLog
+++ b/x11-apps/xkbcomp/ChangeLog
@@ -1,6 +1,9 @@
# 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.20 2006/02/14 21:26:02 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.21 2006/02/21 22:28:47 spyderous Exp $
+
+ 21 Feb 2006; Donnie Berkholz <spyderous@gentoo.org>; xkbcomp-1.0.1.ebuild:
+ Create /var/lib/xkb directory.
14 Feb 2006; Markus Rothe <corsair@gentoo.org> xkbcomp-1.0.1.ebuild:
Added ~ppc64
diff --git a/x11-apps/xkbcomp/Manifest b/x11-apps/xkbcomp/Manifest
index 0d8a1cdc44b2..c85ac3b4a83c 100644
--- a/x11-apps/xkbcomp/Manifest
+++ b/x11-apps/xkbcomp/Manifest
@@ -1,4 +1,12 @@
-MD5 5b358b6efd7554fada86cf30fdb8c517 ChangeLog 2603
+MD5 53f28ea16de0fbb512aaaced2104e400 ChangeLog 2716
+RMD160 630ad76cbb38d424c7ddd83d176fe1edd1a2e6a3 ChangeLog 2716
+SHA256 de7b077920275d3dee8bebc7e6f1d311fd82d5e848786426c8070be7e2e861cf ChangeLog 2716
MD5 be2b090cd41fe094b974d00e125ffb91 files/digest-xkbcomp-1.0.1 66
+RMD160 49c4a944e8d4d194212725a3e47816d84de5c91a files/digest-xkbcomp-1.0.1 66
+SHA256 e171a7d30bcd99575d958331497712cacb1b5fee6111a6ecf10ff12034637ea0 files/digest-xkbcomp-1.0.1 66
MD5 a37bab73e2f24b213932c30997d3d360 metadata.xml 156
-MD5 c6a51df7377e9ef28a84ed6eab484b9f xkbcomp-1.0.1.ebuild 619
+RMD160 c1274bdccf57603d580de0075ba07a35b7509560 metadata.xml 156
+SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055 metadata.xml 156
+MD5 1c1d95e91d0cfcb6b8d59f6c36adde34 xkbcomp-1.0.1.ebuild 768
+RMD160 96702da151d07e029abfd3a8d8a9823c7bc44f36 xkbcomp-1.0.1.ebuild 768
+SHA256 72657faf3e45a0b0aa8b8a2e28bddc468b16608d43050359d67b0482aa941d41 xkbcomp-1.0.1.ebuild 768
diff --git a/x11-apps/xkbcomp/xkbcomp-1.0.1.ebuild b/x11-apps/xkbcomp/xkbcomp-1.0.1.ebuild
index 1d6768de1b4a..579d5adfaec1 100644
--- a/x11-apps/xkbcomp/xkbcomp-1.0.1.ebuild
+++ b/x11-apps/xkbcomp/xkbcomp-1.0.1.ebuild
@@ -1,6 +1,6 @@
# 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.1.ebuild,v 1.4 2006/02/14 21:26:02 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.0.1.ebuild,v 1.5 2006/02/21 22:28:47 spyderous Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -18,4 +18,8 @@ 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
}