diff options
author | Stefan Briesenick <sbriesen@gentoo.org> | 2007-09-03 20:59:34 +0000 |
---|---|---|
committer | Stefan Briesenick <sbriesen@gentoo.org> | 2007-09-03 20:59:34 +0000 |
commit | a47fe2cc9d0f9856114fdc3c90a9bc749671a7a1 (patch) | |
tree | 6468e658a4333416518561eaf95cf32efcfe2949 /media-gfx/iscan | |
parent | version bump (#191075) + fixing udev issues (#188092). (diff) | |
download | gentoo-2-a47fe2cc9d0f9856114fdc3c90a9bc749671a7a1.tar.gz gentoo-2-a47fe2cc9d0f9856114fdc3c90a9bc749671a7a1.tar.bz2 gentoo-2-a47fe2cc9d0f9856114fdc3c90a9bc749671a7a1.zip |
fixing udev issues (#188092).
(Portage version: 2.1.3.3)
Diffstat (limited to 'media-gfx/iscan')
-rw-r--r-- | media-gfx/iscan/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/iscan/iscan-2.4.0-r1.ebuild | 3 | ||||
-rw-r--r-- | media-gfx/iscan/iscan-2.6.0.ebuild | 3 | ||||
-rw-r--r-- | media-gfx/iscan/iscan-2.7.0.ebuild | 3 |
4 files changed, 11 insertions, 4 deletions
diff --git a/media-gfx/iscan/ChangeLog b/media-gfx/iscan/ChangeLog index 2cce5be5bae8..239d9078eeac 100644 --- a/media-gfx/iscan/ChangeLog +++ b/media-gfx/iscan/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/iscan # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/ChangeLog,v 1.21 2007/09/03 20:55:51 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/ChangeLog,v 1.22 2007/09/03 20:59:34 sbriesen Exp $ + + 03 Sep 2007; Stefan Briesenick <sbriesen@gentoo.org> + iscan-2.4.0-r1.ebuild, iscan-2.6.0.ebuild, iscan-2.7.0.ebuild: + fixing udev issues (#188092). *iscan-2.8.0 (03 Sep 2007) diff --git a/media-gfx/iscan/iscan-2.4.0-r1.ebuild b/media-gfx/iscan/iscan-2.4.0-r1.ebuild index ba5ddad178bf..c0b6080d8284 100644 --- a/media-gfx/iscan/iscan-2.4.0-r1.ebuild +++ b/media-gfx/iscan/iscan-2.4.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.4.0-r1.ebuild,v 1.1 2007/01/06 20:12:56 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.4.0-r1.ebuild,v 1.2 2007/09/03 20:59:34 sbriesen Exp $ inherit eutils toolchain-funcs autotools rpm @@ -113,6 +113,7 @@ usermap_to_udev() { echo '#' echo 'ACTION!="add", GOTO="iscan_rules_end"' echo 'SUBSYSTEM!="usb*", GOTO="iscan_rules_end"' + echo 'KERNEL=="lp[0-9]*", GOTO="iscan_rules_end"' echo sed -n -e "s|^\(# SEIKO EPSON.*\)|\1|p" \ -e "s|^\(#*\)i*scan-device *0x0003 *0x\([^ ]\+\) *0x\([^ ]\+\)*.*|${DEVICE}, ${ACTION}|p" "${1}" diff --git a/media-gfx/iscan/iscan-2.6.0.ebuild b/media-gfx/iscan/iscan-2.6.0.ebuild index 75f0d0c9be54..cb444c9bb3db 100644 --- a/media-gfx/iscan/iscan-2.6.0.ebuild +++ b/media-gfx/iscan/iscan-2.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.6.0.ebuild,v 1.3 2007/06/26 02:10:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.6.0.ebuild,v 1.4 2007/09/03 20:59:34 sbriesen Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -121,6 +121,7 @@ usermap_to_udev() { echo '#' echo 'ACTION!="add", GOTO="iscan_rules_end"' echo 'SUBSYSTEM!="usb*", GOTO="iscan_rules_end"' + echo 'KERNEL=="lp[0-9]*", GOTO="iscan_rules_end"' echo sed -n -e "s|^\(# SEIKO EPSON.*\)|\1|p" \ -e "s|^\(#*\)i*scan-device *0x0003 *0x\([^ ]\+\) *0x\([^ ]\+\)*.*|${DEVICE}, ${ACTION}|p" "${1}" diff --git a/media-gfx/iscan/iscan-2.7.0.ebuild b/media-gfx/iscan/iscan-2.7.0.ebuild index ce48f16c6533..d17e29fa672c 100644 --- a/media-gfx/iscan/iscan-2.7.0.ebuild +++ b/media-gfx/iscan/iscan-2.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.7.0.ebuild,v 1.1 2007/07/14 21:14:31 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.7.0.ebuild,v 1.2 2007/09/03 20:59:34 sbriesen Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -121,6 +121,7 @@ usermap_to_udev() { echo '#' echo 'ACTION!="add", GOTO="iscan_rules_end"' echo 'SUBSYSTEM!="usb*", GOTO="iscan_rules_end"' + echo 'KERNEL=="lp[0-9]*", GOTO="iscan_rules_end"' echo sed -n -e "s|^\(# SEIKO EPSON.*\)|\1|p" \ -e "s|^\(#*\)i*scan-device *0x0003 *0x\([^ ]\+\) *0x\([^ ]\+\)*.*|${DEVICE}, ${ACTION}|p" "${1}" |