Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73900 - new ebuild for zopeedit 0.8
Summary: new ebuild for zopeedit 0.8
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: net-zope (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-09 05:54 UTC by jon
Modified: 2005-01-02 06:17 UTC (History)
1 user (show)

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


Attachments
zopeedit-0.8.ebuild (zopeedit-0.8.ebuild,758 bytes, text/plain)
2004-12-09 05:55 UTC, jon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jon 2004-12-09 05:54:18 UTC
Attached is an ebuild for zopeedit-0.8

For some reason my install of python insists on replace the '#!/usr/bin/env python' with '#!/usr/local/bin/python' which would be fine, but that's not the location of my python interpreter.

I added a pkg_postinst() function to combat this problem.  It's nasty.  I'm hoping that either nobody else has my problem, and the function can be nuked (which means that the 0.7 ebuild can just be bumped to 0.8) or that someone can make it work nicely with any useful portage variables that I'm not smart enough to find.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 jon 2004-12-09 05:55:11 UTC
Created attachment 45601 [details]
zopeedit-0.8.ebuild

zopeedit-0.8.ebuild

Copied from 0.7 ebuild with additional pkg_postinst function.
Comment 2 Jodok Batlogg (RETIRED) gentoo-dev 2005-01-02 06:17:22 UTC
0.8 (~x86) is now in portage. generally #!/bin/env python is fine.