summaryrefslogtreecommitdiff
path: root/dev-ruby/json_schema/json_schema-0.20.9.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/json_schema/json_schema-0.20.9.ebuild')
-rw-r--r--dev-ruby/json_schema/json_schema-0.20.9.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-ruby/json_schema/json_schema-0.20.9.ebuild b/dev-ruby/json_schema/json_schema-0.20.9.ebuild
deleted file mode 100644
index ec108266055b..000000000000
--- a/dev-ruby/json_schema/json_schema-0.20.9.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md TODO.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="schemas"
-
-RUBY_FAKEGEM_GEMSPEC="json_schema.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A JSON Schema V4 and Hyperschema V4 parser and validator"
-HOMEPAGE="https://github.com/brandur/json_schema"
-SRC_URI="https://github.com/brandur/json_schema/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/ecma-re-validator )"
-
-all_ruby_prepare() {
- sed -i -e '/bundler/I s:^:#:' Rakefile || die
- sed -i -e '/^if/,/^end/ s:^:#:' test/test_helper.rb || die
-}