From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dnsruby/
Date: Sat, 3 Feb 2018 07:54:47 +0000 (UTC) [thread overview]
Message-ID: <1517644195.b31fe04b941c744502e0526fac372ec8d91da038.graaff@gentoo> (raw)
commit: b31fe04b941c744502e0526fac372ec8d91da038
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 3 07:49:55 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Feb 3 07:49:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b31fe04b
dev-ruby/dnsruby: cleanup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-ruby/dnsruby/Manifest | 3 ---
dev-ruby/dnsruby/dnsruby-1.59.3.ebuild | 33 ---------------------------------
dev-ruby/dnsruby/dnsruby-1.60.0.ebuild | 33 ---------------------------------
dev-ruby/dnsruby/dnsruby-1.60.1.ebuild | 33 ---------------------------------
4 files changed, 102 deletions(-)
diff --git a/dev-ruby/dnsruby/Manifest b/dev-ruby/dnsruby/Manifest
index 6677ba81562..311e8119db9 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 7fb5a13a641..00000000000
--- 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 7fb5a13a641..00000000000
--- 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 9e6d41113b5..00000000000
--- 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"
-}
next reply other threads:[~2018-02-03 7:54 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-03 7:54 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-11 5:38 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dnsruby/ Hans de Graaff
2024-04-17 5:27 Hans de Graaff
2024-03-29 7:08 Hans de Graaff
2024-03-14 5:48 Hans de Graaff
2024-01-15 7:40 Hans de Graaff
2023-07-12 7:46 Hans de Graaff
2023-07-05 16:36 Hans de Graaff
2023-04-12 6:16 Hans de Graaff
2022-05-06 10:04 Hans de Graaff
2022-05-06 10:04 Hans de Graaff
2022-01-14 7:29 Hans de Graaff
2021-10-10 20:48 Sam James
2021-07-17 23:14 Sam James
2021-07-06 7:49 Hans de Graaff
2021-07-06 6:56 Hans de Graaff
2019-08-16 3:55 Hans de Graaff
2019-02-02 17:17 Hans de Graaff
2019-02-02 17:17 Hans de Graaff
2018-11-29 7:30 Hans de Graaff
2018-11-26 15:44 Rick Farina
2018-07-19 6:30 Hans de Graaff
2018-07-14 5:21 Hans de Graaff
2018-07-12 4:39 Hans de Graaff
2018-02-03 7:54 Hans de Graaff
2017-08-11 5:16 Hans de Graaff
2017-04-25 4:31 Hans de Graaff
2016-11-05 6:33 Hans de Graaff
2016-11-05 6:33 Hans de Graaff
2016-05-26 5:24 Hans de Graaff
2016-02-27 7:00 Hans de Graaff
2016-02-27 7:00 Hans de Graaff
2016-01-18 6:57 Hans de Graaff
2015-10-22 5:42 Hans de Graaff
2015-10-22 5:42 Hans de Graaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1517644195.b31fe04b941c744502e0526fac372ec8d91da038.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox