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