Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 256077 - dev-ruby/will_paginate-2.3.6: new ebuild
Summary: dev-ruby/will_paginate-2.3.6: new ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Diego Elio Pettenò (RETIRED)
URL: http://github.com/mislav/will_paginat...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-23 11:50 UTC by Wim Muskee
Modified: 2009-04-17 12:38 UTC (History)
1 user (show)

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


Attachments
new ebuild for dev-ruby/will_paginate-2.3.6 (will_paginate-2.3.6.ebuild,1.19 KB, text/plain)
2009-01-23 11:51 UTC, Wim Muskee
Details
loader file for will_paginate (will_paginate.rb,205 bytes, text/plain)
2009-01-23 11:52 UTC, Wim Muskee
Details
new ebuild for dev-ruby/will_paginate-2.3.6 (will_paginate-2.3.6.ebuild,1.20 KB, text/plain)
2009-01-25 11:58 UTC, Wim Muskee
Details

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