summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-09-08 04:08:27 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-09-08 04:08:27 +0000
commit3568690b29db0fb7d4d397b1f3dde0372dc374b9 (patch)
tree9081b9116d41401ca4bcfb0cb0feff1394d3c792 /x11-proto
parentInitial import. Thanks to Gérald Fenoy <djayweb@djayux.net> for his work. (diff)
downloadgentoo-2-3568690b29db0fb7d4d397b1f3dde0372dc374b9.tar.gz
gentoo-2-3568690b29db0fb7d4d397b1f3dde0372dc374b9.tar.bz2
gentoo-2-3568690b29db0fb7d4d397b1f3dde0372dc374b9.zip
Update to fix XkbBinDirectory undefined problem in xorg-server CVS as of Sept. 1.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-proto')
-rw-r--r--x11-proto/kbproto/ChangeLog9
-rw-r--r--x11-proto/kbproto/files/add-xkbbindirectory.patch11
-rw-r--r--x11-proto/kbproto/files/digest-kbproto-1.0-r11
-rw-r--r--x11-proto/kbproto/kbproto-1.0-r1.ebuild19
4 files changed, 39 insertions, 1 deletions
diff --git a/x11-proto/kbproto/ChangeLog b/x11-proto/kbproto/ChangeLog
index 675519dd2aa8..efd630a68518 100644
--- a/x11-proto/kbproto/ChangeLog
+++ b/x11-proto/kbproto/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-proto/kbproto
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/kbproto/ChangeLog,v 1.5 2005/08/28 15:18:55 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/kbproto/ChangeLog,v 1.6 2005/09/08 04:08:26 spyderous Exp $
+
+*kbproto-1.0-r1 (08 Sep 2005)
+
+ 08 Sep 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ +files/add-xkbbindirectory.patch, +kbproto-1.0-r1.ebuild:
+ Update to fix XkbBinDirectory undefined problem in xorg-server CVS as of
+ Sept. 1.
28 Aug 2005; MATSUU Takuto <matsuu@gentoo.org> kbproto-1.0.ebuild:
Marked ~sh
diff --git a/x11-proto/kbproto/files/add-xkbbindirectory.patch b/x11-proto/kbproto/files/add-xkbbindirectory.patch
new file mode 100644
index 000000000000..1963ab09971f
--- /dev/null
+++ b/x11-proto/kbproto/files/add-xkbbindirectory.patch
@@ -0,0 +1,11 @@
+diff -urN -x Makefile.in -x Makefile -x configure -x depcomp -x aclocal.m4 -x config.guess -x config.sub -x install-sh -x ltmain.sh -x missing -x mkinstalldirs -x compile kbproto-1.0.orig/XKBsrv.h kbproto-1.0/XKBsrv.h
+--- kbproto-1.0.orig/XKBsrv.h 2005-08-01 20:15:42.000000000 +0000
++++ kbproto-1.0/XKBsrv.h 2005-09-01 19:56:14.000000000 +0000
+@@ -279,6 +279,7 @@
+ extern int XkbKeyboardErrorCode;
+ extern int XkbDisableLockActions;
+ extern char * XkbBaseDirectory;
++extern char * XkbBinDirectory;
+ extern char * XkbInitialMap;
+ extern int _XkbClientMajor;
+ extern int _XkbClientMinor;
diff --git a/x11-proto/kbproto/files/digest-kbproto-1.0-r1 b/x11-proto/kbproto/files/digest-kbproto-1.0-r1
new file mode 100644
index 000000000000..875ee57331a0
--- /dev/null
+++ b/x11-proto/kbproto/files/digest-kbproto-1.0-r1
@@ -0,0 +1 @@
+MD5 45af2e6c1fd9a5d858cdfc827b0d504e kbproto-1.0.tar.bz2 57461
diff --git a/x11-proto/kbproto/kbproto-1.0-r1.ebuild b/x11-proto/kbproto/kbproto-1.0-r1.ebuild
new file mode 100644
index 000000000000..6f5f3a0b6d9d
--- /dev/null
+++ b/x11-proto/kbproto/kbproto-1.0-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/kbproto/kbproto-1.0-r1.ebuild,v 1.1 2005/09/08 04:08:26 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+PATCHES="${FILESDIR}/add-xkbbindirectory.patch"
+DESCRIPTION="X.Org KB protocol headers"
+#HOMEPAGE="http://foo.bar.com/"
+#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2"
+#LICENSE=""
+#SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~s390 ~sh ~sparc ~x86"
+#IUSE="X gnome"
+#DEPEND=""
+#RDEPEND=""