diff options
author | 2023-06-12 03:50:48 +0100 | |
---|---|---|
committer | 2023-06-12 03:50:48 +0100 | |
commit | 5dcc893a8133d249b0623a8e4737aa48e1be726f (patch) | |
tree | b7755306daaa046b13a384ceb0f5a501f0c5a946 /dev-ruby/ruby-pango | |
parent | dev-ruby/ruby-gdkpixbuf2: drop 3.5.1 (diff) | |
download | gentoo-5dcc893a8133d249b0623a8e4737aa48e1be726f.tar.gz gentoo-5dcc893a8133d249b0623a8e4737aa48e1be726f.tar.bz2 gentoo-5dcc893a8133d249b0623a8e4737aa48e1be726f.zip |
dev-ruby/ruby-pango: drop 3.5.1
Bug: https://bugs.gentoo.org/908378
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/ruby-pango')
-rw-r--r-- | dev-ruby/ruby-pango/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/ruby-pango/ruby-pango-3.5.1.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-ruby/ruby-pango/Manifest b/dev-ruby/ruby-pango/Manifest index d288a30647ef..023bc72357e4 100644 --- a/dev-ruby/ruby-pango/Manifest +++ b/dev-ruby/ruby-pango/Manifest @@ -1,2 +1 @@ -DIST ruby-gnome2-3.5.1.tar.gz 2613400 BLAKE2B ab9b7e3b6322b5b89a6bf4d529d5b5abdfbe50b1e099cfba67f089bab3abd39c2a96b57305b13311e9c34957c57107e31708cc76ffa4c20d84af2294f7bf7bb4 SHA512 9423c18587c11b6c317a58ec817e886c99ab37b29271b1684d7c793655a121c8b20c9630347d5f248e687843fd888e2137dca5d3d232121d87565ee2707f2f21 DIST ruby-gnome2-4.1.2.tar.gz 2708791 BLAKE2B ef24788d8c65f96c76b43d8adc38af21dfb3bfe2f8ae2157f6978993fe65e9735030e9912e8eb1ff5ff90ab1c67701ae61ac3b0790cb285646f26b6193d74be5 SHA512 898ae5bcd7a6347d7392b7888c19493905f6e660afb61f17a60b1f22e4069329ef6ccc9277375a2c40b4d998a309b61de6797f50c4633c0f5de22d2e85252537 diff --git a/dev-ruby/ruby-pango/ruby-pango-3.5.1.ebuild b/dev-ruby/ruby-pango/ruby-pango-3.5.1.ebuild deleted file mode 100644 index d133d0317fed..000000000000 --- a/dev-ruby/ruby-pango/ruby-pango-3.5.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby27 ruby30 ruby31" - -inherit ruby-ng-gnome2 - -DESCRIPTION="Ruby Pango bindings" -KEYWORDS="amd64 ~ppc ~riscv ~x86" -IUSE="" -DEPEND+=" dev-libs/glib - >=x11-libs/pango-1.2.1[introspection]" -RDEPEND+=" dev-libs/glib - >=x11-libs/pango-1.2.1[introspection]" - -ruby_add_rdepend " - dev-ruby/rcairo - ~dev-ruby/ruby-cairo-gobject-${PV} - ~dev-ruby/ruby-gobject-introspection-${PV} -" - -all_ruby_prepare() { - ruby-ng-gnome2_all_ruby_prepare - - # Remove test depending on specific locales to be set up: bug 526248 - rm -f test/test-language.rb || die -} - -each_ruby_test() { - # Include pango path since run-test does not list it - ${RUBY} -Iext/pango test/run-test.rb || die -} |