Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/less/files: lesspipe.sh
Date: Tue, 18 Jan 2011 20:26:26
Message-Id: 20110118202613.DF8EB20054@flycatcher.gentoo.org
1 vapier 11/01/18 20:26:13
2
3 Modified: lesspipe.sh
4 Log:
5 also call new torrentinfo #351426 by Raphaƫl Vinot
6
7 (Portage version: 2.2.0_alpha13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.44 sys-apps/less/files/lesspipe.sh
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/less/files/lesspipe.sh?rev=1.44&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/less/files/lesspipe.sh?rev=1.44&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/less/files/lesspipe.sh?r1=1.43&r2=1.44
15
16 Index: lesspipe.sh
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/less/files/lesspipe.sh,v
19 retrieving revision 1.43
20 retrieving revision 1.44
21 diff -u -r1.43 -r1.44
22 --- lesspipe.sh 31 Dec 2010 20:52:17 -0000 1.43
23 +++ lesspipe.sh 18 Jan 2011 20:26:13 -0000 1.44
24 @@ -158,7 +158,7 @@
25 *.mp3) mp3info "$1" || id3info "$1" ;;
26 *.ogg) ogginfo "$1" ;;
27 *.flac) metaflac --list "$1" ;;
28 - *.torrent) torrentinfo-console "$1" || ctorrent -x "$1" ;;
29 + *.torrent) torrentinfo "$1" || torrentinfo-console "$1" || ctorrent -x "$1" ;;
30 *.bin|*.cue|*.raw)
31 # not all .bin/.raw files are cd images, so fall back to hexdump
32 cd-info --no-header --no-device-info "$1" || lesspipe_file "$1"
33 @@ -235,7 +235,7 @@
34 elif [[ $1 == "-V" || $1 == "--version" ]] ; then
35 Id="cvsid"
36 cat <<-EOF
37 - $Id: lesspipe.sh,v 1.43 2010/12/31 20:52:17 vapier Exp $
38 + $Id: lesspipe.sh,v 1.44 2011/01/18 20:26:13 vapier Exp $
39 Copyright 2001-2010 Gentoo Foundation
40 Mike Frysinger <vapier@g.o>
41 (with plenty of ideas stolen from other projects/distros)