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: Mon, 18 Jan 2016 06:57:03 +0000 (UTC) [thread overview]
Message-ID: <1453099225.e18b1085f34b8bba1b6c47619393898a05ca73e0.graaff@gentoo> (raw)
commit: e18b1085f34b8bba1b6c47619393898a05ca73e0
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 06:40:25 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 06:40:25 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e18b1085
dev-ruby/dnsruby: add 1.59.1
Package-Manager: portage-2.2.26
dev-ruby/dnsruby/Manifest | 1 +
dev-ruby/dnsruby/dnsruby-1.59.1.ebuild | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-ruby/dnsruby/Manifest b/dev-ruby/dnsruby/Manifest
index aa36d6d..5838d95 100644
--- a/dev-ruby/dnsruby/Manifest
+++ b/dev-ruby/dnsruby/Manifest
@@ -1,2 +1,3 @@
DIST dnsruby-1.58.0.gem 230912 SHA256 b21ded4f62fd935f1c2409201ed5f2b97f90f2598baab00e1a6ec0be0149c16d SHA512 e7fc9073574429433aa05d088bfafd8919216f8461d25b967fccad52d22dd820702ae62d503f9b63207a25d335675f1601c2654685493165c1ad4ef912f5cebe WHIRLPOOL daf1427ad9947cd478b70ec39c72bdfc58059e448dad7e7d40f828ef56b9b49f1d31497f820e5ba118f15902a90424042a3f46396a34de2189dd87a0f0b17139
DIST dnsruby-1.59.0.gem 232960 SHA256 45d7236b1d6346fca03522e3192f9545875d887c491d1e63c4dcedf6a87819b8 SHA512 769111d24fd745288b41e083630e7ea7cd078ff6297afe8eff7eb0a95f57a74c9b1dbfd09db122eb45c340243e1eaee86faa3175e750c2b243ac6b92f7c3a804 WHIRLPOOL b9c0f858346d9bb38a92dc4a67fefc3f6dd7fedc468a7ab2b9794fa528c0a7d80426402ee5a812d4598d7177f7b19959d0ca13401a55967ecfca63692997b2b4
+DIST dnsruby-1.59.1.gem 233984 SHA256 ffc1e7c98eb7d57e1325736654193a047d0e384c678ac2996c7a4e58245a649a SHA512 809072ae82056aeb9be085713116412b8cf6b21313c4aba1b112c0526f06d4ba1068e66149265f9fe0effd604641392732d09c28fd31a048a4d460fbf59f884e WHIRLPOOL b1a76dfab5598bcd3eb3c3181b0c0abe1c229e5d470eabbfa538f95ddbfb1b905533a1189ea8515063512bea067b34ff96a077a366740ef0f34d78892fd08181
diff --git a/dev-ruby/dnsruby/dnsruby-1.59.1.ebuild b/dev-ruby/dnsruby/dnsruby-1.59.1.ebuild
new file mode 100644
index 0000000..90451b8
--- /dev/null
+++ b/dev-ruby/dnsruby/dnsruby-1.59.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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"
+}
next reply other threads:[~2016-01-18 6:57 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-18 6:57 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-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
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=1453099225.e18b1085f34b8bba1b6c47619393898a05ca73e0.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