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, 18 Dec 2024 06:29:30 +0000 (UTC)	[thread overview]
Message-ID: <1734503338.1b6c34e5cf29c9052edb16b5f5cd1b51cd052e48.graaff@gentoo> (raw)

commit:     1b6c34e5cf29c9052edb16b5f5cd1b51cd052e48
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 18 06:27:10 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Dec 18 06:28:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b6c34e5

dev-ruby/psych: add 5.2.2

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

 dev-ruby/psych/Manifest           |  1 +
 dev-ruby/psych/psych-5.2.2.ebuild | 43 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/dev-ruby/psych/Manifest b/dev-ruby/psych/Manifest
index 73b5ae24b2ba..735fd18309bb 100644
--- a/dev-ruby/psych/Manifest
+++ b/dev-ruby/psych/Manifest
@@ -2,3 +2,4 @@ DIST psych-4.0.6.gem 93696 BLAKE2B f5bea8262b401c0c291514dbd5ddc4aff389aeadb0b64
 DIST psych-5.1.2.tar.gz 84689 BLAKE2B 868b653f28aa158777db34f33a76059e3f9565293328874af72ead5c2495fcdfabc145acfa5da8aecb0f4549f1012ad54e126274a7b8623188542363616099f7 SHA512 ed5440088c50bab86757b642f444903c804628ec361d138f54d2416def9c9fdd9728ece61fd6b4b56f47b13ab604aa99afb5710f49fcee0cf4ca3492f8cd7013
 DIST psych-5.2.0.tar.gz 86286 BLAKE2B 5dff687f9328703801cdfeb8a83ef69ecba06359de07ce2d4d182228672a338df2023c32205dd169fb9f45302637ec20cc826f8cd9603d9cc32c48543ebdec48 SHA512 f6add0340761920996c63d6bfb3992e166fe1d2cbdfe251de01700fa92f2fa987e9ebcaaa098e2ca611c5763b94e1e0f9ddd2fa886b4bb6c0b44d5919d204207
 DIST psych-5.2.1.tar.gz 86449 BLAKE2B d9d388e46518f2387d8052c8878a115ff607af7c3fd81d692179a6863b0e886162bce7c73879bb12e406a3e3909a8a8501b39525f1dad9d1abf593420f190576 SHA512 8fbed9ec8b173e8051e1ebaa747ba007e7087889240815aa7cf5754e8973be7be9a18e27bd8849b160591e31fa236b54afbb0113524565d52d04077585fe594b
+DIST psych-5.2.2.tar.gz 86462 BLAKE2B 3d374c10c13ccd9957f1412d9a55f8af761a81128d0b61fc89f7cdd414a84164b8f7b84387a5a24f07c783ebaab39bcc05d2d0558df8790a4062255ed68b6b02 SHA512 3fa5f47474903ddb13e6de1251703f0ca82d9f0b532364490a2e9960a53901c5cb1bf31fa4c00b566615e2ea1b22cd95a72252c49ad866be0227d268675e0f78

diff --git a/dev-ruby/psych/psych-5.2.2.ebuild b/dev-ruby/psych/psych-5.2.2.ebuild
new file mode 100644
index 000000000000..dde1cbf19de8
--- /dev/null
+++ b/dev-ruby/psych/psych-5.2.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+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 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-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
+}


             reply	other threads:[~2024-12-18  6:29 UTC|newest]

Thread overview: 80+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-18  6:29 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-23 15:52 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/psych/ Sam James
2025-04-22  0:36 Sam James
2025-04-21 16:15 Arthur Zamarin
2025-04-21  4:31 Sam James
2025-04-20  7:40 Sam James
2025-04-20  7:40 Sam James
2025-01-18  6:17 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-09-07  6:09 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=1734503338.1b6c34e5cf29c9052edb16b5f5cd1b51cd052e48.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