summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-10-20 21:54:59 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-10-20 21:54:59 +0000
commit1d5b72037e03de86106627a1bf46c0fe9ece749c (patch)
treeb53cdb8b928aaf21610100753b6341c403973337 /x11-apps
parentNeed to get nxcomp's NX.h from /usr/NX/include (diff)
downloadgentoo-2-1d5b72037e03de86106627a1bf46c0fe9ece749c.tar.gz
gentoo-2-1d5b72037e03de86106627a1bf46c0fe9ece749c.tar.bz2
gentoo-2-1d5b72037e03de86106627a1bf46c0fe9ece749c.zip
We're installing to /usr/share, not /usr/lib. Change symlink origins.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xkbcomp/ChangeLog8
-rw-r--r--x11-apps/xkbcomp/Manifest2
-rw-r--r--x11-apps/xkbcomp/files/digest-xkbcomp-0.99.1-r11
-rw-r--r--x11-apps/xkbcomp/xkbcomp-0.99.1-r1.ebuild21
4 files changed, 31 insertions, 1 deletions
diff --git a/x11-apps/xkbcomp/ChangeLog b/x11-apps/xkbcomp/ChangeLog
index 52dee3575347..c7813bf3c1c8 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.11 2005/10/20 00:45:23 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.12 2005/10/20 21:54:59 spyderous Exp $
+
+*xkbcomp-0.99.1-r1 (20 Oct 2005)
+
+ 20 Oct 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ +xkbcomp-0.99.1-r1.ebuild:
+ We're installing to /usr/share, not /usr/lib. Change symlink origins.
*xkbcomp-0.99.1 (20 Oct 2005)
diff --git a/x11-apps/xkbcomp/Manifest b/x11-apps/xkbcomp/Manifest
index ce678be560f9..9425b97731a1 100644
--- a/x11-apps/xkbcomp/Manifest
+++ b/x11-apps/xkbcomp/Manifest
@@ -1,6 +1,8 @@
MD5 abbcf2d04198178d2eeebe10418fdf30 ChangeLog 1458
MD5 ac7b6aeddc4bf31acc3f0b13d6128ff8 files/digest-xkbcomp-0.99.0-r1 67
MD5 52b5a8764b2d5ef37246d5b728db97f9 files/digest-xkbcomp-0.99.1 67
+MD5 52b5a8764b2d5ef37246d5b728db97f9 files/digest-xkbcomp-0.99.1-r1 67
MD5 a37bab73e2f24b213932c30997d3d360 metadata.xml 156
MD5 a5752dd6c1a08d90de862df4340f27bf xkbcomp-0.99.0-r1.ebuild 618
+MD5 95b99dee4d49b62df9a2bfb1e280fbb5 xkbcomp-0.99.1-r1.ebuild 602
MD5 8f76e2c5ea84ca3da9644b266e7dc0b5 xkbcomp-0.99.1.ebuild 618
diff --git a/x11-apps/xkbcomp/files/digest-xkbcomp-0.99.1-r1 b/x11-apps/xkbcomp/files/digest-xkbcomp-0.99.1-r1
new file mode 100644
index 000000000000..56db8ea0c60d
--- /dev/null
+++ b/x11-apps/xkbcomp/files/digest-xkbcomp-0.99.1-r1
@@ -0,0 +1 @@
+MD5 e3be2a68607a78b45d03196c95212235 xkbcomp-0.99.1.tar.bz2 175686
diff --git a/x11-apps/xkbcomp/xkbcomp-0.99.1-r1.ebuild b/x11-apps/xkbcomp/xkbcomp-0.99.1-r1.ebuild
new file mode 100644
index 000000000000..cb60c92dc910
--- /dev/null
+++ b/x11-apps/xkbcomp/xkbcomp-0.99.1-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.1-r1.ebuild,v 1.1 2005/10/20 21:54:59 spyderous 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/share/X11/xkb
+ dosym ../../../bin/xkbcomp /usr/share/X11/xkb/xkbcomp
+}