summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/sass-globbing/sass-globbing-1.1.5-r1.ebuild')
-rw-r--r--dev-ruby/sass-globbing/sass-globbing-1.1.5-r1.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-ruby/sass-globbing/sass-globbing-1.1.5-r1.ebuild b/dev-ruby/sass-globbing/sass-globbing-1.1.5-r1.ebuild
deleted file mode 100644
index 36beb81b..00000000
--- a/dev-ruby/sass-globbing/sass-globbing-1.1.5-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.markdown README.markdown"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Allows you to import many sass or scss files in a single import statement"
-HOMEPAGE="http://chriseppstein.github.com/"
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
- >=dev-ruby/sass-3.1:*
-"
-
-all_ruby_prepare() {
- sed -i -e '/bundler/I s:^:#:' Rakefile || die
-}