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: Thu, 24 Dec 2015 06:37:54
Message-Id: 1450936349.3d1727a34b3ac84f52ac34bbac4c2b0d9f3f01c2.graaff@gentoo
1 commit: 3d1727a34b3ac84f52ac34bbac4c2b0d9f3f01c2
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 24 05:52:29 2015 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 24 05:52:29 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d1727a3
7
8 dev-ruby/nio4r: cleanup
9
10 Package-Manager: portage-2.2.24
11
12 dev-ruby/nio4r/Manifest | 2 --
13 dev-ruby/nio4r/nio4r-1.0.1.ebuild | 39 ---------------------------------------
14 dev-ruby/nio4r/nio4r-1.1.0.ebuild | 39 ---------------------------------------
15 3 files changed, 80 deletions(-)
16
17 diff --git a/dev-ruby/nio4r/Manifest b/dev-ruby/nio4r/Manifest
18 index be8c800..af7421e 100644
19 --- a/dev-ruby/nio4r/Manifest
20 +++ b/dev-ruby/nio4r/Manifest
21 @@ -1,3 +1 @@
22 -DIST nio4r-1.0.1.gem 88576 SHA256 0b3dd204fe0174711dbd9683b3b581f3ca7d94325cdcdc8e0d99daeeea48ea7f SHA512 5a2cd7a5df221315bd145c14eef839a9bcbe5fac08b39537ef9a9cbd4522ea621b0b1172309df479c634f639eb84b97d3b52a968e6e06e600d33bd633125ab99 WHIRLPOOL 7b26d3291bcd3af4e1386868cb8ca8c95168a86e9cfb4404df85b1666815024b5dd1405d33bb86fa6e9a89efd22942bccc7096fe19617e8daf1f15be1c79fd5c
23 -DIST nio4r-1.1.0.gem 90112 SHA256 503e591f2fad4b34b6349f636d528fcd19af312677af96d1cf2ae674bd409af5 SHA512 c54bcd1534161d2eaf1ef12e2faa436dc7ee59f4ca4b2b5eb1260e98593d8f0e0e3c670753d1dd2dc84053952a8df39ec13aa67b325198ae63ec811cd329256c WHIRLPOOL 02776eaae219efecd4988d56832415bfcfc746bf073910eb6cbbe5373ef5d1e0ce1f9ba1335bd12d7497a1f69dfc4f3b196690a76edcdd18c9d6f34253dcd164
24 DIST nio4r-1.1.1.gem 91648 SHA256 5d86fd9f8872982fd4fa623bdaafe45efe21353b64fd09632e486f1b4d40959e SHA512 3163fd7efe05200ff88d284e932244f9a8f2e3b0145c6e732cdf8cd253ca334e1ade5b7d9c61a2d69ce193fa86501f1756ab3602181754426c7a268996537ff6 WHIRLPOOL 29501589d7eac09717c898dfdf80107653e68dcf5e84a9f96d1609c377d371447f17c8119313de99e4a9b3d0d984dbf44ab8ce3cdf3358ce99667266aabbd8a9
25
26 diff --git a/dev-ruby/nio4r/nio4r-1.0.1.ebuild b/dev-ruby/nio4r/nio4r-1.0.1.ebuild
27 deleted file mode 100644
28 index b797d65..0000000
29 --- a/dev-ruby/nio4r/nio4r-1.0.1.ebuild
30 +++ /dev/null
31 @@ -1,39 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -
38 -USE_RUBY="ruby19 ruby20 ruby21"
39 -
40 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
41 -
42 -RUBY_FAKEGEM_TASK_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/celluloid/nio4r"
49 -
50 -LICENSE="MIT"
51 -SLOT="0"
52 -KEYWORDS="~amd64 ~ppc ~ppc64"
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 -all_ruby_prepare() {
59 - sed -i -e '/[Cc]overalls/d' -e '/[Bb]undler/d' spec/spec_helper.rb || die
60 - sed -e '/extension/ s:^:#:' -i Rakefile || die
61 -}
62 -
63 -each_ruby_configure() {
64 - ${RUBY} -Cext/${PN} extconf.rb || die
65 -}
66 -
67 -each_ruby_compile() {
68 - emake V=1 -Cext/${PN}
69 - cp ext/${PN}/*$(get_modname) lib/ || die
70 -}
71
72 diff --git a/dev-ruby/nio4r/nio4r-1.1.0.ebuild b/dev-ruby/nio4r/nio4r-1.1.0.ebuild
73 deleted file mode 100644
74 index ef39ae3..0000000
75 --- a/dev-ruby/nio4r/nio4r-1.1.0.ebuild
76 +++ /dev/null
77 @@ -1,39 +0,0 @@
78 -# Copyright 1999-2015 Gentoo Foundation
79 -# Distributed under the terms of the GNU General Public License v2
80 -# $Id$
81 -
82 -EAPI=5
83 -
84 -USE_RUBY="ruby19 ruby20 ruby21 ruby22"
85 -
86 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
87 -
88 -RUBY_FAKEGEM_TASK_DOC=""
89 -RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
90 -
91 -inherit ruby-fakegem
92 -
93 -DESCRIPTION="A high performance selector API for monitoring IO objects"
94 -HOMEPAGE="https://github.com/celluloid/nio4r"
95 -
96 -LICENSE="MIT"
97 -SLOT="0"
98 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
99 -IUSE=""
100 -
101 -# Note that nio4r bundles a patched copy of libev, and without these
102 -# patches the tests fail: https://github.com/celluloid/nio4r/issues/15
103 -
104 -all_ruby_prepare() {
105 - sed -i -e '/[Cc]overalls/d' -e '/[Bb]undler/d' spec/spec_helper.rb || die
106 - sed -e '/extension/ s:^:#:' -i Rakefile || die
107 -}
108 -
109 -each_ruby_configure() {
110 - ${RUBY} -Cext/${PN} extconf.rb || die
111 -}
112 -
113 -each_ruby_compile() {
114 - emake V=1 -Cext/${PN}
115 - cp ext/${PN}/*$(get_modname) lib/ || die
116 -}