anatol / quarry

Rubygems binary repository for Arch Linux
GNU General Public License v3.0
53 stars 25 forks source link

Remove bundler #41

Closed WhyNotHugo closed 8 years ago

WhyNotHugo commented 8 years ago

ruby-bundler is now available in [community], so there's no need to keep it around in [quarry].

anatol commented 8 years ago

Currently following quarry gems require ruby-bundler: ruby-hanami ruby-lotusrb ruby-merb-core ruby-padrino-gen ruby-rails ruby-vagrant-unbundled ruby-volt

Unfortunately Quarry does not check package existence in official repos so it always generates all gems requirements. ruby-bundler will be generated wether it present in the whitelist or not.

Instead quarry should be enhanced to check [extra]/[community] if package with the same name already present.