public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Wed, 12 Apr 2023 06:16:18 +0000 (UTC)	[thread overview]
Message-ID: <1681280175.1a67a88d013f79044d1929bfc8526b09d61b50b3.graaff@gentoo> (raw)

commit:     1a67a88d013f79044d1929bfc8526b09d61b50b3
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 12 06:15:26 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Apr 12 06:16:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a67a88d

dev-ruby/dnsruby: add 1.70.0

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/dnsruby/Manifest              |  1 +
 dev-ruby/dnsruby/dnsruby-1.70.0.ebuild | 35 ++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-ruby/dnsruby/Manifest b/dev-ruby/dnsruby/Manifest
index b3ce8c569ae8..f4babec065b7 100644
--- a/dev-ruby/dnsruby/Manifest
+++ b/dev-ruby/dnsruby/Manifest
@@ -1 +1,2 @@
 DIST dnsruby-1.61.9.gem 261632 BLAKE2B f86682fbc50bc0b20f59b3a7bb825081824a3dfa5a6de36f3083b39fac9617ff770d3a53c17f015bcaff5dfe5a96ddafd78b1aaf72bcba9bf990a649cf3a0c63 SHA512 ba692db6ab5234c0669076cb5290d5e4613886956d3cea23c22837f99ee2a970e7f86c7c7fdc7542ac4873d324f52b83b0f5e14bb9c3d5107b068fdf419f6ba1
+DIST dnsruby-1.70.0.gem 261632 BLAKE2B 07adbe23ab2d1605c1562f4403f2dd864171b047df08037763565a3a459f2d3b3cb79343da2c25aadb498a7fc5a81a42af928d65a22c6b736fa7b64fab96721f SHA512 11caddd4ea5c9b8f85c730708d3cd1e1a130059975dfdecbf307862f7cbb85285d193f9ce010a81fbd8a7518ec720a107118018146d67105f6a4dbd41149a130

diff --git a/dev-ruby/dnsruby/dnsruby-1.70.0.ebuild b/dev-ruby/dnsruby/dnsruby-1.70.0.ebuild
new file mode 100644
index 000000000000..ebf0ff488b25
--- /dev/null
+++ b/dev-ruby/dnsruby/dnsruby-1.70.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby27 ruby30 ruby31"
+
+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 ~arm ~x86"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/simpleidn-0.1:0"
+
+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"
+}


             reply	other threads:[~2023-04-12  6:16 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-12  6:16 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
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
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=1681280175.1a67a88d013f79044d1929bfc8526b09d61b50b3.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