OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re Date: 17-Jul-2003 14:42:55
Branch: HEAD Handle: 2003071713425500
Modified files:
openpkg-re speclint.pl
Log:
remove useless cruft
Summary:
Revision Changes Path
1.32 +0 -1 openpkg-re/speclint.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/speclint.pl
============================================================================
$ cvs diff -u -r1.31 -r1.32 speclint.pl
--- openpkg-re/speclint.pl 9 Jul 2003 15:05:41 -0000 1.31
+++ openpkg-re/speclint.pl 17 Jul 2003 12:42:55 -0000 1.32
@@ -803,7 +803,6 @@
my $done = ''; my $this = ''; my $todo = $spec;
while ($todo =~ m/\%\{name\}/s) {
$done .= $`; $this = $&; $todo = $';
- my ($section, $args, $script) = ($1, $2, $3);
&lint_warning($file, $done, $this, "deprecated usage of %{name} macro
(expected none)");
$done .= $this;
}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]