Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44739 - ruby-gnome2 0.9.1 releaased
Summary: ruby-gnome2 0.9.1 releaased
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Aron Griffis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-15 03:47 UTC by Takayuki Yamaguchi
Modified: 2004-03-20 07:48 UTC (History)
1 user (show)

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


Attachments
ebuild of Ruby/Glib2 0.9.1 (ruby-glib2-0.9.1.ebuild,355 bytes, text/plain)
2004-03-15 03:48 UTC, Takayuki Yamaguchi
Details
ebuild of Ruby/ATK 0.9.1 (ruby-atk-0.9.1.ebuild,371 bytes, text/plain)
2004-03-15 03:50 UTC, Takayuki Yamaguchi
Details
ebuild of Ruby/Ruby/GdkPixbuf2 0.9.1 (ruby-gdkpixbuf2-0.9.1.ebuild,406 bytes, text/plain)
2004-03-15 03:52 UTC, Takayuki Yamaguchi
Details
ebuild of Ruby/Pango 0.9.1 (ruby-pango-0.9.1.ebuild,393 bytes, text/plain)
2004-03-15 03:53 UTC, Takayuki Yamaguchi
Details
ebuild of Ruby/GTK2 0.9.1 (ruby-gtk2-0.9.1.ebuild,471 bytes, text/plain)
2004-03-15 03:53 UTC, Takayuki Yamaguchi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Takayuki Yamaguchi 2004-03-15 03:47:01 UTC
Yesterday, version 0.9.1 of ruby-gnome2 was released. And I made ebuild files and succeeded to emerge. However, I don't use the GNOME, but XFCE4, I made only the ruby-gtk2 package (Ruby/Glib2, Ruby/ATK, Ruby/GdkPixbuf2, Ruby/Pango, Ruby/GTK2).

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Takayuki Yamaguchi 2004-03-15 03:48:59 UTC
Created attachment 27394 [details]
ebuild of Ruby/Glib2 0.9.1
Comment 2 Takayuki Yamaguchi 2004-03-15 03:50:11 UTC
Created attachment 27395 [details]
ebuild of Ruby/ATK 0.9.1
Comment 3 Takayuki Yamaguchi 2004-03-15 03:52:02 UTC
Created attachment 27396 [details]
ebuild of Ruby/Ruby/GdkPixbuf2 0.9.1
Comment 4 Takayuki Yamaguchi 2004-03-15 03:53:02 UTC
Created attachment 27397 [details]
ebuild of Ruby/Pango 0.9.1
Comment 5 Takayuki Yamaguchi 2004-03-15 03:53:43 UTC
Created attachment 27398 [details]
ebuild of Ruby/GTK2 0.9.1
Comment 6 Aron Griffis (RETIRED) gentoo-dev 2004-03-18 15:37:52 UTC
Thanks, version 0.9.1 is now in the tree.  Why did you attach ebuilds with no changes?  It's confusing, unhelpful and a waste of space.  It would have been sufficient to say you renamed the ebuilds for the new version and it worked.
Comment 7 Xavier Neys (RETIRED) gentoo-dev 2004-03-19 16:59:21 UTC
Reopening.

How about doing a simple test before releasing ebuilds?
The released ebuilds are incomplete. Anything requiring gtk2 will not work because ruby-atk has not been added to portage.
File /usr/lib/ruby/site_ruby/1.8/gtk2.rb:
1> require 'glib2'
2> require 'atk'

Takayuki provided the ebuild for ruby-atk and made gtk2 depend on it.
The most basic test using any of the provided samples would have revealed the missing bit.
Comment 8 Aron Griffis (RETIRED) gentoo-dev 2004-03-20 07:48:02 UTC
Yep, Xavier, you're right regarding testing.  I also should have asked the poster if there were differences in the ebuilds he posted that I should be aware of.  My bad.

This is fixed in the tree now and I've done some basic testing.  Thanks.