summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2005-08-15 02:33:55 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2005-08-15 02:33:55 +0000
commit351ad311e8a1691dd6a10e7140d682aeac463b25 (patch)
treed302bd005a1df0308723f593c0930577c9484a29 /x11-apps/xkbcomp
parentversion bump (diff)
downloadhistorical-351ad311e8a1691dd6a10e7140d682aeac463b25.tar.gz
historical-351ad311e8a1691dd6a10e7140d682aeac463b25.tar.bz2
historical-351ad311e8a1691dd6a10e7140d682aeac463b25.zip
Make symlink to /usr/lib/X11/xkb/xkbcomp.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-apps/xkbcomp')
-rw-r--r--x11-apps/xkbcomp/ChangeLog8
-rw-r--r--x11-apps/xkbcomp/Manifest4
-rw-r--r--x11-apps/xkbcomp/files/digest-xkbcomp-0.99.0-r11
-rw-r--r--x11-apps/xkbcomp/xkbcomp-0.99.0-r1.ebuild21
4 files changed, 32 insertions, 2 deletions
diff --git a/x11-apps/xkbcomp/ChangeLog b/x11-apps/xkbcomp/ChangeLog
index 4bf6aaddd552..5c701cf6bf06 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.2 2005/08/08 20:14:19 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.3 2005/08/15 02:33:55 spyderous Exp $
+
+*xkbcomp-0.99.0-r1 (15 Aug 2005)
+
+ 15 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ +xkbcomp-0.99.0-r1.ebuild:
+ Make symlink to /usr/lib/X11/xkb/xkbcomp.
08 Aug 2005; Ferris McCormick <fmccor@gentoo.org> xkbcomp-0.99.0.ebuild:
Add ~sparc keyword (Modular X testing).
diff --git a/x11-apps/xkbcomp/Manifest b/x11-apps/xkbcomp/Manifest
index e15679090074..1aca76c32f45 100644
--- a/x11-apps/xkbcomp/Manifest
+++ b/x11-apps/xkbcomp/Manifest
@@ -1,3 +1,5 @@
-MD5 7c66f9f41ca9ed882a8e09bb5b6a03af ChangeLog 468
+MD5 f3a6df3e9b3e263888d94cb25af8fd9b ChangeLog 634
MD5 5a89529a22555a2d55d74cc2db3a4d2b xkbcomp-0.99.0.ebuild 434
+MD5 c216e29d1b082bd218ad062d522aa531 xkbcomp-0.99.0-r1.ebuild 559
MD5 ac7b6aeddc4bf31acc3f0b13d6128ff8 files/digest-xkbcomp-0.99.0 67
+MD5 ac7b6aeddc4bf31acc3f0b13d6128ff8 files/digest-xkbcomp-0.99.0-r1 67
diff --git a/x11-apps/xkbcomp/files/digest-xkbcomp-0.99.0-r1 b/x11-apps/xkbcomp/files/digest-xkbcomp-0.99.0-r1
new file mode 100644
index 000000000000..c13e4213d6fb
--- /dev/null
+++ b/x11-apps/xkbcomp/files/digest-xkbcomp-0.99.0-r1
@@ -0,0 +1 @@
+MD5 40584c2c79b8104540253803e4e2b696 xkbcomp-0.99.0.tar.bz2 152013
diff --git a/x11-apps/xkbcomp/xkbcomp-0.99.0-r1.ebuild b/x11-apps/xkbcomp/xkbcomp-0.99.0-r1.ebuild
new file mode 100644
index 000000000000..aad20f58064e
--- /dev/null
+++ b/x11-apps/xkbcomp/xkbcomp-0.99.0-r1.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.0-r1.ebuild,v 1.1 2005/08/15 02:33:55 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org xkbcomp application"
+KEYWORDS="~sparc ~x86"
+RDEPEND="x11-libs/libX11
+ x11-libs/libxkbfile"
+DEPEND="${RDEPEND}"
+
+src_install() {
+ x-modular_src_install
+
+ dodir usr/lib/X11/xkb
+ dosym ../../../bin/xkbcomp /usr/lib/X11/xkb/xkbcomp
+}