]> git.pld-linux.org Git - packages/eventum.git/blobdiff - eventum-cvs-config.patch
skip bogus deps
[packages/eventum.git] / eventum-cvs-config.patch
index 1dd385ba5ef93c78311fc0e18816d3ef51135c6f..868ba045361a102d772e9b12497df5acf78796cf 100644 (file)
@@ -1,36 +1,28 @@
---- eventum-r3797/misc/scm/process_cvs_commits.php~    2009-01-13 14:21:31.000000000 +0200
-+++ eventum-r3797/misc/scm/process_cvs_commits.php     2009-01-13 14:22:25.200134375 +0200
-@@ -27,14 +27,7 @@
- // | Authors: João Prado Maia <jpm@mysql.com>                             |
+--- eventum-2.3.2/scm/eventum-cvs-hook.php~    2012-02-09 11:27:05.000000000 +0200
++++ eventum-2.3.2/scm/eventum-cvs-hook.php     2012-02-09 11:29:22.671597765 +0200
+@@ -28,13 +28,7 @@
+ // |          Elan Ruusamäe <glen@delfi.ee>                               |
  // +----------------------------------------------------------------------+
  
 -// URL to your Eventum installation.
 -// https is supported transparently by PHP 5 if you have openssl module enabled.
 -$eventum_url = 'http://eventum.example.com/';
 -
--
 -//
 -// DO NOT CHANGE ANYTHING AFTER THIS LINE
 -//
-+include '/etc/eventum/scm.php';
++require_once '/etc/eventum/scm.php';
  
- if (isset($eventum_url)) {
    $data = parse_url($eventum_url);
---- eventum/misc/scm/process_svn_commits.php~  2007-02-17 20:45:06.580266717 +0200
-+++ eventum/misc/scm/process_svn_commits.php   2007-02-17 20:48:25.014819809 +0200
-@@ -33,13 +33,8 @@
+ // save name of this script
$PROGRAM = basename(array_shift($argv));
+--- eventum-2.2/scm/eventum-svn-hook.php~      2009-11-10 13:31:10.000000000 +0200
++++ eventum-2.2/scm/eventum-svn-hook.php       2009-11-10 13:31:37.571582772 +0200
+@@ -36,7 +36,7 @@
  
- // See http://eventum.mysql.org/wiki/index.php/Subversion_integration about SVN integration.
+ // URL to your Eventum installation.
+ // https is supported transparently by PHP 5 if you have openssl module enabled.
+-$eventum_url = 'http://eventum.example.com/';
++require_once '/etc/eventum/scm.php';
  
--// URL to your Eventum installation.
--// https is supported transparently by PHP 5 if you have openssl module enabled.
--$eventum_url = 'http://rabbit.impleo.net/';
--
--//
--// DO NOT CHANGE ANYTHING AFTER THIS LINE
--//
-+include '/etc/eventum/scm.php';
-+
- if (isset($eventum_url)) {
-     $data = parse_url($eventum_url);
- } else {
+ //
+ // DO NOT CHANGE ANYTHING AFTER THIS LINE
This page took 0.075432 seconds and 4 git commands to generate.