summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2018-02-10 06:53:56 +0100
committerHans de Graaff <graaff@gentoo.org>2018-02-10 08:38:35 +0100
commite3e4ca74bbe3c2f0c85a923ad3aa5724e8966ea0 (patch)
tree8902cfd92b77316e7d3ac5fd34b91c7275fea8dd /dev-ruby/autoprefixer-rails/autoprefixer-rails-7.2.1.ebuild
parentdev-python/paho-mqtt: fix use of undef var (diff)
downloadgentoo-e3e4ca74bbe3c2f0c85a923ad3aa5724e8966ea0.tar.gz
gentoo-e3e4ca74bbe3c2f0c85a923ad3aa5724e8966ea0.tar.bz2
gentoo-e3e4ca74bbe3c2f0c85a923ad3aa5724e8966ea0.zip
dev-ruby/autoprefixer-rails: cleanup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/autoprefixer-rails/autoprefixer-rails-7.2.1.ebuild')
-rw-r--r--dev-ruby/autoprefixer-rails/autoprefixer-rails-7.2.1.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-ruby/autoprefixer-rails/autoprefixer-rails-7.2.1.ebuild b/dev-ruby/autoprefixer-rails/autoprefixer-rails-7.2.1.ebuild
deleted file mode 100644
index 7f614030fe5b..000000000000
--- a/dev-ruby/autoprefixer-rails/autoprefixer-rails-7.2.1.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
-}