[packages/adapter: 294/631] - adapterized (killed trailing spaces/tabs)
glen
glen at pld-linux.org
Mon Sep 12 19:59:06 CEST 2016
commit 78d965619b6ef34b5b259be9225f32fccb13326b
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Tue Feb 28 23:37:25 2006 +0000
- adapterized (killed trailing spaces/tabs)
Changed files:
adapter.awk -> 1.284
pldnotify.awk -> 1.55
adapter.awk | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/adapter.awk b/adapter.awk
index 546cabd..cb5e9d0 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -220,6 +220,7 @@ function b_makekey(a, b, s) {
if ($2 ~ /^mod_name$/)
mod_name = $3
+ sub(/[ \t]+$/, "");
# do nothing further, otherwise adapter thinks we're at preamble
print
next
@@ -601,6 +602,7 @@ preamble == 1 {
sub(/^Applications\/Internet\/Peer to Peer/, "Applications/Networking", group)
sub(/^Networking\/Deamons$/, "Networking/Daemons", group)
sub(/^Development\/Docs$/, "Documentation", group)
+ sub(/^System Environment\/Kernel$/, "Base/Kernel", group)
$0 = "Group:\t\t" group
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885
More information about the pld-cvs-commit
mailing list