mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-ruby/psych: drop 5.2.3, 5.2.4, 5.2.5, 5.3.0
Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://codeberg.org/gentoo/gentoo/pulls/1553 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
46e6d7e9a1
commit
7287d4ae29
@@ -1,7 +1,3 @@
|
||||
DIST psych-5.2.3.tar.gz 86569 BLAKE2B a2045d617c8e1e2b85de0bca78c22fe862e64e00a838ca59e248f70ad241c2f437e526c47729d84f5ef949aa1f94d27f726db265aa8e524a6ff2185727738b76 SHA512 7c494eac06a8ad80554d5b05de8997f7d40016ab64b5d7b289ba1c5058a0462b29b678ad68209d9a9734c1573005c0bb9aff4591baf2a90f5ea6089327f036bf
|
||||
DIST psych-5.2.4.tar.gz 87146 BLAKE2B 26196e81ba0c2873df23a7492c6846d3afd35f8acaee89964913da6b61dd2aa3db056253ef155011a2a5910939ab1acedfe0832787e011e9f5b5c71ee7000b7e SHA512 3ef682ee3ac4612600e6325f68cb66e12718f13f5ef1e1928c33c13089a60d0d1222593bf6a70751f57bdc3ab201dc568e6c19da564c8896a99deb8e5b93973c
|
||||
DIST psych-5.2.5.tar.gz 89102 BLAKE2B f66bc982c3212c12b643f490083e07b44cee9c17aac7fb895336d6998bbb10435b84dd9596f0cfb89db35085a85656274fe4ccec8b786648e3b0e1e74cb124cc SHA512 6c3165496686a40349c5a10c472a0e7cec1c7c9fd9b77bd307bc49c1f49cd779afaf104cbc6fff07737b1255b5a644b2a0da9ea485ad33e4e632f9e29cb2e1cd
|
||||
DIST psych-5.2.6.tar.gz 89266 BLAKE2B 6819168574e1d24cfe0fbb1ce1259a4c5837b9b1e4df9a9cb8a657bbd772bccdcea67266d4e0095f311b85cfa04623d35a42249b1841259875d9b4bbd9262200 SHA512 1976bf41206f6a65eabf0b7a9c5594f6c90861f2b2aede31d2cf264c8c1a8ab47a2fd68accc5a13d9ee908c4d91f9be05981d5a74254a636d7e68b38f6fb8c08
|
||||
DIST psych-5.3.0.tar.gz 90146 BLAKE2B 63a4bbfc4ee1b3362184e4edad91d24025fdbb1facff293403ff97caf76bd0ce761266345ae5bdbc032271e64261e7d3c4a8af45353d2fe9b98a550ec5a88fcc SHA512 edabbbef1280de333a308a31834246fae441c590d6a1b42e71a466449bccddcb775e3e504a987ecb9cb770c701af85ce2075ce791df30cd9bfeb0aab8e2b6c65
|
||||
DIST psych-5.3.1.tar.gz 90242 BLAKE2B 90cbe1503e7f3e7faeccd10dd3fc9cc0ea0371d4ad10a12bd32cdf9cc28b435740933594a9c0c03b53f2997f790ee7a568754589a288528640072aedaf24de27 SHA512 c723fb73266a7a28c7ea9e5b0fe36dba34aea491d8867ffdbf55d21cfadd9ba42f2d415ad53616272d62f2d86183977590deeeec4462a0c0425ee401fc99b0f7
|
||||
DIST psych-5.4.0.tar.gz 90805 BLAKE2B 34a4f1bf2e4701053d8b211f9057857242b75c02b0c10590826cbd9fcad48a642e9a1ee5560566e465026bf859c5db7e572ea5120a161f5df89f38777170a133 SHA512 9066f177fa45ca45c97f560a3b5ef05cf7ba34239a7fe7408c4ef514588e7570ff3833bc51c67d1438d8e0c4e417037aa8b9e4f55b9d3de2d43192dba5a77d7e
|
||||
|
||||
@@ -1,43 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
USE_RUBY="ruby31 ruby32 ruby33 ruby34"
|
||||
|
||||
RUBY_FAKEGEM_BINWRAP=""
|
||||
RUBY_FAKEGEM_EXTENSIONS=(ext/psych/extconf.rb)
|
||||
RUBY_FAKEGEM_EXTRADOC="README.md"
|
||||
RUBY_FAKEGEM_GEMSPEC="psych.gemspec"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="A YAML parser and emitter"
|
||||
HOMEPAGE="https://github.com/ruby/psych"
|
||||
SRC_URI="https://github.com/ruby/psych/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="$(ver_cut 1)"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-libs/libyaml-0.2.5"
|
||||
BDEPEND=">=dev-libs/libyaml-0.2.5"
|
||||
|
||||
ruby_add_rdepend "
|
||||
dev-ruby/date
|
||||
dev-ruby/stringio
|
||||
"
|
||||
|
||||
ruby_add_bdepend "test? (
|
||||
dev-ruby/test-unit
|
||||
dev-ruby/test-unit-ruby-core
|
||||
)"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -e 's/__dir__/"."/' \
|
||||
-i ${RUBY_FAKEGEM_GEMSPEC}
|
||||
}
|
||||
|
||||
each_ruby_test() {
|
||||
${RUBY} -Ilib:.:test -e 'require "lib/helper"; Dir["test/**/test_*.rb"].each{|f| require f}' || die
|
||||
}
|
||||
@@ -1,43 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
USE_RUBY="ruby32 ruby33 ruby34"
|
||||
|
||||
RUBY_FAKEGEM_BINWRAP=""
|
||||
RUBY_FAKEGEM_EXTENSIONS=(ext/psych/extconf.rb)
|
||||
RUBY_FAKEGEM_EXTRADOC="README.md"
|
||||
RUBY_FAKEGEM_GEMSPEC="psych.gemspec"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="A YAML parser and emitter"
|
||||
HOMEPAGE="https://github.com/ruby/psych"
|
||||
SRC_URI="https://github.com/ruby/psych/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="$(ver_cut 1)"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-libs/libyaml-0.2.5"
|
||||
BDEPEND=">=dev-libs/libyaml-0.2.5"
|
||||
|
||||
ruby_add_rdepend "
|
||||
dev-ruby/date
|
||||
dev-ruby/stringio
|
||||
"
|
||||
|
||||
ruby_add_bdepend "test? (
|
||||
dev-ruby/test-unit
|
||||
dev-ruby/test-unit-ruby-core
|
||||
)"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -e 's/__dir__/"."/' \
|
||||
-i ${RUBY_FAKEGEM_GEMSPEC}
|
||||
}
|
||||
|
||||
each_ruby_test() {
|
||||
${RUBY} -Ilib:.:test -e 'require "lib/helper"; Dir["test/**/test_*.rb"].each{|f| require f}' || die
|
||||
}
|
||||
@@ -1,43 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
USE_RUBY="ruby32 ruby33 ruby34"
|
||||
|
||||
RUBY_FAKEGEM_BINWRAP=""
|
||||
RUBY_FAKEGEM_EXTENSIONS=(ext/psych/extconf.rb)
|
||||
RUBY_FAKEGEM_EXTRADOC="README.md"
|
||||
RUBY_FAKEGEM_GEMSPEC="psych.gemspec"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="A YAML parser and emitter"
|
||||
HOMEPAGE="https://github.com/ruby/psych"
|
||||
SRC_URI="https://github.com/ruby/psych/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="$(ver_cut 1)"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-libs/libyaml-0.2.5"
|
||||
BDEPEND=">=dev-libs/libyaml-0.2.5"
|
||||
|
||||
ruby_add_rdepend "
|
||||
dev-ruby/date
|
||||
dev-ruby/stringio
|
||||
"
|
||||
|
||||
ruby_add_bdepend "test? (
|
||||
dev-ruby/test-unit
|
||||
dev-ruby/test-unit-ruby-core
|
||||
)"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -e 's/__dir__/"."/' \
|
||||
-i ${RUBY_FAKEGEM_GEMSPEC}
|
||||
}
|
||||
|
||||
each_ruby_test() {
|
||||
${RUBY} -Ilib:.:test -e 'require "lib/helper"; Dir["test/**/test_*.rb"].each{|f| require f}' || die
|
||||
}
|
||||
@@ -1,43 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
USE_RUBY="ruby32 ruby33 ruby34"
|
||||
|
||||
RUBY_FAKEGEM_BINWRAP=""
|
||||
RUBY_FAKEGEM_EXTENSIONS=(ext/psych/extconf.rb)
|
||||
RUBY_FAKEGEM_EXTRADOC="README.md"
|
||||
RUBY_FAKEGEM_GEMSPEC="psych.gemspec"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="A YAML parser and emitter"
|
||||
HOMEPAGE="https://github.com/ruby/psych"
|
||||
SRC_URI="https://github.com/ruby/psych/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="$(ver_cut 1)"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-libs/libyaml-0.2.5"
|
||||
BDEPEND=">=dev-libs/libyaml-0.2.5"
|
||||
|
||||
ruby_add_rdepend "
|
||||
dev-ruby/date
|
||||
dev-ruby/stringio
|
||||
"
|
||||
|
||||
ruby_add_bdepend "test? (
|
||||
dev-ruby/test-unit
|
||||
dev-ruby/test-unit-ruby-core
|
||||
)"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -e 's/__dir__/"."/' \
|
||||
-i ${RUBY_FAKEGEM_GEMSPEC}
|
||||
}
|
||||
|
||||
each_ruby_test() {
|
||||
${RUBY} -Ilib:.:test -e 'require "lib/helper"; Dir["test/**/test_*.rb"].each{|f| require f}' || die
|
||||
}
|
||||
Reference in New Issue
Block a user