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: Tue, 19 Feb 2019 06:29:02
Message-Id: 1550554837.2a9a78f440366f43d70a0f2fcb5445d86e6b5429.graaff@gentoo
1 commit: 2a9a78f440366f43d70a0f2fcb5445d86e6b5429
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 19 05:40:37 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 19 05:40:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a9a78f4
7
8 dev-ruby/pkg-config: cleanup
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-ruby/pkg-config/Manifest | 2 --
14 dev-ruby/pkg-config/pkg-config-1.2.9.ebuild | 33 -----------------------------
15 dev-ruby/pkg-config/pkg-config-1.3.1.ebuild | 33 -----------------------------
16 3 files changed, 68 deletions(-)
17
18 diff --git a/dev-ruby/pkg-config/Manifest b/dev-ruby/pkg-config/Manifest
19 index 79688f3b916..d3432b14090 100644
20 --- a/dev-ruby/pkg-config/Manifest
21 +++ b/dev-ruby/pkg-config/Manifest
22 @@ -1,6 +1,4 @@
23 DIST pkg-config-1.2.8.gem 20480 BLAKE2B cc11b5eff30f0f5e1a91e64902931ed540da108fd326fe731b71527c9c4310f55e9002617e1baae4f71a4b705b20cf10f6fa112f8ef56971e82868145d372a47 SHA512 d83a599a48c7d404946054c6846b6cfd9fce2a264c288519a6eccd9787f05d45397dd46300bf97c80700921456318154ea6d44ba32cd159803471073c2a2b065
24 -DIST pkg-config-1.2.9.gem 20480 BLAKE2B 8a77d1b00082635ff622940cf313e18e9639e22d7cc0cc170ef62b65c69a3f2d98409339de3d8de2c765699734c6177dfa77ca8357090c4f8d805b9cff453f40 SHA512 6b16b741f8efce51623a98a1979b3bc8af18ce6d74bd35f46baafa9eb19bdab50372921f8548a958bc4428f5e9ff0015ca9ec1700065d70bb9fb9d2a98c311c7
25 -DIST pkg-config-1.3.1.gem 20480 BLAKE2B 016290cf7eecabc5923333b2fc1e124a369f9a267e7157fcbc842e19b8fe0f3ceccfef77bb4c3b9b0300b72bf503d1ea823b8c2743c3d56da06d75e5a81768c0 SHA512 801dbe70ad1ef075d74f260a124d4b3a78a237abc133bd3da8ac93f0ae51b8d6e94efc1064ffea64138bae26efce52ef5bb23553625d808cafa477af50ca55ec
26 DIST pkg-config-1.3.2.gem 20992 BLAKE2B 53881385d6751fb77b91428aeac553863d97c1792c30194733fdfc48746dde2178d2e3ad30157ae0061a16e7c0e094fae4fadb3148b4c9c1da0a66e0937d7cd7 SHA512 19f3ba9eaf8e81504ead9445a735e1afbb1726be8671e5146f31e31ad311b34ed17a5c01769aaadc9450667c1f69f14451eed68cfe87339b00f0b87e3e7d592a
27 DIST pkg-config-1.3.3.gem 20992 BLAKE2B 694553ba12025d80a13597b8ab526fdac291badb9ed320e88d5234d56ecfcaf71d27482375aa39bd5262012d7e20be6a080db10733c18e977ff8fa15fd1c4461 SHA512 449bca982c6f367cfdb219848907f9ebabd7b0c41750d6e95a58d627db3a809b01a80846117ce3c7858ec1829ee5de9bbbb4b16184e6f269d56af737954ce207
28 DIST pkg-config-1.3.4.gem 20992 BLAKE2B 3e9ab485f4b375abfc7e90287a11f8c8a65afcad1f296c35db9bd7206064d45961078e5664381b5250716da6f9ceb2ca1433e360f8bf9bc26f569a132df8e7f4 SHA512 c0caf3f0254e2dd64cd258ca7936a26c7c1525922f0e214b67ee09f9b54455077a2dfe23251a5e985685975a6b4597d0dcd4cd3ad19a80866028450fb4bfcbdf
29
30 diff --git a/dev-ruby/pkg-config/pkg-config-1.2.9.ebuild b/dev-ruby/pkg-config/pkg-config-1.2.9.ebuild
31 deleted file mode 100644
32 index 961b61c5e57..00000000000
33 --- a/dev-ruby/pkg-config/pkg-config-1.2.9.ebuild
34 +++ /dev/null
35 @@ -1,33 +0,0 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -USE_RUBY="ruby22 ruby23 ruby24 ruby25"
41 -
42 -RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS"
43 -
44 -RUBY_FAKEGEM_TASK_DOC=""
45 -
46 -inherit ruby-fakegem
47 -
48 -DESCRIPTION="A pkg-config implementation by Ruby"
49 -HOMEPAGE="https://github.com/rcairo/pkg-config"
50 -LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )"
51 -
52 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
53 -SLOT="0"
54 -IUSE="test"
55 -
56 -ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
57 -# this is used for testing
58 -DEPEND+=" test? ( x11-libs/cairo )"
59 -
60 -all_ruby_prepare() {
61 - # drop failing tests
62 - sed -i -e "/test_cflags/,/end/d"\
63 - -e "/test_cflags_only_I/,/end/d" test/test_pkg_config.rb || die
64 -}
65 -
66 -each_ruby_test() {
67 - ruby-ng_testrb-2 -Ilib test/test_${PN/-/_}.rb || die
68 -}
69
70 diff --git a/dev-ruby/pkg-config/pkg-config-1.3.1.ebuild b/dev-ruby/pkg-config/pkg-config-1.3.1.ebuild
71 deleted file mode 100644
72 index 70973286632..00000000000
73 --- a/dev-ruby/pkg-config/pkg-config-1.3.1.ebuild
74 +++ /dev/null
75 @@ -1,33 +0,0 @@
76 -# Copyright 1999-2018 Gentoo Foundation
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=6
80 -USE_RUBY="ruby23 ruby24 ruby25"
81 -
82 -RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS"
83 -
84 -RUBY_FAKEGEM_TASK_DOC=""
85 -
86 -inherit ruby-fakegem
87 -
88 -DESCRIPTION="A pkg-config implementation by Ruby"
89 -HOMEPAGE="https://github.com/rcairo/pkg-config"
90 -LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )"
91 -
92 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
93 -SLOT="0"
94 -IUSE="test"
95 -
96 -ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
97 -# this is used for testing
98 -DEPEND+=" test? ( x11-libs/cairo )"
99 -
100 -all_ruby_prepare() {
101 - # drop failing tests
102 - sed -i -e "/test_cflags/,/end/d"\
103 - -e "/test_cflags_only_I/,/end/d" test/test_pkg_config.rb || die
104 -}
105 -
106 -each_ruby_test() {
107 - ruby-ng_testrb-2 -Ilib test/test_${PN/-/_}.rb || die
108 -}