Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45892 - Correct ebuild for zope-2.6.4
Summary: Correct ebuild for zope-2.6.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: net-zope (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-27 08:42 UTC by Antonio
Modified: 2004-03-29 01:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild correct (zope-2.6.4.ebuild,4.29 KB, text/plain)
2004-03-27 08:43 UTC, Antonio
Details
Upgrade this file (zope.initd,3.70 KB, text/plain)
2004-03-27 08:43 UTC, Antonio
Details

Note You need to log in before you can comment on or make changes to this bug.
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