Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-gobject-introspection/
Date: Fri, 03 Mar 2017 07:15:58
Message-Id: 1488525227.8c167284b076f1b1079e06983201ee3d56972a0f.graaff@gentoo
1 commit: 8c167284b076f1b1079e06983201ee3d56972a0f
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 3 07:13:47 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 3 07:13:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c167284
7
8 dev-ruby/ruby-gobject-introspection: cleanup
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ruby/ruby-gobject-introspection/Manifest | 1 -
13 .../ruby-gobject-introspection-3.0.7.ebuild | 33 ----------------------
14 2 files changed, 34 deletions(-)
15
16 diff --git a/dev-ruby/ruby-gobject-introspection/Manifest b/dev-ruby/ruby-gobject-introspection/Manifest
17 index 895ce8a2adf..1f9af4e6166 100644
18 --- a/dev-ruby/ruby-gobject-introspection/Manifest
19 +++ b/dev-ruby/ruby-gobject-introspection/Manifest
20 @@ -1,2 +1 @@
21 -DIST ruby-gnome2-all-3.0.7.tar.gz 1692752 SHA256 4b65da24a5fdd4a774d6f238abcce8a3aca2bad093211bb824fb6a06e5430375 SHA512 0cfd5dd13ef0e0986ddd2235f88ffb21d15e6cb709b47252bb34e587fef88c0234e65f178eccec7dbfd45759ba37f1bbdcee6c7908d3f9daaf3369453b2478ee WHIRLPOOL 0a0e2749f6642485bada7ab22d69a3ed0e4d170a2d0dec6db88e62179264c6093a51c05cca87c64a4a3e9d1bdedb05a92fba81f6098872c06c8cbfa451ccedf2
22 DIST ruby-gnome2-all-3.0.8.tar.gz 1732574 SHA256 47449f4d9eb9a175fdff5115157b4ea07ad6aa3bff7fa6258d42920b2cbb45a5 SHA512 e30c2cd95db762eff4f5f6d6f03811338657a849fc94d1af71488bb912cc82b85c0aa6860658f6eba66119ef95382ad142661751471a52de9606c5514ec6a6cf WHIRLPOOL 7b0580639ed2d1364e0de0135f9256d014771dfba3e94f6a220a26faa969dcc8cb198eab400ea6ebc25fa89082a8c96cb81ec2b0231784aea3b8e748b322f19e
23
24 diff --git a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.0.7.ebuild b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.0.7.ebuild
25 deleted file mode 100644
26 index fd8f82eaad1..00000000000
27 --- a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.0.7.ebuild
28 +++ /dev/null
29 @@ -1,33 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -USE_RUBY="ruby20 ruby21 ruby22"
35 -
36 -inherit ruby-ng-gnome2
37 -
38 -RUBY_S=ruby-gnome2-all-${PV}/gobject-introspection
39 -
40 -DESCRIPTION="Ruby GObjectIntrospection bindings"
41 -KEYWORDS="amd64 ~ppc ~x86"
42 -IUSE=""
43 -
44 -DEPEND+=" dev-libs/gobject-introspection"
45 -RDEPEND+=" dev-libs/gobject-introspection"
46 -
47 -ruby_add_rdepend "~dev-ruby/ruby-glib2-${PV}"
48 -
49 -all_ruby_prepare() {
50 - # Remove pregenerated Makefile since it will otherwise be shared by all targets.
51 - rm -f Makefile Makefile.lib ext/gobject-introspection/Makefile || die
52 -
53 - # Avoid unneeded dependency on test-unit-notify.
54 - sed -i -e '/notify/ s:^:#:' test/gobject-introspection-test-utils.rb || die
55 -
56 - # Avoid compilation of dependencies during test.
57 - sed -i -e '/system/,/^ end/ s:^:#:' test/run-test.rb || die
58 -}
59 -
60 -each_ruby_test() {
61 - ${RUBY} test/run-test.rb || die
62 -}