]> git.pld-linux.org Git - packages/Zope.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:40:23 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope-python-2.3.2.patch -> 1.3
    Zope-zdctl.patch -> 1.2

Zope-python-2.3.2.patch [deleted file]
Zope-zdctl.patch [deleted file]

diff --git a/Zope-python-2.3.2.patch b/Zope-python-2.3.2.patch
deleted file mode 100644 (file)
index 920db6c..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-diff -durN Zope-2.7.0-b2.orig/configure Zope-2.7.0-b2/configure
---- Zope-2.7.0-b2.orig/configure       Fri Aug 22 16:07:55 2003
-+++ Zope-2.7.0-b2/configure    Wed Nov 12 17:42:58 2003
-@@ -19,7 +19,7 @@
- # sys.version) below in "best" to "worst" order, not including the
- # target version.  Up to six acceptable python versions are allowed.
- # Do not include the target version number in this list!
--ACCEPTABLE="2.2.2 2.3 2.3b1 2.3a1 2.3a0"
-+ACCEPTABLE="2.2.2 2.3 2.3b1 2.3a1 2.3a0 2.3.2"
- # provide the executable names for all the acceptable versions
- # (and the target version) below
-@@ -113,7 +113,8 @@
-         out ""
-         out "  The optimimum Python version ($TARGET) was found at $FOUND."
-     elif [ -z "$FOUND1" ] && [ -z "$FOUND2" ] && [ -z "$FOUND3" ] &&
--         [ -z "$FOUND4" ] && [ -z "$FOUND5" ] && [ -z "$FOUND6" ] ; then
-+         [ -z "$FOUND4" ] && [ -z "$FOUND5" ] && [ -z "$FOUND6" ] &&
-+       [ -z "$FOUND7" ] ; then
-         out ""
-         out "  No suitable Python version found.  You should install"
-         out "  Python version $TARGET before continuing.  Versions"
-@@ -138,6 +139,9 @@
-         elif [ -n "$FOUND6" ]; then
-             FOUND=$FOUND6
-             FOUNDVERSION=$FOUNDVERSION6
-+        elif [ -n "$FOUND7" ]; then
-+            FOUND=$FOUND7
-+            FOUNDVERSION=$FOUNDVERSION7
-         fi
-         out ""
-         out "  !! WARNING !! "
diff --git a/Zope-zdctl.patch b/Zope-zdctl.patch
deleted file mode 100644 (file)
index 8f08ddc..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -urN Zope-2.7.0/lib/python/zdaemon/zdctl.py Zope-2.7.0_chng/lib/python/zdaemon/zdctl.py
---- Zope-2.7.0/lib/python/zdaemon/zdctl.py     2003-10-24 23:32:59.000000000 +0200
-+++ Zope-2.7.0_chng/lib/python/zdaemon/zdctl.py        2004-03-23 13:08:44.808358240 +0100
-@@ -208,9 +208,9 @@
-             args += self._get_override("-z", "directory")
-             args.extend(self.options.program)
-             if self.options.daemon:
--                flag = os.P_WAIT
--            else:
-                 flag = os.P_NOWAIT
-+            else:
-+                flag = os.P_WAIT
-             os.spawnvp(flag, args[0], args)
-         elif not self.zd_pid:
-             self.send_action("start")
This page took 0.032678 seconds and 4 git commands to generate.