diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-02-03 08:49:55 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-02-03 08:49:55 +0100 |
commit | b31fe04b941c744502e0526fac372ec8d91da038 (patch) | |
tree | a5ed42a050a934a7e7c50ed56e3b68215d442bea /dev-ruby/dnsruby | |
parent | dev-ruby/deprecated: add ruby24, ruby25 (diff) | |
download | gentoo-b31fe04b941c744502e0526fac372ec8d91da038.tar.gz gentoo-b31fe04b941c744502e0526fac372ec8d91da038.tar.bz2 gentoo-b31fe04b941c744502e0526fac372ec8d91da038.zip |
dev-ruby/dnsruby: cleanup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/dnsruby')
-rw-r--r-- | dev-ruby/dnsruby/Manifest | 3 | ||||
-rw-r--r-- | dev-ruby/dnsruby/dnsruby-1.59.3.ebuild | 33 | ||||
-rw-r--r-- | dev-ruby/dnsruby/dnsruby-1.60.0.ebuild | 33 | ||||
-rw-r--r-- | dev-ruby/dnsruby/dnsruby-1.60.1.ebuild | 33 |
4 files changed, 0 insertions, 102 deletions
diff --git a/dev-ruby/dnsruby/Manifest b/dev-ruby/dnsruby/Manifest index 6677ba815628..311e8119db98 100644 --- a/dev-ruby/dnsruby/Manifest +++ b/dev-ruby/dnsruby/Manifest @@ -1,4 +1 @@ -DIST dnsruby-1.59.3.gem 233984 BLAKE2B b0aacb8ef028d5e6faa29e48a6a59b44d8d579b1b6d0f2490f85a3b8cf1e9bf9c65b9a42a37c832f7d61c1cef506bbec31eb54e17f99cc42b19bfa1b8eb50194 SHA512 7cfd8c15b7691b86473f46c6e28c751f87d63459104c2b550312a717c654c5013751851497e3ab0242202a813c2cbfa2d78cc414aa80641d47ca4b622e3eee09 -DIST dnsruby-1.60.0.gem 244736 BLAKE2B b69aeb5ff8e6f53acc90222271e3bb6c0ec81da7594ccec10df2814f732454c84c9b18ed94e805592e1a7401c657d2860234ca37f8fe16967371975bce3c3b3c SHA512 696f2cd72c09bfe6b6eecb59979f872843e7ebea320130edb86eb662ad8b5ad657bea0709614093b5dcdf6c95ebfebdae500ae5622fe999a4cdc03e1ad4b5fc6 -DIST dnsruby-1.60.1.gem 254464 BLAKE2B e6df02f6064ab36ebe60752f808100130df634b3938c3ac8a75b619a95738261afc87dd7bdb9abe67db32effebc9f02f6a88e8c2fcb9880e8629cddd24d93852 SHA512 fb84a76224350b01925e5a5e413ec08c31988d7cc5fc5e403aabb1aaeee227f926b267628e8438da2fef5d14facf6efe98bceb100d8169117119ef115b6d2031 DIST dnsruby-1.60.2.gem 254976 BLAKE2B fa91e3994331fcb37650c905fb00cd58363ca9b90a3943934b2bb3de0ac82b9efeda418bba45673ec3911676dd1b68bd47d079c3ded201c190d17e2ee2bef0f4 SHA512 dcf191421aaf667f59baaa8098099c5532542e1b9e4fa6ad63a727361d985f14adb3d3fee4aef78c4b6ef8809fe06447ee60d7a220af93e57848a57e0ddfaa22 diff --git a/dev-ruby/dnsruby/dnsruby-1.59.3.ebuild b/dev-ruby/dnsruby/dnsruby-1.59.3.ebuild deleted file mode 100644 index 7fb5a13a641f..000000000000 --- a/dev-ruby/dnsruby/dnsruby-1.59.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby20 ruby21 ruby22 ruby23" - -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_DOCDIR="html" -RUBY_FAKEGEM_EXTRADOC="DNSSEC EXAMPLES README.md" -inherit ruby-fakegem - -DESCRIPTION="A pure Ruby DNS client library" -HOMEPAGE="https://github.com/alexdalitz/dnsruby" - -KEYWORDS="~amd64 ~x86" -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.4:5 )" - -all_ruby_prepare() { - sed -i -e "/[Cc]overall/d" Rakefile || die - sed -i -e '/display/d' \ - -e '/Display/,/^}/d' test/spec_helper.rb || die -} - -each_ruby_test() { - # only run offline tests - #${RUBY} -I .:lib test/ts_dnsruby.rb || die "test failed" - ${RUBY} -I .:lib test/ts_offline.rb || die "test failed" -} diff --git a/dev-ruby/dnsruby/dnsruby-1.60.0.ebuild b/dev-ruby/dnsruby/dnsruby-1.60.0.ebuild deleted file mode 100644 index 7fb5a13a641f..000000000000 --- a/dev-ruby/dnsruby/dnsruby-1.60.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby20 ruby21 ruby22 ruby23" - -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_DOCDIR="html" -RUBY_FAKEGEM_EXTRADOC="DNSSEC EXAMPLES README.md" -inherit ruby-fakegem - -DESCRIPTION="A pure Ruby DNS client library" -HOMEPAGE="https://github.com/alexdalitz/dnsruby" - -KEYWORDS="~amd64 ~x86" -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.4:5 )" - -all_ruby_prepare() { - sed -i -e "/[Cc]overall/d" Rakefile || die - sed -i -e '/display/d' \ - -e '/Display/,/^}/d' test/spec_helper.rb || die -} - -each_ruby_test() { - # only run offline tests - #${RUBY} -I .:lib test/ts_dnsruby.rb || die "test failed" - ${RUBY} -I .:lib test/ts_offline.rb || die "test failed" -} diff --git a/dev-ruby/dnsruby/dnsruby-1.60.1.ebuild b/dev-ruby/dnsruby/dnsruby-1.60.1.ebuild deleted file mode 100644 index 9e6d41113b5e..000000000000 --- a/dev-ruby/dnsruby/dnsruby-1.60.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby21 ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_DOCDIR="html" -RUBY_FAKEGEM_EXTRADOC="DNSSEC EXAMPLES README.md" -inherit ruby-fakegem - -DESCRIPTION="A pure Ruby DNS client library" -HOMEPAGE="https://github.com/alexdalitz/dnsruby" - -KEYWORDS="~amd64 ~x86" -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.4:5 )" - -all_ruby_prepare() { - sed -i -e "/[Cc]overall/d" Rakefile || die - sed -i -e '/display/d' \ - -e '/Display/,/^}/d' test/spec_helper.rb || die -} - -each_ruby_test() { - # only run offline tests - #${RUBY} -I .:lib test/ts_dnsruby.rb || die "test failed" - ${RUBY} -I .:lib test/ts_offline.rb || die "test failed" -} |