Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40383 - grootevent ebuild
Summary: grootevent ebuild
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest enhancement
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-04 08:16 UTC by Andreas Volz
Modified: 2004-12-20 23:00 UTC (History)
0 users

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


Attachments
grootevent ebuild file (grootevent-0.2.ebuild,838 bytes, text/plain)
2004-02-04 08:17 UTC, Andreas Volz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Volz 2004-02-04 08:16:25 UTC
I wrote an ebuild for a desktop manager for Gnome2 I wrote some time ago. Perhaps people think it's usefull an could be in gentoo. Read docs and ebuild for more information. Homepage is in planing status.
Comment 1 Andreas Volz 2004-02-04 08:17:51 UTC
Created attachment 24949 [details]
grootevent ebuild file
Comment 2 foser (RETIRED) gentoo-dev 2004-02-05 07:24:28 UTC
Seems a little early in development to me. There is no version number anywhere in this bugreport.

hints for the ebuild :
* The ebuild should probably use the gnome2 eclass
* DEPS need to be exactly defined (this is too generic)
* DEPS are in the form <cat>/<pack>
* pkg_* stuff should be done in the makefile (? obz)
Comment 3 Andreas Volz 2004-02-06 13:19:17 UTC
* The ebuild should probably use the gnome2 eclass

Hm, what is gnome2 eclas?

* DEPS need to be exactly defined (this is too generic)

Why? It simply needs gtk2 and libxml2. Why is this too generic?

* DEPS are in the form <cat>/<pack>

Ok, I'll do this.

* pkg_* stuff should be done in the makefile (? obz)

This is also in the Makefile, if you don't use the configure option
"--disable-dtd". I needed to do this because of sandbox violation.
xmlcatalog need direct access to the /etc/ filesystem to insert the 
xml catalog.

I've done this ebuild primary for myself. If you think it's too early
to insert it in cvs, then I'll provide the ebuild in the package and write
a gentoo bugreport again some time in future.
Comment 4 foser (RETIRED) gentoo-dev 2004-02-07 03:08:21 UTC
I think there's documentation on eclasses in the docs section (?) It's sort of a common script part used to take care of common functionality in ebuilds. Check any of the gnome2 related ebuilds to see it in the works.

I'm not a big fan of circumventing the gentoo config file safeguards, if it can be done in another way i would prefer it. I'm not sure that it is feasible here, maybe obz can make some comment on that ?

In general i'd say that it's a bit early for this pack to be maintained in the tree, with just two releases. We'll just leave it's priority low and evaluate it in time again. For now I suggest you just put up a (fixed) ebuild on the homepage for gentoo users to use in their overlay.
Comment 5 Joe McCann (RETIRED) gentoo-dev 2004-12-20 23:00:42 UTC
There hasn't been a release since the previous comments, closing for now.