diff options
author | Hans de Graaff <graaff@gentoo.org> | 2017-03-12 07:55:19 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2017-03-12 08:01:11 +0100 |
commit | 014f7c91139700239da300fd806c51d42738f0a2 (patch) | |
tree | 5fb5adcf9a27f3a23bc207ec861d3ae94587604e /dev-ruby | |
parent | dev-python/prompt_toolkit: Add python3_6 to PYTHON_COMPAT (diff) | |
download | gentoo-014f7c91139700239da300fd806c51d42738f0a2.tar.gz gentoo-014f7c91139700239da300fd806c51d42738f0a2.tar.bz2 gentoo-014f7c91139700239da300fd806c51d42738f0a2.zip |
dev-ruby/autoprefixer-rails: add 6.7.7
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/autoprefixer-rails/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/autoprefixer-rails/autoprefixer-rails-6.7.7.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/dev-ruby/autoprefixer-rails/Manifest b/dev-ruby/autoprefixer-rails/Manifest index e111b1826ccb..937a0c41dd08 100644 --- a/dev-ruby/autoprefixer-rails/Manifest +++ b/dev-ruby/autoprefixer-rails/Manifest @@ -1 +1,2 @@ DIST autoprefixer-rails-6.7.3.gem 344576 SHA256 7c7d3b4b6d8d2f49fce2221ad9273ff774d61c43b6a96185dbafe69640a442fe SHA512 1477cdd74eaa9b166e81e6dbef0284cacc5d5c7f4d0156e653f21e664f7e730de6f95a3df89db3d4ec953738b953f9d7a4443d9674249030fbe3e7fabec56646 WHIRLPOOL c8b8a109f6a4021ecee040723e51ec241346ce3d82d9ea8376d0d36b0fa49b7631266ed53e67d17da76aa44a6317130465e2915ee04952c7557915617d03142e +DIST autoprefixer-rails-6.7.7.gem 348160 SHA256 01df3643069945f2fcd34b2944f7d6b5a73e8719f86015c73064c268a84e1f13 SHA512 4e0e3adb9514cfd230b99c7e4fa65b7633b36ebd11332010787c58789896f1f534c64aafa45ace5818f55bdedd4b33603842cccd0d940fbe50ca7fd0aa3048f8 WHIRLPOOL 6878cd11210d39656e0cac86da5d494cd497636ddb7d2e0cf3d01b11b159b0f411e080b4b729715643ec5677e0264c8ff7b5a4afa5f78d30eaaaed64137367f9 diff --git a/dev-ruby/autoprefixer-rails/autoprefixer-rails-6.7.7.ebuild b/dev-ruby/autoprefixer-rails/autoprefixer-rails-6.7.7.ebuild new file mode 100644 index 000000000000..72f8296077e4 --- /dev/null +++ b/dev-ruby/autoprefixer-rails/autoprefixer-rails-6.7.7.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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 +} |