summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2006-08-04 11:10:03 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2006-08-04 11:10:03 +0000
commit7a0693098d3a831ecb7607cd9f14b50d03d84acd (patch)
tree09d342943d55cc54b7783b846e7848f16b4b34b5 /app-misc/lirc/lirc-0.8.0-r5.ebuild
parentRevision bump, with patch to fix bug #139945. The patch itself is so trivial ... (diff)
downloadgentoo-2-7a0693098d3a831ecb7607cd9f14b50d03d84acd.tar.gz
gentoo-2-7a0693098d3a831ecb7607cd9f14b50d03d84acd.tar.bz2
gentoo-2-7a0693098d3a831ecb7607cd9f14b50d03d84acd.zip
Removed older ebuild-revisions. Added a patch to solve bug #142732, thanks to Bartlomiej Celary <semiquasi@o2.pl> for reporting.
(Portage version: 2.1.1_pre4-r2)
Diffstat (limited to 'app-misc/lirc/lirc-0.8.0-r5.ebuild')
-rw-r--r--app-misc/lirc/lirc-0.8.0-r5.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-misc/lirc/lirc-0.8.0-r5.ebuild b/app-misc/lirc/lirc-0.8.0-r5.ebuild
index 1e573577481a..e75bdbb1d7da 100644
--- a/app-misc/lirc/lirc-0.8.0-r5.ebuild
+++ b/app-misc/lirc/lirc-0.8.0-r5.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/app-misc/lirc/lirc-0.8.0-r5.ebuild,v 1.1 2006/07/31 09:03:18 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/lirc-0.8.0-r5.ebuild,v 1.2 2006/08/04 11:10:03 zzam Exp $
inherit eutils linux-mod flag-o-matic autotools
@@ -237,6 +237,9 @@ src_unpack() {
# Bugfix for i2c-driver in combination with newer ivtv and Kernel 2.6.17
epatch ${FILESDIR}/${P}-i2c-kernel-2.6.17.diff
+ # Wrong config-filename for LIRC_DEVICES=pixelview_bt878
+ epatch ${FILESDIR}/${P}-conf-pixelview_bt878.diff
+
# Apply patches needed for some special device-types
[[ ${NEED_XBOX_PATCH:-0} == 1 ]] && epatch ${FILESDIR}/lirc-0.8.0pre4-xbox-remote.diff
use lirc_devices_imon_pad2keys && epatch ${FILESDIR}/${P}-imon-pad2keys.patch