From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C02D215800A for ; Sun, 27 Aug 2023 06:44:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16B5C2BC0BA; Sun, 27 Aug 2023 06:44:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 032D02BC0BA for ; Sun, 27 Aug 2023 06:44:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F191340DF2 for ; Sun, 27 Aug 2023 06:44:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 943E610BA for ; Sun, 27 Aug 2023 06:44:55 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1693118689.5e45c52cb41f193eedda0869f44f1decca63bcf6.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/json_schema/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/json_schema/Manifest dev-ruby/json_schema/json_schema-0.20.9.ebuild X-VCS-Directories: dev-ruby/json_schema/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 5e45c52cb41f193eedda0869f44f1decca63bcf6 X-VCS-Branch: master Date: Sun, 27 Aug 2023 06:44:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5589772a-fef1-41ec-8fbb-6a9f1ea9d266 X-Archives-Hash: 3105e69924609cfe72f4c204ec40856e commit: 5e45c52cb41f193eedda0869f44f1decca63bcf6 Author: Hans de Graaff gentoo org> AuthorDate: Sun Aug 27 06:30:40 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Aug 27 06:44:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e45c52c dev-ruby/json_schema: drop 0.20.9 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/json_schema/Manifest | 1 - dev-ruby/json_schema/json_schema-0.20.9.ebuild | 29 -------------------------- 2 files changed, 30 deletions(-) diff --git a/dev-ruby/json_schema/Manifest b/dev-ruby/json_schema/Manifest index 6a15e1d81a1a..32740d6deae1 100644 --- a/dev-ruby/json_schema/Manifest +++ b/dev-ruby/json_schema/Manifest @@ -1,2 +1 @@ -DIST json_schema-0.20.9.tar.gz 36498 BLAKE2B 5eb79271b3a1627e2759783b176917d09ae9c20f84723f526f48653c99f1ce52f6e377ac9835bafee64ce2899222edc19ccbdd186e1fa82f66ab40601975800c SHA512 7dd2d7394fb7300d34dcd3e8b5fd6ee29259a762065b99cb55012248ef385dd89460fc58bfa4ac4c3f6255f1546cf3ba363310420d89057c27d1be55ef50ae73 DIST json_schema-0.21.0.tar.gz 36563 BLAKE2B a7c0eca9ef738cdd78e6549f7ad8ec41dbde9986f957688411d65a8198c19fa235ff08730370be2397fab7bc0032bef42824bdf276b14b78da54bfd62842266f SHA512 753bcd9715ad384676c9ebb7dcaff7cb63295dc58e31fe51064c6c11ff46fdd32a4c573d6bc4722ce1def290759f28a7706a75efbc1544a56e9585435084ad1d 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 -}