Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 45892

Summary: Correct ebuild for zope-2.6.4
Product: Gentoo Linux Reporter: Antonio <netbix>
Component: Current packagesAssignee: net-zope (OBSOLETE) <net-zope+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Ebuild correct
Upgrade this file

Description Antonio 2004-03-27 08:42:18 UTC
Correct ebuild for zope

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Antonio 2004-03-27 08:43:05 UTC
Created attachment 28153 [details]
Ebuild correct

This is ebuild correct
Comment 2 Antonio 2004-03-27 08:43:59 UTC
Created attachment 28154 [details]
Upgrade this file

I upgrade this file
Comment 3 Antonio 2004-03-27 08:47:04 UTC
This is the diff on ebuild:

7a48
> ZOPEOPTS=
115c116
<       cp ${FILESDIR}/2.6.1/zope.envd .templates/zope.confd
---
>       cp ${FILESDIR}/2.6.4/zope.confd .templates/zope.confd
126c127
<       sed -e "/python=/ c\\python=\"${python}\"\\ " ${FILESDIR}/2.6.1/${RCNAME} \
---
>       sed -e "/python=/ c\\python=\"${python}\"\\ " ${FILESDIR}/2.6.4/${RCNAME} \

and this in files/2.6.4/zope.initd:

133,134c133,134
<       # "normal" logfile: e.g. /var/log/zope/zope-2_6_1,
<       # startup log: /var/log/zope/zope-2_6_1.log
---
>       # "normal" logfile: e.g. /var/log/zope/zope-2_6_4,
>       # startup log: /var/log/zope/zope-2_6_4.log

Comment 4 Heinrich Wendel (RETIRED) gentoo-dev 2004-03-29 01:23:12 UTC
the first patch is in zope-2.6.4-r1, applied the second one