diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-12-11 10:04:04 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-12-11 10:04:04 +0100 |
commit | 0512089d6302ab066d61ba76e812c604d7e151a3 (patch) | |
tree | d0d2e27eaae84548f54556e0854fca842e70610d /dev-ruby/psych | |
parent | profiles/package.mask: mask ntlm-http for removal (diff) | |
download | gentoo-0512089d6302ab066d61ba76e812c604d7e151a3.tar.gz gentoo-0512089d6302ab066d61ba76e812c604d7e151a3.tar.bz2 gentoo-0512089d6302ab066d61ba76e812c604d7e151a3.zip |
dev-ruby/psych: drop 4.0.3, 4.0.4, 4.0.5
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/psych')
-rw-r--r-- | dev-ruby/psych/Manifest | 3 | ||||
-rw-r--r-- | dev-ruby/psych/psych-4.0.3.ebuild | 25 | ||||
-rw-r--r-- | dev-ruby/psych/psych-4.0.4.ebuild | 28 | ||||
-rw-r--r-- | dev-ruby/psych/psych-4.0.5.ebuild | 28 |
4 files changed, 0 insertions, 84 deletions
diff --git a/dev-ruby/psych/Manifest b/dev-ruby/psych/Manifest index 9e55cdb2da61..1b0a49a49475 100644 --- a/dev-ruby/psych/Manifest +++ b/dev-ruby/psych/Manifest @@ -1,5 +1,2 @@ -DIST psych-4.0.3.gem 93184 BLAKE2B dd3dbd561a4abd97dfc5396d17966dca20205b8f5e7a13f858398ac7160610fb623a63b4e70cd91516c7e6e64fa5cb9986b9e3fa3c74dbb7b0752cb37f0467b9 SHA512 d28d3d4e5f9e00949f8ead2ef2224ac494c5d1b6d8c45f176e0563500829dab85b2366f10cd7b01339b4a4b6bf8f57c4616b84e3d3e245e551e382ebb3b6d0ad -DIST psych-4.0.4.gem 93696 BLAKE2B a70998ff33cf6590d6f9743b1b0b60907ce104f349aa8bdc011560d9d131c6e0563fc204128a39ebeb63c7d3e6336dc024ef2613c274453dfeb3b37960a2782b SHA512 976f2686b00339c98da125a19ca4128a3c3098a1ae5980a3a8b0adf521c8bda4610dd0df0180f9ca0b902b98f0dac93e081d8270ea2f0799e20addb0bf8275a2 -DIST psych-4.0.5.gem 93696 BLAKE2B 4a084a24251aa0c009c56f7091494f37a41dc2340be67cc5c55ba48c6af227e1473e5d8dd17fa5091fc703e0b1323a9178492e230a1b203b54f9142927c8a19a SHA512 2e24a044e8735c67c052704f2df565aefc653769a991f9c47fecb8df8d303357e2a8627b5111e404d6a0cef0e85eee1de0e943067c22051a5e350a71fbbbb3ac DIST psych-4.0.6.gem 93696 BLAKE2B f5bea8262b401c0c291514dbd5ddc4aff389aeadb0b6483901b70a9562d267460260ddc5991e1540e51fb371a79d3a4a831bfdb8cb0b5dd9bd53cac939287545 SHA512 31f0ff5cd48e80ae81977f9519aa7952685b2da4a88b202aeb7214a364932cb1ca256f0934bed158d44a7d4d6e8cbb34928d33e731d0a8ba1a9885733ed32cd1 DIST psych-5.0.1.gem 39936 BLAKE2B 281beff933541db82b02bb20ae50ed4015cce5916654351b71b6f8d3a537830456277ece122eeede3f1323b3a1704821ee1135673175726c4062253d4b0bde05 SHA512 dca1e881124bea09995367d952d519d5dc74eb5578a4305234cf97f1b0e3e03065b427a7190b5c033e4d4c424b558e3cdf44ef35effbe1d808f8379c93fd6bb2 diff --git a/dev-ruby/psych/psych-4.0.3.ebuild b/dev-ruby/psych/psych-4.0.3.ebuild deleted file mode 100644 index db09181668bb..000000000000 --- a/dev-ruby/psych/psych-4.0.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_BINWRAP="" -RUBY_FAKEGEM_EXTENSIONS=(ext/psych/extconf.rb) -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="A YAML parser and emitter" -HOMEPAGE="https://github.com/ruby/psych" - -LICENSE="BSD-2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -SLOT="0" -IUSE="test" - -ruby_add_rdepend "dev-ruby/stringio" - -each_ruby_test() { - ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' || die -} diff --git a/dev-ruby/psych/psych-4.0.4.ebuild b/dev-ruby/psych/psych-4.0.4.ebuild deleted file mode 100644 index d3011b57e062..000000000000 --- a/dev-ruby/psych/psych-4.0.4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_BINWRAP="" -RUBY_FAKEGEM_EXTENSIONS=(ext/psych/extconf.rb) -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="A YAML parser and emitter" -HOMEPAGE="https://github.com/ruby/psych" - -LICENSE="BSD-2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -SLOT="0" -IUSE="test" - -RDEPEND+=" >=dev-libs/libyaml-0.2.5" -BDEPEND+=" >=dev-libs/libyaml-0.2.5" - -ruby_add_rdepend "dev-ruby/stringio" - -each_ruby_test() { - ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' || die -} diff --git a/dev-ruby/psych/psych-4.0.5.ebuild b/dev-ruby/psych/psych-4.0.5.ebuild deleted file mode 100644 index a4a17602ae46..000000000000 --- a/dev-ruby/psych/psych-4.0.5.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_BINWRAP="" -RUBY_FAKEGEM_EXTENSIONS=(ext/psych/extconf.rb) -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="A YAML parser and emitter" -HOMEPAGE="https://github.com/ruby/psych" - -LICENSE="BSD-2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -SLOT="0" -IUSE="test" - -RDEPEND+=" >=dev-libs/libyaml-0.2.5" -BDEPEND+=" >=dev-libs/libyaml-0.2.5" - -ruby_add_rdepend "dev-ruby/stringio" - -each_ruby_test() { - ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' || die -} |