summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2021-03-11 10:43:51 +0100
committerHans de Graaff <graaff@gentoo.org>2021-03-11 11:54:51 +0100
commit8fad17451bb5b4bf9ed0c34c5c7ccc5bc8a6e11d (patch)
treebedf0fb061e4b14f08a6647404da5caf3231c35c /dev-ruby/astrolabe/astrolabe-1.3.1.ebuild
parentdev-ruby/rails-html-sanitizer: cleanup (diff)
downloadgentoo-8fad17451bb5b4bf9ed0c34c5c7ccc5bc8a6e11d.tar.gz
gentoo-8fad17451bb5b4bf9ed0c34c5c7ccc5bc8a6e11d.tar.bz2
gentoo-8fad17451bb5b4bf9ed0c34c5c7ccc5bc8a6e11d.zip
dev-ruby/astrolabe: cleanup
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/astrolabe/astrolabe-1.3.1.ebuild')
-rw-r--r--dev-ruby/astrolabe/astrolabe-1.3.1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-ruby/astrolabe/astrolabe-1.3.1.ebuild b/dev-ruby/astrolabe/astrolabe-1.3.1.ebuild
deleted file mode 100644
index bd2189775844..000000000000
--- a/dev-ruby/astrolabe/astrolabe-1.3.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="An object-oriented AST extension for Parser"
-HOMEPAGE="https://github.com/yujinakayama/astrolabe"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/parser-2.2.0_pre3"
-
-all_ruby_prepare() {
- sed -i -e "/[Bb]undler/d" Rakefile || die
- # Fix Specs until RSpec3 is available
- sed -i -e "/mocks.verify_partial_doubles/ s/^/#/" spec/spec_helper.rb || die
- sed -i -e "s/is_expected.to/should/" spec/astrolabe/node_spec.rb || die
-}