Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 215329 - dev-ruby/ruby-panel-applet2-0.16 version bump
Summary: dev-ruby/ruby-panel-applet2-0.16 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-29 15:07 UTC by Santiago M. Mola (RETIRED)
Modified: 2008-04-07 19:00 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.