Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 157494 - app-misc/ccpublisher ebuild
Summary: app-misc/ccpublisher ebuild
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://wiki.creativecommons.org/CcPub...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-12-08 00:17 UTC by mikael lammentausta
Modified: 2011-12-03 00:02 UTC (History)
1 user (show)

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


Attachments
app-misc/ccPublisher/ccPublisher-2.2.1.ebuild (ccPublisher-2.2.1.ebuild,2.11 KB, text/plain)
2006-12-08 00:19 UTC, mikael lammentausta
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mikael lammentausta 2006-12-08 00:17:57 UTC
Here is my first submitted ebuild - be gentle :)

The startup script is at /usr/bin/ccPublisher.
The python libraries are installed into /usr/lib/ccPublisher-2.2.1.

With the zope useflag, the zope/ folder is installed into /usr/share/zproduct. This is probably wrong, but I could see the folder in zprod-manager, but couldn't find it in Zope/Plone. I'd be happy if someone who knows about zope, would fix this. 

Cheers.
Comment 1 mikael lammentausta 2006-12-08 00:19:00 UTC
Created attachment 103606 [details]
app-misc/ccPublisher/ccPublisher-2.2.1.ebuild

I picked the app-misc category. 

app-misc/ccPublisher/ccPublisher-2.2.1.ebuild
Comment 2 Todd Partridge 2007-05-02 22:17:06 UTC
This is great thanks.  Just what I needed :)


Comment 3 Todd Partridge 2007-05-02 22:24:14 UTC
Is there a way to implement into the ebuild an Application Icon in the menu?
Comment 4 Todd Partridge 2007-05-02 22:55:40 UTC
oops, spoke too soon.  Tried zope 2.9.7 as a fallback but no luck.

Traceback (most recent call last):
  File "/usr/lib/ccpublisher-2.2.1/ccp.py", line 15, in ?
    import ccpublisher.const as const
  File "/usr/lib/ccpublisher-2.2.1/ccpublisher/const.py", line 8, in ?
    import p6.api
  File "/usr/lib/ccpublisher-2.2.1/p6/__init__.py", line 27, in ?
    import zope.interface
ImportError: No module named zope.interface
Comment 5 Radoslaw Stachowiak (RETIRED) gentoo-dev 2007-05-06 10:29:39 UTC
Try to emerge zopeinterface from portage.
Comment 6 Todd Partridge 2007-05-08 19:35:08 UTC
Thanks Radoslaw.  But it look like zope is requiring a program called "zope.component" now, thats not yet in portage.

Traceback (most recent call last):
  File "/usr/lib/ccpublisher-2.2.1/ccp.py", line 15, in ?
    import ccpublisher.const as const
  File "/usr/lib/ccpublisher-2.2.1/ccpublisher/const.py", line 8, in ?
    import p6.api
  File "/usr/lib/ccpublisher-2.2.1/p6/__init__.py", line 29, in ?
    import metadata
  File "/usr/lib/ccpublisher-2.2.1/p6/metadata/__init__.py", line 6, in ?
    import adapters
  File "/usr/lib/ccpublisher-2.2.1/p6/metadata/adapters.py", line 7, in ?
    import zope.component
ImportError: No module named component