From b17a3ef12038de50228bade1f05502c74e135321 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 2 Sep 2020 14:09:07 +0100 Subject: gentoo resync : 02.09.2020 --- .../autoprefixer-rails-9.8.2.ebuild | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100644 dev-ruby/autoprefixer-rails/autoprefixer-rails-9.8.2.ebuild (limited to 'dev-ruby/autoprefixer-rails/autoprefixer-rails-9.8.2.ebuild') diff --git a/dev-ruby/autoprefixer-rails/autoprefixer-rails-9.8.2.ebuild b/dev-ruby/autoprefixer-rails/autoprefixer-rails-9.8.2.ebuild deleted file mode 100644 index bc06b1290578..000000000000 --- a/dev-ruby/autoprefixer-rails/autoprefixer-rails-9.8.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby25 ruby26" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_EXTRAINSTALL="vendor" - -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="$(ver_cut 1)" -IUSE="" - -ruby_add_rdepend "dev-ruby/execjs:*" - -ruby_add_bdepend "test? ( - >=dev-ruby/rails-5.0.0 - 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" \ - -e '/config.sass/ s:^:#:' spec/app/config/application.rb || die - sed -i -e '/standard/ s:^:#:' autoprefixer-rails.gemspec || die - sed -i -e '1igem "tzinfo", "~>1.0"' spec/spec_helper.rb || die - rm -f spec/rails_spec.rb || die -} -- cgit v1.2.3