]> git.pld-linux.org Git - packages/clive.git/commitdiff
- up to 2.1.5
authorlisu <lisu@pld-linux.org>
Tue, 10 Feb 2009 10:13:28 +0000 (10:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clive-delfi.patch -> 1.17
    clive-reporter.patch -> 1.7

clive-delfi.patch
clive-reporter.patch

index 9bc1d182248ac42ac71d0d73dbcf8a63f19764ac..63818c100db1a9e93fe8199c4e285b49811cdbc8 100644 (file)
@@ -1,13 +1,13 @@
---- clive-2.1.3/clive~ 2009-01-20 13:48:45.000000000 +0200
-+++ clive-2.1.3/clive  2009-01-20 13:49:36.000000000 +0200
+--- 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,
-     #IsMetacafe => qr|\Qmetacafe.com\E|i,
  );
+
+ # Parse config 
 @@ -333,6 +334,8 @@
          ($xurl, $id) = handle_liveleak($response_ref, $response_fh);
      } elsif ( $url =~ /$re_hosts{IsEvisor}/ ) {
index da64242edc3c99b9a84fa97cbd50372bd8af9d05..af654a628a0774cfa015252076682267e3ec5c6b 100644 (file)
@@ -1,13 +1,13 @@
---- clive-2.1.0/clive  2008-12-11 23:42:37.000000000 +0200
-+++ clive-2.1.0-reporter/clive 2008-12-11 23:43:19.000000000 +0200
-@@ -85,6 +85,7 @@
-     IsLastfm    => qr|\Qlast.fm\E|i,
+--- 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,
-     #IsMetacafe => qr|\Qmetacafe.com\E|i,
  );
+
+ # Parse config
 @@ -306,6 +307,8 @@
          ($xurl, $id) = handle_liveleak($response_ref, $response_fh);
      } elsif ( $url =~ /$re_hosts{IsDelfi}/ ) {
This page took 0.067259 seconds and 4 git commands to generate.