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: Sun, 03 Jan 2016 07:28:44
Message-Id: 1451805341.836e6b124132d2b3d46eae3cdb44f7f667bcb2fb.graaff@gentoo
1 commit: 836e6b124132d2b3d46eae3cdb44f7f667bcb2fb
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 3 07:15:41 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 07:15:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=836e6b12
7
8 dev-ruby/pkg-config: cleanup
9
10 Package-Manager: portage-2.2.24
11
12 dev-ruby/pkg-config/Manifest | 1 -
13 dev-ruby/pkg-config/pkg-config-1.1.5-r1.ebuild | 34 --------------------------
14 dev-ruby/pkg-config/pkg-config-1.1.5.ebuild | 34 --------------------------
15 3 files changed, 69 deletions(-)
16
17 diff --git a/dev-ruby/pkg-config/Manifest b/dev-ruby/pkg-config/Manifest
18 index 50402ad..7cdc79a 100644
19 --- a/dev-ruby/pkg-config/Manifest
20 +++ b/dev-ruby/pkg-config/Manifest
21 @@ -1,2 +1 @@
22 -DIST pkg-config-1.1.5.gem 19456 SHA256 c821a08679b447e9665639d7c12b6a1d566530dcc9920c2d5dfd5e2e7cab06a7 SHA512 3f5fa5f255dc8c8838eb742e0b3654de7d00155fe8c41e007ae51cc01c5380182a24ee0b4718d76e5b76ad1deb917d429db61d3ffc995a774381722749b82cdd WHIRLPOOL 8d281d5b02cb71fdcb5dd899b817ac255b81db070f892f05ab312f21716f61805e954e8b882442deb9de04bb80e302648997ae206faaa5f3eb505447d82c05cd
23 DIST pkg-config-1.1.6.gem 19456 SHA256 f89c285286d9bb1607022225d042d8ff96d41d2755d4de80611d52f3ab0f7626 SHA512 089aec86cf008d1dca3fa6ee6604ef5860cd404671e23b539eb82a4654255eecddd142d0249e0c89dad7a467a5252ed3afea665cda8bb4012ae5ec8e24d2d825 WHIRLPOOL 619d85ad9e7ce5adaf4731abebbbe2e089571defac38f147c528e1f0a99d0f5345e0ecb7b0f27c999353dc5b4e22df0771a25403a6c31d1cb550664c3fbcfef8
24
25 diff --git a/dev-ruby/pkg-config/pkg-config-1.1.5-r1.ebuild b/dev-ruby/pkg-config/pkg-config-1.1.5-r1.ebuild
26 deleted file mode 100644
27 index 4decff3..0000000
28 --- a/dev-ruby/pkg-config/pkg-config-1.1.5-r1.ebuild
29 +++ /dev/null
30 @@ -1,34 +0,0 @@
31 -# Copyright 1999-2014 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -USE_RUBY="ruby19 ruby20 ruby21"
37 -
38 -RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS"
39 -
40 -RUBY_FAKEGEM_TASK_DOC=""
41 -
42 -inherit ruby-fakegem
43 -
44 -DESCRIPTION="A pkg-config implementation by Ruby"
45 -HOMEPAGE="https://github.com/rcairo/pkg-config"
46 -LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )"
47 -
48 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
49 -SLOT="0"
50 -IUSE="test"
51 -
52 -ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
53 -# this is used for testing
54 -DEPEND+=" test? ( x11-libs/cairo )"
55 -
56 -all_ruby_prepare() {
57 -# drop failing tests
58 - sed -i -e "/test_cflags/,/end/d"\
59 - -e "/test_cflags_only_I/,/end/d" test/test_pkg_config.rb || die
60 -}
61 -
62 -each_ruby_test() {
63 - ruby-ng_testrb-2 -Ilib test/test_${PN/-/_}.rb
64 -}
65
66 diff --git a/dev-ruby/pkg-config/pkg-config-1.1.5.ebuild b/dev-ruby/pkg-config/pkg-config-1.1.5.ebuild
67 deleted file mode 100644
68 index 0ac8108..0000000
69 --- a/dev-ruby/pkg-config/pkg-config-1.1.5.ebuild
70 +++ /dev/null
71 @@ -1,34 +0,0 @@
72 -# Copyright 1999-2014 Gentoo Foundation
73 -# Distributed under the terms of the GNU General Public License v2
74 -# $Id$
75 -
76 -EAPI=5
77 -USE_RUBY="ruby19 ruby20"
78 -
79 -RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS"
80 -
81 -RUBY_FAKEGEM_TASK_DOC=""
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="amd64 ppc ppc64 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
105 -}