Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Data-ShowTable/files: 3.3-perlpath.patch
Date: Tue, 26 Aug 2008 13:34:28
Message-Id: E1KXygj-0006FW-8R@stork.gentoo.org
1 tove 08/08/26 13:34:25
2
3 Added: 3.3-perlpath.patch
4 Log:
5 Fix path to perl binary (#211058)
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
7
8 Revision Changes Path
9 1.1 dev-perl/Data-ShowTable/files/3.3-perlpath.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Data-ShowTable/files/3.3-perlpath.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Data-ShowTable/files/3.3-perlpath.patch?rev=1.1&content-type=text/plain
13
14 Index: 3.3-perlpath.patch
15 ===================================================================
16 --- libdata-showtable-perl-3.3.orig/showtable
17 +++ libdata-showtable-perl-3.3/showtable
18 @@ -1,4 +1,4 @@
19 -#!/usr/bin/perl5
20 +#!/usr/bin/perl
21 # showtable - read data and show it
22 #
23 # Copyright (C) 1996,1997 Alan K. Stebbens <aks@×××.com>
24 --- libdata-showtable-perl-3.3.orig/ShowTable.pm
25 +++ libdata-showtable-perl-3.3/ShowTable.pm
26 @@ -721,7 +721,7 @@
27
28 S< >B<ShowHTMLTable> I<\@titles>, I<\@types>, I<\@widths>, I<\&row_sub>
29 [, I<\&fmt_sub> [, I<$max_width> [, I<\%URL_Keys> [, I<$no_escape>
30 -[, I<\@title_formats [, I<\@data_formats [, I<$table_attrs> ] ] ] ] ] ] ];
31 +[, I<\@title_formats> [, I<\@data_formats> [, I<$table_attrs> ] ] ] ] ] ] ];
32
33 The B<ShowHTMLTable> displays one or more rows of columns of data using
34 the HTML C<\<TABLE\>> feature. In addition to the usual parameter arguments