diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-11-26 07:38:27 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-11-26 09:16:49 +0100 |
commit | 77be8a67f8488b600b7a55bdf35cbb7feae7f43b (patch) | |
tree | dcf57d0cb99f60190b7b87b6e1008fbf898e6e9a /dev-ruby/rkelly-remix | |
parent | dev-ruby/settingslogic: cleanup (diff) | |
download | gentoo-77be8a67f8488b600b7a55bdf35cbb7feae7f43b.tar.gz gentoo-77be8a67f8488b600b7a55bdf35cbb7feae7f43b.tar.bz2 gentoo-77be8a67f8488b600b7a55bdf35cbb7feae7f43b.zip |
dev-ruby/rkelly-remix: cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/rkelly-remix')
-rw-r--r-- | dev-ruby/rkelly-remix/rkelly-remix-0.0.7.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-ruby/rkelly-remix/rkelly-remix-0.0.7.ebuild b/dev-ruby/rkelly-remix/rkelly-remix-0.0.7.ebuild deleted file mode 100644 index 98f32d2c7d1a..000000000000 --- a/dev-ruby/rkelly-remix/rkelly-remix-0.0.7.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -inherit ruby-fakegem - -DESCRIPTION="RKelly Remix is a fork of the RKelly JavaScript parser" -HOMEPAGE="https://github.com/nene/rkelly-remix" -LICENSE="MIT" - -KEYWORDS="~amd64 ~arm ~x86" -SLOT="0" -IUSE="doc" - -each_ruby_test() { - ${RUBY} -S testrb-2 -Ilib:. test/test_*.rb test/*/test_*.rb || die -} |