diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-11-30 11:13:33 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-11-30 11:28:14 +0100 |
commit | 9146ae3406b506afb4e47294bdfec44c51c58eb3 (patch) | |
tree | 902890bae96c44cdffbde9d0a287be64d87a6721 /dev-ruby/ruby-gobject-introspection | |
parent | dev-ruby/ruby-glib2: add 4.2.4 (diff) | |
download | gentoo-9146ae3406b506afb4e47294bdfec44c51c58eb3.tar.gz gentoo-9146ae3406b506afb4e47294bdfec44c51c58eb3.tar.bz2 gentoo-9146ae3406b506afb4e47294bdfec44c51c58eb3.zip |
dev-ruby/ruby-gobject-introspection: add 4.2.4
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/ruby-gobject-introspection')
-rw-r--r-- | dev-ruby/ruby-gobject-introspection/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-4.2.4.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/dev-ruby/ruby-gobject-introspection/Manifest b/dev-ruby/ruby-gobject-introspection/Manifest index 023bc72357e4..3fb13ea4ee05 100644 --- a/dev-ruby/ruby-gobject-introspection/Manifest +++ b/dev-ruby/ruby-gobject-introspection/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-gobject-introspection/ruby-gobject-introspection-4.2.4.ebuild b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-4.2.4.ebuild new file mode 100644 index 000000000000..11c26e7558c7 --- /dev/null +++ b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-4.2.4.ebuild @@ -0,0 +1,17 @@ +# 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 GObjectIntrospection bindings" +KEYWORDS="~amd64 ~ppc ~riscv ~x86" + +DEPEND="dev-libs/glib + dev-libs/gobject-introspection" +RDEPEND="dev-libs/glib + dev-libs/gobject-introspection" + +ruby_add_rdepend "~dev-ruby/ruby-glib2-${PV}" |