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, 11 Aug 2017 05:16:27 +0000 (UTC)	[thread overview]
Message-ID: <1502427942.0f84cf84d358e9673fa488c6fd44ac2d61c5ce1d.graaff@gentoo> (raw)

commit:     0f84cf84d358e9673fa488c6fd44ac2d61c5ce1d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 11 05:05:42 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 05:05:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f84cf84

dev-ruby/dnsruby: add 1.60.2

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/dnsruby/Manifest              |  1 +
 dev-ruby/dnsruby/dnsruby-1.60.2.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/dnsruby/Manifest b/dev-ruby/dnsruby/Manifest
index fd96d7ac4ea..34623e67fa3 100644
--- a/dev-ruby/dnsruby/Manifest
+++ b/dev-ruby/dnsruby/Manifest
@@ -1,3 +1,4 @@
 DIST dnsruby-1.59.3.gem 233984 SHA256 ec350a4d5c0994428098693ddda1c1d65e03547a90c28c022d93357887f6ae3a SHA512 7cfd8c15b7691b86473f46c6e28c751f87d63459104c2b550312a717c654c5013751851497e3ab0242202a813c2cbfa2d78cc414aa80641d47ca4b622e3eee09 WHIRLPOOL 35d4ce0549c0a6c12738141980058d4a9c7e602ff2d18240a6948375d453810c87347f48f5eed5c2d0b454200401eab6db3b5cde243a48cfb32e04638ddb4c2f
 DIST dnsruby-1.60.0.gem 244736 SHA256 bf9bd6d5e3610e51ac83da8bbad3ee7180b62cfe2f7e3f8df2e7ba355b93a56d SHA512 696f2cd72c09bfe6b6eecb59979f872843e7ebea320130edb86eb662ad8b5ad657bea0709614093b5dcdf6c95ebfebdae500ae5622fe999a4cdc03e1ad4b5fc6 WHIRLPOOL 4a0278344bf9a8428c11699a8107181fac2720509df338834148d42c105e596895284a985f2b47b4055b34545f6050b1102598ddd8b87a5b9f8f57dd3276dde5
 DIST dnsruby-1.60.1.gem 254464 SHA256 7cc4a46e980e183a436194dc7f3fc93711f7ffc597458abcb9462cbf35baed72 SHA512 fb84a76224350b01925e5a5e413ec08c31988d7cc5fc5e403aabb1aaeee227f926b267628e8438da2fef5d14facf6efe98bceb100d8169117119ef115b6d2031 WHIRLPOOL ce3a9aac75f596dede7e56fde69c32d6f1cd41fe56c896ad0711a83f99164145edd8f4654932e956a24c1624528d0925aea9179a0092d59bf90c651872b509d4
+DIST dnsruby-1.60.2.gem 254976 SHA256 2d68a90f334d8ed7357ba0affaf83dee4a474a9ef00fd5aaddc825a3e6bcdb61 SHA512 dcf191421aaf667f59baaa8098099c5532542e1b9e4fa6ad63a727361d985f14adb3d3fee4aef78c4b6ef8809fe06447ee60d7a220af93e57848a57e0ddfaa22 WHIRLPOOL 5abf409b9291abe5f402052095d893c980b7dad84a25dd2137b5d87ab01de1ceb450728ee576d62fef67b1c6f07c497c4e5e672371963ffd39d801f4714e2adb

diff --git a/dev-ruby/dnsruby/dnsruby-1.60.2.ebuild b/dev-ruby/dnsruby/dnsruby-1.60.2.ebuild
new file mode 100644
index 00000000000..9e6d41113b5
--- /dev/null
+++ b/dev-ruby/dnsruby/dnsruby-1.60.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+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"
+}


             reply	other threads:[~2017-08-11  5:16 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-11  5:16 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-11  5:38 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dnsruby/ 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-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=1502427942.0f84cf84d358e9673fa488c6fd44ac2d61c5ce1d.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