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

Bug 256077

Summary: dev-ruby/will_paginate-2.3.6: new ebuild
Product: Gentoo Linux Reporter: Wim Muskee <wimmuskee>
Component: New packagesAssignee: Diego Elio Pettenò (RETIRED) <flameeyes>
Status: RESOLVED FIXED    
Severity: enhancement CC: ruby
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
URL: http://github.com/mislav/will_paginate/wikis
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: new ebuild for dev-ruby/will_paginate-2.3.6
loader file for will_paginate
new ebuild for dev-ruby/will_paginate-2.3.6

Description Wim Muskee 2009-01-23 11:50:09 UTC
Made an ebuild for the Rails pagination library, installs from git source.

Reproducible: Always




I know the Ruby herd is understaffed. Just made the ebuild, works for me and I feel like it should be shared. Perhaps one for the ruby overlay.
Comment 1 Wim Muskee 2009-01-23 11:51:19 UTC
Created attachment 179443 [details]
new ebuild for dev-ruby/will_paginate-2.3.6
Comment 2 Wim Muskee 2009-01-23 11:52:51 UTC
Created attachment 179445 [details]
loader file for will_paginate

Put in the siteruby dir, it creates the loadpath for the will_paginate library and loads the actual one.
Comment 3 Wim Muskee 2009-01-25 11:58:47 UTC
Created attachment 179663 [details]
new ebuild for dev-ruby/will_paginate-2.3.6 	

rake dependency depends on doc use flag
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-01-25 14:35:08 UTC
If it's for released code it should _not_ use git _at all_ but rather use a tarball to install. Git should only ever be used for special live ebuilds and just that.
Comment 5 Wim Muskee 2009-01-26 10:35:44 UTC
(In reply to comment #4)
> If it's for released code it should _not_ use git _at all_ but rather use a
> tarball to install. Git should only ever be used for special live ebuilds and
> just that.
> 

Understood; will change it on the next Gentoo Bugday.
Comment 6 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-04-17 12:34:41 UTC
I'm picking up this since a) I need it for a task b) I'm going to use it for my blog.

I have a dev-ruby/mislav-will_paginate (that's what the official name seems to be now) that uses the release tarball instead of git and installs a fake gemspec, will commit today.
Comment 7 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-04-17 12:38:18 UTC
dev-ruby/mislav-will_paginate-2.3.7 is in tree now.