Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 320617 - app-text/migemo-0.40-r4 should not install files in /usr/lib/ruby/site_ruby directly
Summary: app-text/migemo-0.40-r4 should not install files in /usr/lib/ruby/site_ruby d...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 203706
  Show dependency tree
 
Reported: 2010-05-19 18:27 UTC by Hans de Graaff
Modified: 2011-10-12 17:05 UTC (History)
0 users

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


Attachments
Proposal ebuild for migemo using ruby-ng.eclass. (migemo-0.40-r99.ebuild,1.42 KB, text/plain)
2011-10-11 11:57 UTC, Tomoh K.
Details
A patch for migemo. from Debian. (migemo-0.40-ruby-ng.patch,3.48 KB, text/plain)
2011-10-11 11:58 UTC, Tomoh K.
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hans de Graaff gentoo-dev Security 2010-05-19 18:27:35 UTC
app-text/migemo-0.40-r4 currently installs the following files directly into /usr/lib/ruby/site_ruby:

./usr/lib64/ruby/site_ruby/migemo-cache.rb
./usr/lib64/ruby/site_ruby/migemo-index.rb
./usr/lib64/ruby/site_ruby/migemo-convert.rb
./usr/lib64/ruby/site_ruby/migemo-regex.rb
./usr/lib64/ruby/site_ruby/migemo-dict.rb
./usr/lib64/ruby/site_ruby/migemo.rb

These files should be installed in the sub-directory for the specific ruby version for which the package is installed, e.g. in /usr/lib/ruby/site_ruby/1.8 so that multiple ruby versions can be installed in parallel and code for one version is not accidentally loaded by another.
Comment 1 Hans de Graaff gentoo-dev Security 2011-10-10 18:06:44 UTC
Just a heads up that we expect to unmask a version of ruby 1.9 within the next few weeks. If this packages isn't fixed at that time I'm going to mask it. Let me know if you need help with fixing it.
Comment 2 Tomoh K. 2011-10-11 11:57:45 UTC
Created attachment 289553 [details]
Proposal ebuild for migemo using ruby-ng.eclass.
Comment 3 Tomoh K. 2011-10-11 11:58:35 UTC
Created attachment 289555 [details]
A patch for migemo. from Debian.
Comment 4 MATSUU Takuto (RETIRED) gentoo-dev 2011-10-12 17:05:44 UTC
in cvs. thanks.