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/nio4r/
Date: Wed, 03 Feb 2021 06:45:26
Message-Id: 1612334629.5655c3de12898648403e65828656a6603c9fae06.graaff@gentoo
1 commit: 5655c3de12898648403e65828656a6603c9fae06
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 3 06:43:49 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 3 06:43:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5655c3de
7
8 dev-ruby/nio4r: cleanup
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/nio4r/Manifest | 2 --
14 dev-ruby/nio4r/nio4r-2.5.2.ebuild | 40 ---------------------------------------
15 dev-ruby/nio4r/nio4r-2.5.3.ebuild | 40 ---------------------------------------
16 3 files changed, 82 deletions(-)
17
18 diff --git a/dev-ruby/nio4r/Manifest b/dev-ruby/nio4r/Manifest
19 index dfaa0b9c49a..451e6b3f223 100644
20 --- a/dev-ruby/nio4r/Manifest
21 +++ b/dev-ruby/nio4r/Manifest
22 @@ -1,3 +1 @@
23 -DIST nio4r-2.5.2.gem 110592 BLAKE2B b632322d0706f97a30601e7135daad9ee5a66e57ff7dea1eb0b8365e45f896e7b8a7c228c4eb781d2f44ea047eb028549bc172b68a0540d041ad83bd79d25075 SHA512 3db567c9994e9186749e37c3ebc07f744e7a82c1163d44222475cf491f945745c6c070f4a0a8c77e331921147cc1f5f7bfffd86cb3455d5864280c4e4945b295
24 -DIST nio4r-2.5.3.gem 110592 BLAKE2B 8a22839a2431f3128832733ef1f814e2743939e3128c689c1ccfea7537ac92c497545182525a8305ba9348092b897a22c4d21044cca695f17d95c08dc17b1f77 SHA512 dad68688faacf110f08e3252222fed7696e557944c56dadf47a1fb037c5627ab88fa82e70c2e28f802f81ed6c93e38bf85daf28dc42a51f40e455558609b0b58
25 DIST nio4r-2.5.4.gem 110080 BLAKE2B 9aaed6cd4d74cf6ff3fed114d7c0c9162afb646aa6eadf294e0a6710dfca1e6b4ccf1eb8850c8704f3792eb6695034612813db08fbf74814556455db6ab48b4a SHA512 f7e383516ac6b55fd49339280e624a4c35f9cd2d31915b3d117189506522d967fc53a43cde75e8601f3fe0530e1322aeaa8c94a09289ddbefb2afd8d067341ec
26
27 diff --git a/dev-ruby/nio4r/nio4r-2.5.2.ebuild b/dev-ruby/nio4r/nio4r-2.5.2.ebuild
28 deleted file mode 100644
29 index 788b747233d..00000000000
30 --- a/dev-ruby/nio4r/nio4r-2.5.2.ebuild
31 +++ /dev/null
32 @@ -1,40 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
39 -
40 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
41 -
42 -RUBY_FAKEGEM_RECIPE_DOC=""
43 -RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
44 -
45 -inherit ruby-fakegem
46 -
47 -DESCRIPTION="A high performance selector API for monitoring IO objects"
48 -HOMEPAGE="https://github.com/socketry/nio4r"
49 -
50 -LICENSE="MIT || ( BSD GPL-2 )"
51 -SLOT="2"
52 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
53 -IUSE=""
54 -
55 -# Note that nio4r bundles a patched copy of libev, and without these
56 -# patches the tests fail: https://github.com/celluloid/nio4r/issues/15
57 -
58 -ruby_add_bdepend "test? ( dev-ruby/rspec-retry )"
59 -
60 -all_ruby_prepare() {
61 - sed -i -e '/[Cc]overalls/d' -e '/[Bb]undler/d' spec/spec_helper.rb || die
62 - sed -e '/extension/ s:^:#:' -i Rakefile || die
63 -}
64 -
65 -each_ruby_configure() {
66 - ${RUBY} -Cext/${PN} extconf.rb || die
67 -}
68 -
69 -each_ruby_compile() {
70 - emake V=1 -Cext/${PN}
71 - cp ext/${PN}/*$(get_modname) lib/ || die
72 -}
73
74 diff --git a/dev-ruby/nio4r/nio4r-2.5.3.ebuild b/dev-ruby/nio4r/nio4r-2.5.3.ebuild
75 deleted file mode 100644
76 index 635dfac5b37..00000000000
77 --- a/dev-ruby/nio4r/nio4r-2.5.3.ebuild
78 +++ /dev/null
79 @@ -1,40 +0,0 @@
80 -# Copyright 1999-2021 Gentoo Authors
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=7
84 -
85 -USE_RUBY="ruby25 ruby26 ruby27"
86 -
87 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
88 -
89 -RUBY_FAKEGEM_RECIPE_DOC=""
90 -RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
91 -
92 -inherit ruby-fakegem
93 -
94 -DESCRIPTION="A high performance selector API for monitoring IO objects"
95 -HOMEPAGE="https://github.com/socketry/nio4r"
96 -
97 -LICENSE="MIT || ( BSD GPL-2 )"
98 -SLOT="2"
99 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
100 -IUSE=""
101 -
102 -# Note that nio4r bundles a patched copy of libev, and without these
103 -# patches the tests fail: https://github.com/celluloid/nio4r/issues/15
104 -
105 -ruby_add_bdepend "test? ( dev-ruby/rspec-retry )"
106 -
107 -all_ruby_prepare() {
108 - sed -i -e '/[Cc]overalls/d' -e '/[Bb]undler/d' -e '1irequire "openssl"' spec/spec_helper.rb || die
109 - sed -e '/extension/ s:^:#:' -i Rakefile || die
110 -}
111 -
112 -each_ruby_configure() {
113 - ${RUBY} -Cext/${PN} extconf.rb || die
114 -}
115 -
116 -each_ruby_compile() {
117 - emake V=1 -Cext/${PN}
118 - cp ext/${PN}/*$(get_modname) lib/ || die
119 -}