diff options
author | Sam James <sam@gentoo.org> | 2023-03-29 13:08:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-29 13:56:36 +0100 |
commit | ffd3af9bbcaadcc6e4c51304ba87621b95df951a (patch) | |
tree | 8d18e8eb84abf4fd9f0659af90ea127f7b3ef124 /dev-ruby/ruby-gobject-introspection | |
parent | dev-ruby/ruby-glib2: drop 3.4.3, 3.5.1 (diff) | |
download | gentoo-ffd3af9bbcaadcc6e4c51304ba87621b95df951a.tar.gz gentoo-ffd3af9bbcaadcc6e4c51304ba87621b95df951a.tar.bz2 gentoo-ffd3af9bbcaadcc6e4c51304ba87621b95df951a.zip |
dev-ruby/ruby-gobject-introspection: drop 3.4.3
Signed-off-by: Sam James <sam@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-3.4.3.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/dev-ruby/ruby-gobject-introspection/Manifest b/dev-ruby/ruby-gobject-introspection/Manifest index c4c74d117a84..3402145bf8c5 100644 --- a/dev-ruby/ruby-gobject-introspection/Manifest +++ b/dev-ruby/ruby-gobject-introspection/Manifest @@ -1,2 +1 @@ -DIST ruby-gnome2-3.4.3.tar.gz 3136727 BLAKE2B 3b85136b90e7a9de14f38fbdb55d9c143719e697ff60fdd4c09921b5d0c6363cf27b7b2da55d93a95d302e62879c321df20e729d4a3d9d2e8d1f2a4afb8c6e49 SHA512 ac4614647c20080eb850d47938b00eb69730aef6672a35cf290619a5c3e01007ac59e75995e36398a0ddaed61db2f4ccdf9d26d2453fff9d5160073ee73081b8 DIST ruby-gnome2-3.5.1.tar.gz 2613400 BLAKE2B ab9b7e3b6322b5b89a6bf4d529d5b5abdfbe50b1e099cfba67f089bab3abd39c2a96b57305b13311e9c34957c57107e31708cc76ffa4c20d84af2294f7bf7bb4 SHA512 9423c18587c11b6c317a58ec817e886c99ab37b29271b1684d7c793655a121c8b20c9630347d5f248e687843fd888e2137dca5d3d232121d87565ee2707f2f21 diff --git a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.4.3.ebuild b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.4.3.ebuild deleted file mode 100644 index 50494b226cc5..000000000000 --- a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.4.3.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -inherit ruby-ng-gnome2 - -DESCRIPTION="Ruby GObjectIntrospection bindings" -KEYWORDS="amd64 ~ppc ~riscv ~x86" -IUSE="" - -DEPEND+=" dev-libs/glib - dev-libs/gobject-introspection" -RDEPEND+=" dev-libs/glib - dev-libs/gobject-introspection" - -ruby_add_rdepend "~dev-ruby/ruby-glib2-${PV}" |