Bug 23067 - ruby-gnome2-0.5.0.ebuild (New Package)
Bug#: 23067 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P4
Resolution: FIXED Assigned To: agriffis@gentoo.org Reported By: claw@gmx.net
Component: Ebuilds
URL: 
Summary: ruby-gnome2-0.5.0.ebuild (New Package)
Keywords:  
Status Whiteboard: 
Opened: 2003-06-18 14:54 0000
Description:   Opened: 2003-06-18 14:54 0000
Ruby gnome2 bindings

------- Comment #1 From Andreas Grundler 2003-06-18 14:55:15 0000 -------
Created an attachment (id=13486) [details]
ruby-gnome2-0.5.0.ebuild

------- Comment #2 From foser (RETIRED) 2003-06-18 17:02:51 0000 -------
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 From Aron Griffis (RETIRED) 2003-08-05 19:31:34 0000 -------
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 From Aron Griffis (RETIRED) 2003-08-06 06:44:27 0000 -------
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.