]> git.pld-linux.org Git - packages/clive.git/commitdiff
- updated for 2.1.7
authorlisu <lisu@pld-linux.org>
Tue, 17 Mar 2009 10:15:38 +0000 (10:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clive-delfi.patch -> 1.18
    clive-reporter.patch -> 1.8

clive-delfi.patch
clive-reporter.patch

index 63818c100db1a9e93fe8199c4e285b49811cdbc8..2ed0737501a36c18aa1aeee14358701faaadae79 100644 (file)
@@ -1,10 +1,10 @@
 --- clive-2.1.5/clive~  2009-02-10 11:00:52.000000000 +0100
 +++ clive-2.1.5/clive   2009-02-10 11:04:56.000000000 +0100
 @@ -85,6 +85,7 @@
-     IsLastfm    => qr|\Qlast.fm\E|i,
-     IsLiveleak  => qr|\Qliveleak.com\E|i,
-     IsEvisor    => qr|\Qevisor.tv\E|i,
-+    IsDelfi     => qr|\Q.delfi.\E|i,
+     IsLastfm    => qr|last.fm|i,
+     IsLiveleak  => qr|liveleak.com|i,
+     IsEvisor    => qr|evisor.tv|i,
++    IsDelfi     => qr|.delfi.|i,
  );
 
  # Parse config 
index af654a628a0774cfa015252076682267e3ec5c6b..d251b061fdfc8a6e5b6707894fc68014d8bbb77e 100644 (file)
@@ -1,10 +1,10 @@
 --- clive-2.1.5/clive~  2009-02-10 11:09:45.000000000 +0100
 +++ clive-2.1.5/clive   2009-02-10 11:13:10.000000000 +0100
 @@ -86,6 +86,7 @@
-     IsLiveleak  => qr|\Qliveleak.com\E|i,
-     IsEvisor    => qr|\Qevisor.tv\E|i,
-     IsDelfi     => qr|\Q.delfi.\E|i,
-+    IsReporter  => qr|\Qwww.reporter.ee\E|i,
+     IsLiveleak  => qr|liveleak.com|i,
+     IsEvisor    => qr|evisor.tv|i,
+     IsDelfi     => qr|.delfi.|i,
++    IsReporter  => qr|www.reporter.ee|i,
  );
 
  # Parse config
This page took 0.077013 seconds and 4 git commands to generate.