wok rev 7376
Remove patch for cherokee.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Nov 25 01:13:22 2010 +0000 (2010-11-25) |
parents | db57b12ffc92 |
children | 23b733bbc00a |
files | cherokee/receipt cherokee/stuff/r5734-get-rid-of-package-py.patch |
line diff
1.1 --- a/cherokee/receipt Thu Nov 25 01:07:25 2010 +0000 1.2 +++ b/cherokee/receipt Thu Nov 25 01:13:22 2010 +0000 1.3 @@ -18,8 +18,6 @@ 1.4 # Use subdirectory for logs 1.5 sed -i -r 's|(%localstatedir%/log)|\1/cherokee|' cherokee.conf.sample.pre 1.6 1.7 - # http://code.google.com/p/cherokee/issues/detail?id=1034 1.8 - patch -Np3 -E -i ../stuff/r5734-get-rid-of-package-py.patch 1.9 autoreconf -v 1.10 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ 1.11 --with-wwwroot=/var/www/cherokee --disable-static \
2.1 --- a/cherokee/stuff/r5734-get-rid-of-package-py.patch Thu Nov 25 01:07:25 2010 +0000 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,49 +0,0 @@ 2.4 -Index: /cherokee/trunk/admin/market/Makefile.am 2.5 -=================================================================== 2.6 ---- /cherokee/trunk/admin/market/Makefile.am (revision 5670) 2.7 -+++ /cherokee/trunk/admin/market/Makefile.am (revision 5734) 2.8 -@@ -7,5 +7,4 @@ 2.9 - Install_Log.py \ 2.10 - Menu.py \ 2.11 --Package.py \ 2.12 - PageApp.py \ 2.13 - PageCategory.py \ 2.14 -Index: /erokee/trunk/admin/market/Package.py 2.15 -=================================================================== 2.16 ---- /cherokee/trunk/admin/market/Package.py (revision 5460) 2.17 -+++ (revision ) 2.18 -@@ -1,34 +1,0 @@ 2.19 --# -*- coding: utf-8 -*- 2.20 --# 2.21 --# Cherokee-admin 2.22 --# 2.23 --# Authors: 2.24 --# Alvaro Lopez Ortega <alvaro@alobbs.com> 2.25 --# 2.26 --# Copyright (C) 2001-2010 Alvaro Lopez Ortega 2.27 --# 2.28 --# This program is free software; you can redistribute it and/or 2.29 --# modify it under the terms of version 2 of the GNU General Public 2.30 --# License as published by the Free Software Foundation. 2.31 --# 2.32 --# This program is distributed in the hope that it will be useful, 2.33 --# but WITHOUT ANY WARRANTY; without even the implied warranty of 2.34 --# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2.35 --# GNU General Public License for more details. 2.36 --# 2.37 --# You should have received a copy of the GNU General Public License 2.38 --# along with this program; if not, write to the Free Software 2.39 --# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 2.40 --# 02110-1301, USA. 2.41 --# 2.42 -- 2.43 --class Package_Install_Widget (CTK.Box): 2.44 -- def __init__ (self, package_local_path): 2.45 -- Box.__init__ (self) 2.46 -- 2.47 -- self.status_uncompress = CTK.ImageStock('loading') 2.48 -- self.status_setup = CTK.ImageStock('loading') 2.49 -- 2.50 -- table = CTK.Table() 2.51 -- table += [CTK.RawHTML ("Uncompress"), 2.52 --