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/dnsruby/
Date: Sat, 03 Feb 2018 07:54:56
Message-Id: 1517644195.b31fe04b941c744502e0526fac372ec8d91da038.graaff@gentoo
1 commit: b31fe04b941c744502e0526fac372ec8d91da038
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 3 07:49:55 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 3 07:49:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b31fe04b
7
8 dev-ruby/dnsruby: cleanup
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-ruby/dnsruby/Manifest | 3 ---
13 dev-ruby/dnsruby/dnsruby-1.59.3.ebuild | 33 ---------------------------------
14 dev-ruby/dnsruby/dnsruby-1.60.0.ebuild | 33 ---------------------------------
15 dev-ruby/dnsruby/dnsruby-1.60.1.ebuild | 33 ---------------------------------
16 4 files changed, 102 deletions(-)
17
18 diff --git a/dev-ruby/dnsruby/Manifest b/dev-ruby/dnsruby/Manifest
19 index 6677ba81562..311e8119db9 100644
20 --- a/dev-ruby/dnsruby/Manifest
21 +++ b/dev-ruby/dnsruby/Manifest
22 @@ -1,4 +1 @@
23 -DIST dnsruby-1.59.3.gem 233984 BLAKE2B b0aacb8ef028d5e6faa29e48a6a59b44d8d579b1b6d0f2490f85a3b8cf1e9bf9c65b9a42a37c832f7d61c1cef506bbec31eb54e17f99cc42b19bfa1b8eb50194 SHA512 7cfd8c15b7691b86473f46c6e28c751f87d63459104c2b550312a717c654c5013751851497e3ab0242202a813c2cbfa2d78cc414aa80641d47ca4b622e3eee09
24 -DIST dnsruby-1.60.0.gem 244736 BLAKE2B b69aeb5ff8e6f53acc90222271e3bb6c0ec81da7594ccec10df2814f732454c84c9b18ed94e805592e1a7401c657d2860234ca37f8fe16967371975bce3c3b3c SHA512 696f2cd72c09bfe6b6eecb59979f872843e7ebea320130edb86eb662ad8b5ad657bea0709614093b5dcdf6c95ebfebdae500ae5622fe999a4cdc03e1ad4b5fc6
25 -DIST dnsruby-1.60.1.gem 254464 BLAKE2B e6df02f6064ab36ebe60752f808100130df634b3938c3ac8a75b619a95738261afc87dd7bdb9abe67db32effebc9f02f6a88e8c2fcb9880e8629cddd24d93852 SHA512 fb84a76224350b01925e5a5e413ec08c31988d7cc5fc5e403aabb1aaeee227f926b267628e8438da2fef5d14facf6efe98bceb100d8169117119ef115b6d2031
26 DIST dnsruby-1.60.2.gem 254976 BLAKE2B fa91e3994331fcb37650c905fb00cd58363ca9b90a3943934b2bb3de0ac82b9efeda418bba45673ec3911676dd1b68bd47d079c3ded201c190d17e2ee2bef0f4 SHA512 dcf191421aaf667f59baaa8098099c5532542e1b9e4fa6ad63a727361d985f14adb3d3fee4aef78c4b6ef8809fe06447ee60d7a220af93e57848a57e0ddfaa22
27
28 diff --git a/dev-ruby/dnsruby/dnsruby-1.59.3.ebuild b/dev-ruby/dnsruby/dnsruby-1.59.3.ebuild
29 deleted file mode 100644
30 index 7fb5a13a641..00000000000
31 --- a/dev-ruby/dnsruby/dnsruby-1.59.3.ebuild
32 +++ /dev/null
33 @@ -1,33 +0,0 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -USE_RUBY="ruby20 ruby21 ruby22 ruby23"
40 -
41 -RUBY_FAKEGEM_TASK_TEST=""
42 -RUBY_FAKEGEM_DOCDIR="html"
43 -RUBY_FAKEGEM_EXTRADOC="DNSSEC EXAMPLES README.md"
44 -inherit ruby-fakegem
45 -
46 -DESCRIPTION="A pure Ruby DNS client library"
47 -HOMEPAGE="https://github.com/alexdalitz/dnsruby"
48 -
49 -KEYWORDS="~amd64 ~x86"
50 -LICENSE="Apache-2.0"
51 -SLOT="0"
52 -IUSE=""
53 -
54 -ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.4:5 )"
55 -
56 -all_ruby_prepare() {
57 - sed -i -e "/[Cc]overall/d" Rakefile || die
58 - sed -i -e '/display/d' \
59 - -e '/Display/,/^}/d' test/spec_helper.rb || die
60 -}
61 -
62 -each_ruby_test() {
63 - # only run offline tests
64 - #${RUBY} -I .:lib test/ts_dnsruby.rb || die "test failed"
65 - ${RUBY} -I .:lib test/ts_offline.rb || die "test failed"
66 -}
67
68 diff --git a/dev-ruby/dnsruby/dnsruby-1.60.0.ebuild b/dev-ruby/dnsruby/dnsruby-1.60.0.ebuild
69 deleted file mode 100644
70 index 7fb5a13a641..00000000000
71 --- a/dev-ruby/dnsruby/dnsruby-1.60.0.ebuild
72 +++ /dev/null
73 @@ -1,33 +0,0 @@
74 -# Copyright 1999-2016 Gentoo Foundation
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=5
78 -
79 -USE_RUBY="ruby20 ruby21 ruby22 ruby23"
80 -
81 -RUBY_FAKEGEM_TASK_TEST=""
82 -RUBY_FAKEGEM_DOCDIR="html"
83 -RUBY_FAKEGEM_EXTRADOC="DNSSEC EXAMPLES README.md"
84 -inherit ruby-fakegem
85 -
86 -DESCRIPTION="A pure Ruby DNS client library"
87 -HOMEPAGE="https://github.com/alexdalitz/dnsruby"
88 -
89 -KEYWORDS="~amd64 ~x86"
90 -LICENSE="Apache-2.0"
91 -SLOT="0"
92 -IUSE=""
93 -
94 -ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.4:5 )"
95 -
96 -all_ruby_prepare() {
97 - sed -i -e "/[Cc]overall/d" Rakefile || die
98 - sed -i -e '/display/d' \
99 - -e '/Display/,/^}/d' test/spec_helper.rb || die
100 -}
101 -
102 -each_ruby_test() {
103 - # only run offline tests
104 - #${RUBY} -I .:lib test/ts_dnsruby.rb || die "test failed"
105 - ${RUBY} -I .:lib test/ts_offline.rb || die "test failed"
106 -}
107
108 diff --git a/dev-ruby/dnsruby/dnsruby-1.60.1.ebuild b/dev-ruby/dnsruby/dnsruby-1.60.1.ebuild
109 deleted file mode 100644
110 index 9e6d41113b5..00000000000
111 --- a/dev-ruby/dnsruby/dnsruby-1.60.1.ebuild
112 +++ /dev/null
113 @@ -1,33 +0,0 @@
114 -# Copyright 1999-2017 Gentoo Foundation
115 -# Distributed under the terms of the GNU General Public License v2
116 -
117 -EAPI=6
118 -
119 -USE_RUBY="ruby21 ruby22 ruby23 ruby24"
120 -
121 -RUBY_FAKEGEM_TASK_TEST=""
122 -RUBY_FAKEGEM_DOCDIR="html"
123 -RUBY_FAKEGEM_EXTRADOC="DNSSEC EXAMPLES README.md"
124 -inherit ruby-fakegem
125 -
126 -DESCRIPTION="A pure Ruby DNS client library"
127 -HOMEPAGE="https://github.com/alexdalitz/dnsruby"
128 -
129 -KEYWORDS="~amd64 ~x86"
130 -LICENSE="Apache-2.0"
131 -SLOT="0"
132 -IUSE=""
133 -
134 -ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.4:5 )"
135 -
136 -all_ruby_prepare() {
137 - sed -i -e "/[Cc]overall/d" Rakefile || die
138 - sed -i -e '/display/d' \
139 - -e '/Display/,/^}/d' test/spec_helper.rb || die
140 -}
141 -
142 -each_ruby_test() {
143 - # only run offline tests
144 - #${RUBY} -I .:lib test/ts_dnsruby.rb || die "test failed"
145 - ${RUBY} -I .:lib test/ts_offline.rb || die "test failed"
146 -}