summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2018-04-18 06:19:08 +0200
committerHans de Graaff <graaff@gentoo.org>2018-04-18 06:19:08 +0200
commitfbb8c03601c7ab9e0215b97d260b301885f57e14 (patch)
tree2110a89d5e2cf8a6ee22f6ea0c7440b04dba3df4 /dev-ruby/autoprefixer-rails/autoprefixer-rails-7.1.6.ebuild
parentdev-ruby/autoprefixer-rails: add 8.3.0 (diff)
downloadgentoo-fbb8c03601c7ab9e0215b97d260b301885f57e14.tar.gz
gentoo-fbb8c03601c7ab9e0215b97d260b301885f57e14.tar.bz2
gentoo-fbb8c03601c7ab9e0215b97d260b301885f57e14.zip
dev-ruby/autoprefixer-rails: cleanup
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/autoprefixer-rails/autoprefixer-rails-7.1.6.ebuild')
-rw-r--r--dev-ruby/autoprefixer-rails/autoprefixer-rails-7.1.6.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-ruby/autoprefixer-rails/autoprefixer-rails-7.1.6.ebuild b/dev-ruby/autoprefixer-rails/autoprefixer-rails-7.1.6.ebuild
deleted file mode 100644
index 7f614030fe5b..000000000000
--- a/dev-ruby/autoprefixer-rails/autoprefixer-rails-7.1.6.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-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="7"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/execjs:*"
-
-ruby_add_bdepend "test? (
- 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
-}