| Summary: | sys-apps/usb_modeswitch: Make dev-lang/tcl optional using jimtcl (for building executable) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Christian Faulhammer (RETIRED) <fauli> |
| Component: | Current packages | Assignee: | Freedesktop bugs <freedesktop-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | gentoo, rafaelmartins |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Christian Faulhammer (RETIRED)
2012-03-24 21:08:58 UTC
ssuominen@null ~/gentoo-x86 $ qlist usb_modeswitch | xargs grep ^#.*tcl /usr/sbin/usb_modeswitch_dispatcher:#!/usr/bin/tclsh /usr/sbin/usb_modeswitch_dispatcher:# Wrapper (tcl) for usb_modeswitch, called from ssuominen@null ~/gentoo-x86 $ qlist usb_modeswitch | xargs grep usb_modeswitch_dispatcher /etc/usb_modeswitch.conf:# Evaluated by the wrapper script /usr/sbin/usb_modeswitch_dispatcher /lib/udev/usb_modeswitch: if [ -e "/usr/sbin/usb_modeswitch_dispatcher" ]; then /lib/udev/usb_modeswitch: exec usb_modeswitch_dispatcher $1 $2 2>>/dev/null /lib/udev/usb_modeswitch: if [ ! -e "/usr/sbin/usb_modeswitch_dispatcher" ]; then /lib/udev/usb_modeswitch: exec usb_modeswitch_dispatcher --switch-mode $1 $0 & *** Bug 432068 has been marked as a duplicate of this bug. *** reopen for revaluation as it appears the script can be compiled into a binary using this thing called jimtcl it has bundled (can use system copy too?) +*usb_modeswitch-1.2.6_p20130610 (24 Jun 2013) + + 24 Jun 2013; Samuli Suominen <ssuominen@gentoo.org> + +usb_modeswitch-1.2.6_p20130610.ebuild, metadata.xml: + Version bump; introduce USE="jimtcl" wrt #409587 by Christian Faulhammer |