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, 24 Aug 2010 01:01:30
Message-Id: 20100824010125.4DD6420051@flycatcher.gentoo.org
1 vapier 10/08/24 01:01:25
2
3 Modified: lesspipe.sh
4 Log:
5 Add support for txz archives by Marcin BaczyƄski #334027.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.41 sys-apps/less/files/lesspipe.sh
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/less/files/lesspipe.sh?rev=1.41&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/less/files/lesspipe.sh?rev=1.41&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/less/files/lesspipe.sh?r1=1.40&r2=1.41
14
15 Index: lesspipe.sh
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/less/files/lesspipe.sh,v
18 retrieving revision 1.40
19 retrieving revision 1.41
20 diff -u -r1.40 -r1.41
21 --- lesspipe.sh 23 Mar 2010 20:54:13 -0000 1.40
22 +++ lesspipe.sh 24 Aug 2010 01:01:25 -0000 1.41
23 @@ -107,7 +107,7 @@
24 *.tar.lz|*.tar.tlz|\
25 *.tar.lzma|*.tar.xz)
26 ${DECOMPRESSOR} -- "$1" | tar tvvf -;;
27 - *.tbz2|*.tbz|*.tgz|*.tlz)
28 + *.tbz2|*.tbz|*.tgz|*.tlz|*.txz)
29 lesspipe "$1" "$1".tar.${1##*.t} ;;
30
31 ### Misc archives ###
32 @@ -231,7 +231,7 @@
33 elif [[ $1 == "-V" || $1 == "--version" ]] ; then
34 Id="cvsid"
35 cat <<-EOF
36 - $Id: lesspipe.sh,v 1.40 2010/03/23 20:54:13 vapier Exp $
37 + $Id: lesspipe.sh,v 1.41 2010/08/24 01:01:25 vapier Exp $
38 Copyright 2001-2010 Gentoo Foundation
39 Mike Frysinger <vapier@g.o>
40 (with plenty of ideas stolen from other projects/distros)