summaryrefslogtreecommitdiff
path: root/dev-ruby/json-schema
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-ruby/json-schema
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-ruby/json-schema')
-rw-r--r--dev-ruby/json-schema/Manifest1
-rw-r--r--dev-ruby/json-schema/files/json-schema-5.2.2-remove-dev-tasks.patch29
-rw-r--r--dev-ruby/json-schema/json-schema-5.2.2.ebuild41
-rw-r--r--dev-ruby/json-schema/metadata.xml16
4 files changed, 0 insertions, 87 deletions
diff --git a/dev-ruby/json-schema/Manifest b/dev-ruby/json-schema/Manifest
deleted file mode 100644
index 39c7e74a3be0..000000000000
--- a/dev-ruby/json-schema/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST json-schema-5.2.2.tar.gz 67800 BLAKE2B 96a60fdd286f591e328fedc9cb4bea587b9ed08a8892a42f8cc67803f061ebc75b69b62711451ff1bd833d1fd55b3bafe7657dfc936371ce809c7c6050652cec SHA512 804de23f300ef5c4e4a6c53b325592515b5a84971feeffbbc74638c82de3b8b7b721da5126009c1c321c68bfcd60766aa787c2c12d98bb3490be627d70d68f13
diff --git a/dev-ruby/json-schema/files/json-schema-5.2.2-remove-dev-tasks.patch b/dev-ruby/json-schema/files/json-schema-5.2.2-remove-dev-tasks.patch
deleted file mode 100644
index 4f751f118734..000000000000
--- a/dev-ruby/json-schema/files/json-schema-5.2.2-remove-dev-tasks.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Remove voxpupuli-rubocop and github_changelog_generator dev task blocks.
-Developer linting is not our concern when testing the package for compatibility.
-
---- a/Rakefile
-+++ b/Rakefile
-@@ -58,23 +58,3 @@ end
- task update: %i[update_common_tests update_meta_schemas]
-
--begin
-- require 'voxpupuli/rubocop/rake'
--rescue LoadError
-- # the voxpupuli-rubocop gem is optional
--end
--
- task default: :test
--
--begin
-- require 'rubygems'
-- require 'github_changelog_generator/task'
--rescue LoadError
--else
-- GitHubChangelogGenerator::RakeTask.new :changelog do |config|
-- config.exclude_labels = %w{duplicate question invalid wontfix wont-fix skip-changelog dependencies}
-- config.user = 'voxpupuli'
-- config.project = 'json-schema'
-- gem_version = Gem::Specification.load("#{config.project}.gemspec").version
-- config.future_release = "v#{gem_version}"
-- end
--end
diff --git a/dev-ruby/json-schema/json-schema-5.2.2.ebuild b/dev-ruby/json-schema/json-schema-5.2.2.ebuild
deleted file mode 100644
index ea6345e896d9..000000000000
--- a/dev-ruby/json-schema/json-schema-5.2.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby32 ruby33 ruby34"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-RUBY_FAKEGEM_GEMSPEC="json-schema.gemspec"
-RUBY_FAKEGEM_RECIPE_TEST="rake"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby JSON Schema Validator"
-HOMEPAGE="https://github.com/voxpupuli/json-schema/"
-SRC_URI="https://github.com/voxpupuli/json-schema/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="test"
-
-ruby_add_rdepend "
- >=dev-ruby/addressable-2.8
- >=dev-ruby/bigdecimal-3.1
-"
-
-ruby_add_bdepend "test? (
- dev-ruby/minitest:5
- dev-ruby/webmock
-)"
-
-PATCHES=(
- "${FILESDIR}/${P}-remove-dev-tasks.patch"
-)
-
-all_ruby_prepare() {
- # The common test suite requires a git submodule (test/test-suite) that
- # is not included in the release tarball. Remove it.
- rm test/common_test_suite_test.rb || die
-}
diff --git a/dev-ruby/json-schema/metadata.xml b/dev-ruby/json-schema/metadata.xml
deleted file mode 100644
index 7ce1e176c1b1..000000000000
--- a/dev-ruby/json-schema/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>anthonyryan1@gmail.com</email>
- <name>Anthony Ryan</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <upstream>
- <remote-id type="github">voxpupuli/json-schema</remote-id>
- <remote-id type="rubygems">json-schema</remote-id>
- </upstream>
-</pkgmetadata>