diff options
author | 2017-02-18 08:09:07 +0100 | |
---|---|---|
committer | 2017-02-18 08:11:33 +0100 | |
commit | 5a043a6c5419cc4219071b0d35f661966a0eb7d4 (patch) | |
tree | 5cf689b3d62fe5dc3a27a458f08b57871ea9b46f /dev-ruby/autoprefixer-rails/autoprefixer-rails-6.7.3.ebuild | |
parent | sys-libs/libcap-ng: Removed old. (diff) | |
download | gentoo-5a043a6c5419cc4219071b0d35f661966a0eb7d4.tar.gz gentoo-5a043a6c5419cc4219071b0d35f661966a0eb7d4.tar.bz2 gentoo-5a043a6c5419cc4219071b0d35f661966a0eb7d4.zip |
dev-ruby/autoprefixer-rails: initial import of 6.7.3
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-ruby/autoprefixer-rails/autoprefixer-rails-6.7.3.ebuild')
-rw-r--r-- | dev-ruby/autoprefixer-rails/autoprefixer-rails-6.7.3.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-ruby/autoprefixer-rails/autoprefixer-rails-6.7.3.ebuild b/dev-ruby/autoprefixer-rails/autoprefixer-rails-6.7.3.ebuild new file mode 100644 index 00000000000..c128b222b46 --- /dev/null +++ b/dev-ruby/autoprefixer-rails/autoprefixer-rails-6.7.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Add vendor prefixes to CSS rules using values from the Can I Use website" +HOMEPAGE="https://github.com/ai/autoprefixer-rails" +LICENSE="MIT" + +KEYWORDS="~amd64" +SLOT="6" +IUSE="" + +ruby_add_rdepend "dev-ruby/execjs:*" + +ruby_add_bdepend "dev-ruby/rails + dev-ruby/rake + dev-ruby/rspec-rails" + +all_ruby_prepare() { + sed -i -e "/bundler/d" -e "/BUNDLE/d" spec/app/config/boot.rb || die + sed -i -e "/Bundler/,+3d" spec/app/config/application.rb || die + rm spec/rails_spec.rb spec/compass_spec.rb || die +} |