Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 687166 - Add dev-ruby/csv
Summary: Add dev-ruby/csv
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL: https://github.com/ruby/csv
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-01 22:06 UTC by brandon
Modified: 2021-09-12 06:22 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 brandon 2019-06-01 22:06:44 UTC
Requesting adding of RubyGem 'csv'
Comment 1 Hans de Graaff gentoo-dev Security 2019-06-02 06:13:34 UTC
CSV is already distributed as part of the core ruby distribution and I'd rather not add a gem that overshadows this. Is there a specific reason that you want this gem to be packaged in addition to the version distributed with dev-lang/ruby?
Comment 2 brandon 2019-06-02 06:20:33 UTC
I was not aware of this. I was setting up a Redmine app which required csv which I ended up being installed by bundler. Here is the line from the Gemfile:

gem "csv", "~> 3.0.1" if RUBY_VERSION >= "2.3" && RUBY_VERSION < "2.6"

Perhaps this is because I am using Ruby 2.4. I was hoping to have everything handled by Portage instead of having to use gem to manage them.
Comment 3 Larry the Git Cow gentoo-dev 2021-09-12 06:22:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08c1b684cef2a8a0e22641621bd4dcbcd8a087ef

commit 08c1b684cef2a8a0e22641621bd4dcbcd8a087ef
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2021-09-12 06:21:23 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2021-09-12 06:21:23 +0000

    dev-ruby/csv: initial import of 3.2.0
    
    New indirect dependency for dev-ruby/ruby-gettext.
    
    Extracted from dev-lang/ruby so keywords are set accordingly.
    
    Closes: https://bugs.gentoo.org/687166
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 dev-ruby/csv/Manifest         |  1 +
 dev-ruby/csv/csv-3.2.0.ebuild | 32 ++++++++++++++++++++++++++++++++
 dev-ruby/csv/metadata.xml     |  8 ++++++++
 3 files changed, 41 insertions(+)