commit:     237d5ce28868ae5da9b0c08436e4f700725cc4e5
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 30 09:46:15 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Nov 30 10:28:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=237d5ce2

dev-ruby/ruby-glib2: add 4.2.4

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

 dev-ruby/ruby-glib2/Manifest                |  1 +
 dev-ruby/ruby-glib2/ruby-glib2-4.2.4.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/dev-ruby/ruby-glib2/Manifest b/dev-ruby/ruby-glib2/Manifest
index 023bc72357e4..3fb13ea4ee05 100644
--- a/dev-ruby/ruby-glib2/Manifest
+++ b/dev-ruby/ruby-glib2/Manifest
@@ -1 +1,2 @@
 DIST ruby-gnome2-4.1.2.tar.gz 2708791 BLAKE2B 
ef24788d8c65f96c76b43d8adc38af21dfb3bfe2f8ae2157f6978993fe65e9735030e9912e8eb1ff5ff90ab1c67701ae61ac3b0790cb285646f26b6193d74be5
 SHA512 
898ae5bcd7a6347d7392b7888c19493905f6e660afb61f17a60b1f22e4069329ef6ccc9277375a2c40b4d998a309b61de6797f50c4633c0f5de22d2e85252537
+DIST ruby-gnome2-4.2.4.tar.gz 2748574 BLAKE2B 
8203e964a64c4699edce1c12559d3ee25f772b600c9f9af97ca6a133bb7b7a5773d8e6ca76a380a435daeb92ee03a57534e193a3436f13bac572e866c3655be5
 SHA512 
8efb04324255e3db17cd9a1a3c6984edb2b523e62493740c90a2cc48b957bcb6849438658273c00f2b6bcb497a6314b9f058eede789cc8625bee6145cfb799bb

diff --git a/dev-ruby/ruby-glib2/ruby-glib2-4.2.4.ebuild 
b/dev-ruby/ruby-glib2/ruby-glib2-4.2.4.ebuild
new file mode 100644
index 000000000000..2800646617f3
--- /dev/null
+++ b/dev-ruby/ruby-glib2/ruby-glib2-4.2.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby Glib2 bindings"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86"
+RDEPEND=">=dev-libs/glib-2"
+DEPEND=">=dev-libs/glib-2"
+
+all_ruby_prepare() {
+       ruby-ng-gnome2_all_ruby_prepare
+
+       # Skip spawn tests since our sandbox also provides items in the
+       # environment and this makes the test fragile.
+       rm -v test/test-spawn.rb || die
+}

Reply via email to