summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-10-20 08:56:49 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-10-20 08:56:49 +0000
commit5113ea8dd26d85a97afdce649d2220978680696e (patch)
treeaf3f36f5bc969f23aaf80283e8c2ddc3852bdc8a /x11-misc/lineakd
parentMarked stable on x86. (diff)
downloadgentoo-2-5113ea8dd26d85a97afdce649d2220978680696e.tar.gz
gentoo-2-5113ea8dd26d85a97afdce649d2220978680696e.tar.bz2
gentoo-2-5113ea8dd26d85a97afdce649d2220978680696e.zip
Add patch for default config, see bug #151886.
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'x11-misc/lineakd')
-rw-r--r--x11-misc/lineakd/ChangeLog6
-rw-r--r--x11-misc/lineakd/files/digest-lineakd-0.8.42
-rw-r--r--x11-misc/lineakd/files/lineakd-0.8.4-defconfig.patch20
-rw-r--r--x11-misc/lineakd/lineakd-0.8.4.ebuild5
4 files changed, 30 insertions, 3 deletions
diff --git a/x11-misc/lineakd/ChangeLog b/x11-misc/lineakd/ChangeLog
index 87f49474ed18..f8eac62ce99c 100644
--- a/x11-misc/lineakd/ChangeLog
+++ b/x11-misc/lineakd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/lineakd
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/ChangeLog,v 1.32 2006/09/24 09:22:45 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/ChangeLog,v 1.33 2006/10/20 08:56:49 nelchael Exp $
+
+ 20 Oct 2006; Krzysiek Pawlik <nelchael@gentoo.org>
+ +files/lineakd-0.8.4-defconfig.patch, lineakd-0.8.4.ebuild:
+ Add patch for default config, see bug #151886.
24 Sep 2006; Michael Hanselmann <hansmi@gentoo.org> lineakd-0.8.4.ebuild:
Stable on ppc.
diff --git a/x11-misc/lineakd/files/digest-lineakd-0.8.4 b/x11-misc/lineakd/files/digest-lineakd-0.8.4
index 63e2a5648f28..65267f83c34f 100644
--- a/x11-misc/lineakd/files/digest-lineakd-0.8.4
+++ b/x11-misc/lineakd/files/digest-lineakd-0.8.4
@@ -1 +1,3 @@
MD5 8f0b4c38c3a46bfd2613e371e8fd2440 lineakd-0.8.4.tar.gz 955829
+RMD160 3344cc744aca3f20ad82e4c4c017f929e3543b85 lineakd-0.8.4.tar.gz 955829
+SHA256 4fe5bce79a948790ce5809f5837a9cbdc30f6cfb0cb7d967b830683ee735ea3c lineakd-0.8.4.tar.gz 955829
diff --git a/x11-misc/lineakd/files/lineakd-0.8.4-defconfig.patch b/x11-misc/lineakd/files/lineakd-0.8.4-defconfig.patch
new file mode 100644
index 000000000000..93ac199899bf
--- /dev/null
+++ b/x11-misc/lineakd/files/lineakd-0.8.4-defconfig.patch
@@ -0,0 +1,20 @@
+diff -Nru lineakd-0.8.3.orig/lineakd/lineakkb.def lineakd-0.8.3/lineakd/lineakkb.def
+--- lineakd-0.8.3.orig/lineakd/lineakkb.def 2005-10-25 14:19:13.000000000 +0200
++++ lineakd-0.8.3/lineakd/lineakkb.def 2005-10-25 14:20:07.000000000 +0200
+@@ -2244,6 +2244,7 @@
+ AudioRaiseVolume = 158
+ AudioLowerVolume = 165
+ WWW = 130
++ [END KEYS]
+ [END GENK-WTTOV]
+
+ #### END Genius Keyboards ####
+@@ -4537,7 +4538,7 @@
+ VolumeDown = 174
+ VolumeUp = 176
+ Web|Home = 178
+- END KEYS]
++ [END KEYS]
+ [END MMNKP]
+
+ [MNKpro]
diff --git a/x11-misc/lineakd/lineakd-0.8.4.ebuild b/x11-misc/lineakd/lineakd-0.8.4.ebuild
index fdc7c0dfb8cb..811637c4b16e 100644
--- a/x11-misc/lineakd/lineakd-0.8.4.ebuild
+++ b/x11-misc/lineakd/lineakd-0.8.4.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-misc/lineakd/lineakd-0.8.4.ebuild,v 1.5 2006/09/24 09:22:45 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.8.4.ebuild,v 1.6 2006/10/20 08:56:49 nelchael Exp $
inherit eutils
@@ -30,7 +30,8 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
cd ${S}
- epatch ${FILESDIR}/lineakd-0.8.4-mandestdir.patch
+ epatch ${FILESDIR}/${P}-defconfig.patch
+ epatch ${FILESDIR}/${P}-mandestdir.patch
}
src_compile() {