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, 17 Apr 2024 05:27:39 +0000 (UTC) [thread overview]
Message-ID: <1713331266.102126d12af91c13bea173cea46e0cbdbb492fd1.graaff@gentoo> (raw)
commit: 102126d12af91c13bea173cea46e0cbdbb492fd1
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 17 05:21:06 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Apr 17 05:21:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=102126d1
dev-ruby/dnsruby: add 1.72.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/dnsruby/Manifest | 1 +
dev-ruby/dnsruby/dnsruby-1.72.1.ebuild | 35 ++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-ruby/dnsruby/Manifest b/dev-ruby/dnsruby/Manifest
index 403cfe0e91f4..70305adc952b 100644
--- a/dev-ruby/dnsruby/Manifest
+++ b/dev-ruby/dnsruby/Manifest
@@ -1,3 +1,4 @@
DIST dnsruby-1.70.0.gem 261632 BLAKE2B 07adbe23ab2d1605c1562f4403f2dd864171b047df08037763565a3a459f2d3b3cb79343da2c25aadb498a7fc5a81a42af928d65a22c6b736fa7b64fab96721f SHA512 11caddd4ea5c9b8f85c730708d3cd1e1a130059975dfdecbf307862f7cbb85285d193f9ce010a81fbd8a7518ec720a107118018146d67105f6a4dbd41149a130
DIST dnsruby-1.71.0.gem 262144 BLAKE2B 6067bad3953eab96856adc6a30f43241c0fc6166ab3476257a502ef593ec186420d6b89c5f8e0c162bdcde5249365c02c6910e0706fbacd0425af5734b7752a8 SHA512 9488de8e6ed72708dd8ec213eb5814d8bf712a5186103cc8bcea26d9d9df1933e3d515bd2915622e643b7a37d9a94ac295f6638ac73fcf30f1dfd26c79d32c63
DIST dnsruby-1.72.0.gem 262144 BLAKE2B 6b802c6276c32c5df6db5babb73c95f9a7c732159539197001607df89bdb144473d67252721f5f3b292cf2e5fa304611d1ce313e0cd8d09e161d4fa1867ff409 SHA512 2f2a26cc2503fb4d3521d76e4a5d476d1447439035e2bfbec0ebab34352a56f0a9c5445db15baefd7be5ba024f03d574b8b1e49a83ad4799d2c9de20e2966c83
+DIST dnsruby-1.72.1.gem 262144 BLAKE2B 5ef7b91663cb14563e75adf643eae479c787552487c826dade7cb78885ca5f6eaed8ebd7f7529853b57e3fb833c781e15c10f8f8e90241529e2c833aef160df0 SHA512 9113db85001983036ba81d230d04ce2b95fdd9ae6923d7887fe3398dfdbb91d7c005b8b92701b386ef53789b1351ff1e32bc3f00b3254ec9371f4575ea7fed3f
diff --git a/dev-ruby/dnsruby/dnsruby-1.72.1.ebuild b/dev-ruby/dnsruby/dnsruby-1.72.1.ebuild
new file mode 100644
index 000000000000..13e241e00b9c
--- /dev/null
+++ b/dev-ruby/dnsruby/dnsruby-1.72.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32 ruby33"
+
+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="test"
+
+ruby_add_rdepend ">=dev-ruby/simpleidn-0.2.1:0 =dev-ruby/simpleidn-0.2*: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"
+}
next reply other threads:[~2024-04-17 5:27 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-17 5:27 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-20 7:00 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dnsruby/ Hans de Graaff
2024-11-20 7:00 Hans de Graaff
2024-07-11 5:38 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
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=1713331266.102126d12af91c13bea173cea46e0cbdbb492fd1.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