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