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/pkg-config/
Date: Sat, 02 Nov 2019 10:10:24
Message-Id: 1572689123.e4c17e9accdced8c0052c96ab45a215d0e3de4f3.graaff@gentoo
1 commit: e4c17e9accdced8c0052c96ab45a215d0e3de4f3
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 2 10:05:23 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 2 10:05:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c17e9a
7
8 dev-ruby/pkg-config: cleanup
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/pkg-config/Manifest | 2 --
14 dev-ruby/pkg-config/pkg-config-1.3.7.ebuild | 33 -----------------------------
15 dev-ruby/pkg-config/pkg-config-1.3.8.ebuild | 31 ---------------------------
16 3 files changed, 66 deletions(-)
17
18 diff --git a/dev-ruby/pkg-config/Manifest b/dev-ruby/pkg-config/Manifest
19 index 9b17e104045..e344fc2fb59 100644
20 --- a/dev-ruby/pkg-config/Manifest
21 +++ b/dev-ruby/pkg-config/Manifest
22 @@ -1,5 +1,3 @@
23 DIST pkg-config-1.2.8.gem 20480 BLAKE2B cc11b5eff30f0f5e1a91e64902931ed540da108fd326fe731b71527c9c4310f55e9002617e1baae4f71a4b705b20cf10f6fa112f8ef56971e82868145d372a47 SHA512 d83a599a48c7d404946054c6846b6cfd9fce2a264c288519a6eccd9787f05d45397dd46300bf97c80700921456318154ea6d44ba32cd159803471073c2a2b065
24 -DIST pkg-config-1.3.7.gem 20992 BLAKE2B 4927cbe744b88e11ece71e554b07092d671a1b0775aa0c647abab6718c1903b888d98aa97ce5eae89033c13a542e45880b28fc886225c226d6e525c0004ec05f SHA512 cceef2b8f0b92582256660f50be21b446e6ef8ca9edd3c7736d2dbcbf2bf8ab60a1ef8f2fed21448d01ab155fd92fe9a3e8cf1f8bda4f80a8e0a8896f1eedd60
25 -DIST pkg-config-1.3.8.gem 21504 BLAKE2B 6959487c26b562978e00c4f6b7362c84f78f83e3ad2821b27a23feb76d1bc948832d898b81cd1347a3dec0d04bce0abf427df96420280ec721ded45619339361 SHA512 893b8804abbc295bb678e539a22c23f4bac571b5d29cdeb825f0ed2b6be1efa7f50403b97718b38034bc3d1e5bc709d9fa6e26894fb90fe0d6789b8bcc4f19ee
26 DIST pkg-config-1.3.9.gem 22016 BLAKE2B bb22881e07a251722e5e2344a8ebfea105456c4994da01b6cad53b93c5fab515537c04166be9985bac224944e89506040a2f89886f03c9f5d9c2227551e6e840 SHA512 ffec47956f59daea7eefe749474389cc43b500251b7d35cf268caed975d4b8483990c6c5cc0eb1cb918a7e09edd483fe88d6e7141c13496edeb4d4aac5ab3019
27 DIST pkg-config-1.4.0.gem 22016 BLAKE2B a9f56e68580b290bc0b09b07dc059b5ac7141a97a2a4653529fd59aa348bee7ce90a2e752172d2d0f376b67fbb7253f0d3bb38107eb68e3d6bb3f7d57637423c SHA512 d60539519e86e210def73d2536a694e2fc7a6a424c7cdd49b6046420b113520465e1863ef4d90d9491d081b78e16cfff27121d3b7f78a78330c4a242c652ebd7
28
29 diff --git a/dev-ruby/pkg-config/pkg-config-1.3.7.ebuild b/dev-ruby/pkg-config/pkg-config-1.3.7.ebuild
30 deleted file mode 100644
31 index 600fa391e78..00000000000
32 --- a/dev-ruby/pkg-config/pkg-config-1.3.7.ebuild
33 +++ /dev/null
34 @@ -1,33 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
40 -
41 -RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS"
42 -
43 -RUBY_FAKEGEM_TASK_DOC=""
44 -
45 -inherit ruby-fakegem
46 -
47 -DESCRIPTION="A pkg-config implementation by Ruby"
48 -HOMEPAGE="https://github.com/rcairo/pkg-config"
49 -LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )"
50 -
51 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
52 -SLOT="0"
53 -IUSE="test"
54 -
55 -ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
56 -# this is used for testing
57 -DEPEND+=" test? ( x11-libs/cairo )"
58 -
59 -all_ruby_prepare() {
60 - # drop failing tests
61 - sed -i -e "/test_cflags/,/end/d"\
62 - -e "/test_cflags_only_I/,/end/d" test/test_pkg_config.rb || die
63 -}
64 -
65 -each_ruby_test() {
66 - ruby-ng_testrb-2 -Ilib test/test_${PN/-/_}.rb || die
67 -}
68
69 diff --git a/dev-ruby/pkg-config/pkg-config-1.3.8.ebuild b/dev-ruby/pkg-config/pkg-config-1.3.8.ebuild
70 deleted file mode 100644
71 index a8f0cfce739..00000000000
72 --- a/dev-ruby/pkg-config/pkg-config-1.3.8.ebuild
73 +++ /dev/null
74 @@ -1,31 +0,0 @@
75 -# Copyright 1999-2019 Gentoo Authors
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=7
79 -USE_RUBY="ruby24 ruby25 ruby26"
80 -
81 -RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS"
82 -
83 -inherit ruby-fakegem
84 -
85 -DESCRIPTION="A pkg-config implementation by Ruby"
86 -HOMEPAGE="https://github.com/rcairo/pkg-config"
87 -LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )"
88 -
89 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
90 -SLOT="0"
91 -IUSE="test"
92 -
93 -ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
94 -# this is used for testing
95 -DEPEND+=" test? ( x11-libs/cairo )"
96 -
97 -all_ruby_prepare() {
98 - # drop failing tests
99 - sed -i -e "/test_cflags/,/end/d"\
100 - -e "/test_cflags_only_I/,/end/d" test/test_pkg_config.rb || die
101 -}
102 -
103 -each_ruby_test() {
104 - ruby-ng_testrb-2 -Ilib test/test_${PN/-/_}.rb || die
105 -}