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: Fri, 16 Aug 2019 03:55:26 +0000 (UTC)	[thread overview]
Message-ID: <1565927641.55ea4bfb1afad11b39deefff67b5aedcf8aedd62.graaff@gentoo> (raw)

commit:     55ea4bfb1afad11b39deefff67b5aedcf8aedd62
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 03:54:01 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 03:54:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ea4bfb

dev-ruby/dnsruby: add 1.61.3

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

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

diff --git a/dev-ruby/dnsruby/Manifest b/dev-ruby/dnsruby/Manifest
index c3bb635b7a2..32054a65a2c 100644
--- a/dev-ruby/dnsruby/Manifest
+++ b/dev-ruby/dnsruby/Manifest
@@ -1 +1,2 @@
 DIST dnsruby-1.61.2.gem 257024 BLAKE2B 9b87f0f7e1d3062d30128b131e0ba5fdf7dee8114e0e86f6d63ca79e15db686b412906b685a7db0571fb5678de5148cdb59c0e67c6402c193e13772645be31ba SHA512 39ba76a0ca5073b5d03172754f99fad31c3a9af9e2856b930364eb2a5859619b56a1adbf5c84ccae085afcfdc2e32ffd67cf2a92a4e6150b3a113a03e5c7503d
+DIST dnsruby-1.61.3.gem 259584 BLAKE2B 578d6f2b693de5007d4d15350a4fc6cb948f9e16ee9b0bb511e6b6dc92cf828d30e645522b834a6d42af5dd94b85f0675332b2363e0c2ba3b97c9b35b73bd82f SHA512 4cdf6d83c39c3209873e9bbd15ba33f851f3fb878cf746de98cf615b0f547dfc5af8b4be7d505f87f581755ff73de079b6ea3f6f8c5a11074c1c46d5bc9e8c07

diff --git a/dev-ruby/dnsruby/dnsruby-1.61.3.ebuild b/dev-ruby/dnsruby/dnsruby-1.61.3.ebuild
new file mode 100644
index 00000000000..09e3dc0ebb0
--- /dev/null
+++ b/dev-ruby/dnsruby/dnsruby-1.61.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+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/addressable-2.5: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:[~2019-08-16  3:55 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-16  3:55 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-02  6:54 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dnsruby/ 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-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=1565927641.55ea4bfb1afad11b39deefff67b5aedcf8aedd62.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