summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2021-11-26 07:38:27 +0100
committerHans de Graaff <graaff@gentoo.org>2021-11-26 09:16:49 +0100
commit77be8a67f8488b600b7a55bdf35cbb7feae7f43b (patch)
treedcf57d0cb99f60190b7b87b6e1008fbf898e6e9a /dev-ruby/rkelly-remix
parentdev-ruby/settingslogic: cleanup (diff)
downloadgentoo-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.ebuild22
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
-}