Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23067 - ruby-gnome2-0.5.0.ebuild (New Package)
Summary: ruby-gnome2-0.5.0.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Low enhancement (vote)
Assignee: Aron Griffis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-18 14:54 UTC by Andreas Grundler
Modified: 2003-08-06 06:44 UTC (History)
3 users (show)

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


Attachments
ruby-gnome2-0.5.0.ebuild (ruby-gnome2-0.5.0.ebuild,503 bytes, text/plain)
2003-06-18 14:55 UTC, Andreas Grundler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Grundler 2003-06-18 14:54:15 UTC
Ruby gnome2 bindings
Comment 1 Andreas Grundler 2003-06-18 14:55:15 UTC
Created attachment 13486 [details]
ruby-gnome2-0.5.0.ebuild
Comment 2 foser (RETIRED) gentoo-dev 2003-06-18 17:02:51 UTC
a few things that should be corrected :

gnome2 eclass should be used (eliminates src_install except docs currently)
gdk-pixbuf dep should go
only add the arch(s) to KEYWORDS that you have tested, not just all of them.

in general, are the bindings API stable, considered usable in a non-dev environment ? 
Comment 3 Aron Griffis (RETIRED) gentoo-dev 2003-08-05 19:31:34 UTC
I'm working on putting this in, so I'll take it.

Foser, in response to your questions, it looks from the website like things are in pretty good shape.  Regarding inheriting gnome2, IMHO that is not the right thing.  This package has little in common with other Gnome2 packages, but a lot in common with other Ruby packages.  It makes more sense to split this up like the original ruby-gnome bindings and use a similar installation procedure.
Comment 4 Aron Griffis (RETIRED) gentoo-dev 2003-08-06 06:44:27 UTC
I've added the following ebuilds in the dev-ruby category:

ruby-gconf2
ruby-gdkpixbuf2
ruby-glib2
ruby-gnome2
ruby-gnomecanvas2
ruby-libart2
ruby-libglade2
ruby-pango

I also updated ruby-gtk2 to 0.5.0-r1 to use the ruby-gnome2.eclass.  Right now these are all ~x86 masked.  If you want to install the entire suite, you can just do

ACCEPT_KEYWORDS=~x86 emerge ruby-gnome2 ruby-libglade2 ruby-gconf2

and the rest will be carried along as dependencies.  Also, I ran through the tests in /usr/share/doc/ruby-gnome2/sample/test-gnome.  They seemed to work okay.