summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbie Hopkins <herbs@gentoo.org>2005-08-30 13:07:53 +0000
committerHerbie Hopkins <herbs@gentoo.org>2005-08-30 13:07:53 +0000
commitb7f5cc6ff15b36ce5cffceb6b9e14162e8f234bb (patch)
treecfa99ef0d5f255e0202d452736bf872de1041d9b /x11-apps/xkbcomp
parents/lib/$(get_libdir) (diff)
downloadhistorical-b7f5cc6ff15b36ce5cffceb6b9e14162e8f234bb.tar.gz
historical-b7f5cc6ff15b36ce5cffceb6b9e14162e8f234bb.tar.bz2
historical-b7f5cc6ff15b36ce5cffceb6b9e14162e8f234bb.zip
s/lib/$(get_libdir)
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-apps/xkbcomp')
-rw-r--r--x11-apps/xkbcomp/ChangeLog5
-rw-r--r--x11-apps/xkbcomp/Manifest10
-rw-r--r--x11-apps/xkbcomp/xkbcomp-0.99.0-r1.ebuild6
3 files changed, 12 insertions, 9 deletions
diff --git a/x11-apps/xkbcomp/ChangeLog b/x11-apps/xkbcomp/ChangeLog
index be8ad8a53171..5a42cdd6ac06 100644
--- a/x11-apps/xkbcomp/ChangeLog
+++ b/x11-apps/xkbcomp/ChangeLog
@@ -1,6 +1,9 @@
# 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.6 2005/08/20 23:59:40 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.7 2005/08/30 13:07:53 herbs Exp $
+
+ 30 Aug 2005; Herbie Hopkins <herbs@gentoo.org> xkbcomp-0.99.0-r1.ebuild:
+ s/lib/$(get_libdir)
20 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
-xkbcomp-0.99.0.ebuild:
diff --git a/x11-apps/xkbcomp/Manifest b/x11-apps/xkbcomp/Manifest
index 8fa90660c2f5..ca888d82b4ab 100644
--- a/x11-apps/xkbcomp/Manifest
+++ b/x11-apps/xkbcomp/Manifest
@@ -1,13 +1,13 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 f442cc824e37fc1a780b770b16208be3 xkbcomp-0.99.0-r1.ebuild 579
-MD5 7619d36e9923a8e8735d9a15e6368bf4 ChangeLog 947
+MD5 f69b7287f1e42719abe9ee14edf847d0 xkbcomp-0.99.0-r1.ebuild 607
+MD5 97aa3758096d68c397ecf1c608e513e6 ChangeLog 1041
MD5 ac7b6aeddc4bf31acc3f0b13d6128ff8 files/digest-xkbcomp-0.99.0-r1 67
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDC8aOgIKl8Uu19MoRAvQcAJ0VpJh0B3OZ7MFjnGKJmPg8mJDzyQCdHlVq
-v0XIcIOoanAhVO/4pYgK8/g=
-=mP68
+iD8DBQFDFFqX2G5bA0cA/ScRAm1wAJ9Vjifqj0T5vg//PYs0HHQynPz1HwCgu4a9
+4Jip4UMiF0HmnmFpEWxfjto=
+=Cz6l
-----END PGP SIGNATURE-----
diff --git a/x11-apps/xkbcomp/xkbcomp-0.99.0-r1.ebuild b/x11-apps/xkbcomp/xkbcomp-0.99.0-r1.ebuild
index 65d092c2b88c..29ce9dfe9955 100644
--- a/x11-apps/xkbcomp/xkbcomp-0.99.0-r1.ebuild
+++ b/x11-apps/xkbcomp/xkbcomp-0.99.0-r1.ebuild
@@ -1,6 +1,6 @@
# 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.4 2005/08/24 00:59:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-0.99.0-r1.ebuild,v 1.5 2005/08/30 13:07:53 herbs Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -16,6 +16,6 @@ DEPEND="${RDEPEND}"
src_install() {
x-modular_src_install
- dodir usr/lib/X11/xkb
- dosym ../../../bin/xkbcomp /usr/lib/X11/xkb/xkbcomp
+ dodir usr/$(get_libdir)/X11/xkb
+ dosym ../../../bin/xkbcomp /usr/$(get_libdir)/X11/xkb/xkbcomp
}