Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 215329

Summary: dev-ruby/ruby-panel-applet2-0.16 version bump
Product: Gentoo Linux Reporter: Santiago M. Mola (RETIRED) <coldwind>
Component: New packagesAssignee: Gentoo Ruby Team <ruby>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Santiago M. Mola (RETIRED) gentoo-dev 2008-03-29 15:07:21 UTC
With all 0.16 ruby-gnome2 packages going stable it would be nice to bump dev-ruby/ruby-gnome-applet2 to 0.16 too.

Also, there's a missing dependency on ruby-gnome2 on 0.15:
# ./hello-applet.rb 
/usr/lib64/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require': no such file to load -- gnome2 (LoadError)
	from /usr/lib64/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
	from /usr/lib64/ruby/site_ruby/1.8/panelapplet2.rb:1
	from /usr/lib64/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
	from /usr/lib64/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
	from ./hello-applet.rb:12

# grep "require 'gnome2'" /usr/lib64/ruby/site_ruby/1.8/panelapplet2.rb 
require 'gnome2'
Comment 1 Hans de Graaff gentoo-dev Security 2008-03-30 10:25:10 UTC
It's actually called ruby-panel-applet2. That's probably why it got overlooked in the version bumps.
Comment 2 Hans de Graaff gentoo-dev Security 2008-04-07 19:00:50 UTC
I've just put ruby-panel-applet-0.16.0 in CVS. Note that this is deprecated: use Gtk::StatusIcon instead.