public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/psych/
Date: Wed,  7 Sep 2022 06:09:19 +0000 (UTC)	[thread overview]
Message-ID: <1662530874.2cbdf557d02cdfbbe2d8650e3b97093c82192d3b.graaff@gentoo> (raw)

commit:     2cbdf557d02cdfbbe2d8650e3b97093c82192d3b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  7 06:07:54 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Sep  7 06:07:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cbdf557

dev-ruby/psych: add 4.0.5

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/psych/Manifest           |  1 +
 dev-ruby/psych/psych-4.0.5.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/psych/Manifest b/dev-ruby/psych/Manifest
index cbdc73f0a669..51d83f48a9c4 100644
--- a/dev-ruby/psych/Manifest
+++ b/dev-ruby/psych/Manifest
@@ -1,2 +1,3 @@
 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

diff --git a/dev-ruby/psych/psych-4.0.5.ebuild b/dev-ruby/psych/psych-4.0.5.ebuild
new file mode 100644
index 000000000000..a4a17602ae46
--- /dev/null
+++ b/dev-ruby/psych/psych-4.0.5.ebuild
@@ -0,0 +1,28 @@
+# 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
+}


             reply	other threads:[~2022-09-07  6:09 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-07  6:09 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-18  6:17 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/psych/ Hans de Graaff
2024-12-18  6:29 Hans de Graaff
2024-12-03 14:03 Hans de Graaff
2024-12-03 14:03 Hans de Graaff
2024-11-07  7:22 Hans de Graaff
2024-10-15 12:47 Arthur Zamarin
2024-10-10 12:20 Arthur Zamarin
2024-10-09  0:06 Jakov Smolić
2024-10-08 20:10 Arthur Zamarin
2024-10-08 19:25 Sam James
2024-10-06  7:52 Sam James
2024-10-06  7:52 Sam James
2024-10-06  7:40 Hans de Graaff
2024-07-17  4:38 Viorel Munteanu
2023-12-21  6:48 Hans de Graaff
2023-12-10  7:47 Hans de Graaff
2023-08-11 19:14 Hans de Graaff
2023-07-11  4:37 Hans de Graaff
2023-05-14  8:31 Sam James
2023-04-10 12:57 Arthur Zamarin
2023-04-10 10:18 Sam James
2023-04-10 10:18 Sam James
2023-04-10 10:17 Sam James
2023-04-10 10:17 Sam James
2023-04-10 10:17 Sam James
2023-04-10 10:17 Sam James
2023-04-10 10:17 Sam James
2023-03-04 10:25 Hans de Graaff
2023-02-10  7:45 Hans de Graaff
2023-01-22  8:30 Hans de Graaff
2022-12-18 10:53 Sam James
2022-12-18 10:53 Sam James
2022-12-18  9:27 Sam James
2022-12-18  9:27 Sam James
2022-12-11 20:43 Arthur Zamarin
2022-12-11 13:58 Sam James
2022-12-11 12:53 Sam James
2022-12-11  9:06 Hans de Graaff
2022-12-11  6:27 Hans de Graaff
2022-10-01  7:06 Hans de Graaff
2022-05-17  5:32 Hans de Graaff
2022-03-12  7:21 Hans de Graaff
2022-03-12  7:21 Hans de Graaff
2019-11-09  6:28 Hans de Graaff
2019-04-10 17:27 Hans de Graaff
2019-01-28  6:57 Hans de Graaff
2018-12-18  5:58 Hans de Graaff
2018-12-18  5:58 Hans de Graaff
2018-10-20  5:18 Hans de Graaff
2018-03-15 21:24 Sergei Trofimovich
2018-03-15 21:24 Sergei Trofimovich
2018-03-15 21:24 Sergei Trofimovich
2018-02-08  6:25 Hans de Graaff
2017-12-21  5:39 Hans de Graaff
2017-12-17  5:57 Hans de Graaff
2017-07-18  6:45 Hans de Graaff
2017-03-07  6:01 Hans de Graaff
2017-03-07  6:01 Hans de Graaff
2016-12-26  5:52 Hans de Graaff
2016-12-11  6:40 Hans de Graaff
2016-12-11  6:33 Hans de Graaff
2016-11-14  6:39 Hans de Graaff
2016-09-08  4:50 Hans de Graaff
2016-09-08  4:50 Hans de Graaff
2016-09-07  4:48 Hans de Graaff
2016-06-26  5:38 Hans de Graaff
2016-03-06 21:09 Hans de Graaff
2016-03-06 21:09 Hans de Graaff
2015-12-23 21:22 Manuel Rüger
2015-12-09  6:00 Hans de Graaff
2015-12-09  6:00 Hans de Graaff
2015-08-22  5:44 Hans de Graaff
2015-08-22  5:44 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1662530874.2cbdf557d02cdfbbe2d8650e3b97093c82192d3b.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox