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: Thu, 19 Jul 2018 06:30:18 +0000 (UTC)	[thread overview]
Message-ID: <1531978298.a6f8335d3900eb9f5dd91cd8e798d1fe22bae1e3.graaff@gentoo> (raw)
commit:     a6f8335d3900eb9f5dd91cd8e798d1fe22bae1e3
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 19 05:31:38 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jul 19 05:31:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f8335d
dev-ruby/dnsruby: add 1.61.2
Package-Manager: Portage-2.3.40, Repoman-2.3.9
 dev-ruby/dnsruby/Manifest              |  1 +
 dev-ruby/dnsruby/dnsruby-1.61.2.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)
diff --git a/dev-ruby/dnsruby/Manifest b/dev-ruby/dnsruby/Manifest
index 1dd3eacb933..c71153cbc77 100644
--- a/dev-ruby/dnsruby/Manifest
+++ b/dev-ruby/dnsruby/Manifest
@@ -1,3 +1,4 @@
 DIST dnsruby-1.60.2.gem 254976 BLAKE2B fa91e3994331fcb37650c905fb00cd58363ca9b90a3943934b2bb3de0ac82b9efeda418bba45673ec3911676dd1b68bd47d079c3ded201c190d17e2ee2bef0f4 SHA512 dcf191421aaf667f59baaa8098099c5532542e1b9e4fa6ad63a727361d985f14adb3d3fee4aef78c4b6ef8809fe06447ee60d7a220af93e57848a57e0ddfaa22
 DIST dnsruby-1.61.0.gem 257024 BLAKE2B ba0662b758e8950bf4d9617ee1b36330ba5a66560c8a07985dcd7c41be0881287e4b4de35e009c0319021ba7ebde107f67b3bff0eecbac101ebe32fa0d8b3d97 SHA512 7ea06e40790a822d7eaa604d349acb692103b7dd5faa2b9fce8e3a4bba520d9597e1c6e7c5f74ad64cdcdf2583bce606d444c07b4e52d3ef6630fc7869168015
 DIST dnsruby-1.61.1.gem 257024 BLAKE2B dd5329ec48220b6ddd8b156701b840b1990c12bd1d7d46fcf1fbf62cd86437fa47829fdf95b48aa0d1e2608be524fdb1580019817a96b6ccf7297be490ea97fd SHA512 418dc94931a5a0f8ed136caa29acadf1d45026ab521bf95d0548e7f8122599f405e71a73331921e606542a9178bde99a7ba53aee91459201d73b33f9f0f59b58
+DIST dnsruby-1.61.2.gem 257024 BLAKE2B 9b87f0f7e1d3062d30128b131e0ba5fdf7dee8114e0e86f6d63ca79e15db686b412906b685a7db0571fb5678de5148cdb59c0e67c6402c193e13772645be31ba SHA512 39ba76a0ca5073b5d03172754f99fad31c3a9af9e2856b930364eb2a5859619b56a1adbf5c84ccae085afcfdc2e32ffd67cf2a92a4e6150b3a113a03e5c7503d
diff --git a/dev-ruby/dnsruby/dnsruby-1.61.2.ebuild b/dev-ruby/dnsruby/dnsruby-1.61.2.ebuild
new file mode 100644
index 00000000000..305d820349e
--- /dev/null
+++ b/dev-ruby/dnsruby/dnsruby-1.61.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+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-07-19  6:30 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-19  6:30 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-05  8:02 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dnsruby/ Hans de Graaff
2025-06-05  4:44 Hans de Graaff
2025-06-04  9:20 Hans de Graaff
2025-03-02  6:54 Hans de Graaff
2025-03-02  6:54 Hans de Graaff
2024-11-20  7:00 Hans de Graaff
2024-11-20  7:00 Hans de Graaff
2024-07-11  5:38 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-14  5:21 Hans de Graaff
2018-07-12  4:39 Hans de Graaff
2018-02-03  7:54 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=1531978298.a6f8335d3900eb9f5dd91cd8e798d1fe22bae1e3.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