From c56c22edaca843cc3ad3b13ba4312860d25433f6 Mon Sep 17 00:00:00 2001 From: Naohiro Aota Date: Thu, 16 Mar 2017 10:05:29 +0900 Subject: dev-ruby/ruby-gnome2: bump to 3.1.1 packages Package-Manager: Portage-2.3.4, Repoman-2.3.1 --- dev-ruby/ruby-gobject-introspection/Manifest | 1 + .../ruby-gobject-introspection-3.1.1.ebuild | 33 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.1.1.ebuild (limited to 'dev-ruby/ruby-gobject-introspection') diff --git a/dev-ruby/ruby-gobject-introspection/Manifest b/dev-ruby/ruby-gobject-introspection/Manifest index 1f9af4e61662..de22e495a5de 100644 --- a/dev-ruby/ruby-gobject-introspection/Manifest +++ b/dev-ruby/ruby-gobject-introspection/Manifest @@ -1 +1,2 @@ DIST ruby-gnome2-all-3.0.8.tar.gz 1732574 SHA256 47449f4d9eb9a175fdff5115157b4ea07ad6aa3bff7fa6258d42920b2cbb45a5 SHA512 e30c2cd95db762eff4f5f6d6f03811338657a849fc94d1af71488bb912cc82b85c0aa6860658f6eba66119ef95382ad142661751471a52de9606c5514ec6a6cf WHIRLPOOL 7b0580639ed2d1364e0de0135f9256d014771dfba3e94f6a220a26faa969dcc8cb198eab400ea6ebc25fa89082a8c96cb81ec2b0231784aea3b8e748b322f19e +DIST ruby-gnome2-all-3.1.1.tar.gz 2233259 SHA256 b71a298c08c465a8576912f8438a6e94a1a05d1d28db710446ce57bd4d841167 SHA512 be264505d254248e0e6190b28c5311d10384c2ade19ac56f249bd17284b153368e6007862c4e19e6d1015ba3e441f9bc502a5dbcc45b7dc8036611ef554a6de9 WHIRLPOOL a479d22e3f16f18da8ba0422def94c7b5f295ac608e1a467113d481853fa8a2d08363a172af6e5f55c8a936a6f7fd7086c3a8dd029ed7db9baf664e3c24ca782 diff --git a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.1.1.ebuild b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.1.1.ebuild new file mode 100644 index 000000000000..9781c969f6f4 --- /dev/null +++ b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.1.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +USE_RUBY="ruby21 ruby22 ruby23 ruby24" + +inherit ruby-ng-gnome2 + +RUBY_S=ruby-gnome2-all-${PV}/gobject-introspection + +DESCRIPTION="Ruby GObjectIntrospection bindings" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND+=" dev-libs/gobject-introspection" +RDEPEND+=" dev-libs/gobject-introspection" + +ruby_add_rdepend "~dev-ruby/ruby-glib2-${PV}" + +all_ruby_prepare() { + # Remove pregenerated Makefile since it will otherwise be shared by all targets. + rm -f Makefile Makefile.lib ext/gobject-introspection/Makefile || die + + # Avoid unneeded dependency on test-unit-notify. + sed -i -e '/notify/ s:^:#:' test/gobject-introspection-test-utils.rb || die + + # Avoid compilation of dependencies during test. + sed -i -e '/system/,/^ end/ s:^:#:' test/run-test.rb || die +} + +each_ruby_test() { + ${RUBY} test/run-test.rb || die +} -- cgit v1.2.3