commit:     8fad17451bb5b4bf9ed0c34c5c7ccc5bc8a6e11d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 11 09:43:51 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Mar 11 10:54:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fad1745

dev-ruby/astrolabe: cleanup

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/astrolabe/astrolabe-1.3.1.ebuild | 28 ----------------------------
 1 file changed, 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 bd218977584..00000000000
--- 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
-}

Reply via email to