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/ruby_smb/
Date: Tue, 17 Jul 2018 06:40:14 +0000 (UTC)	[thread overview]
Message-ID: <1531808316.9d0049c3fe54a833eeb24a36fc5a4efab22592da.graaff@gentoo> (raw)

commit:     9d0049c3fe54a833eeb24a36fc5a4efab22592da
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 17 06:18:36 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jul 17 06:18:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0049c3

dev-ruby/ruby_smb: add 1.0.3

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/ruby_smb/Manifest              |  1 +
 dev-ruby/ruby_smb/ruby_smb-1.0.3.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/ruby_smb/Manifest b/dev-ruby/ruby_smb/Manifest
index 8d53cc5840c..ea2ea8f0d74 100644
--- a/dev-ruby/ruby_smb/Manifest
+++ b/dev-ruby/ruby_smb/Manifest
@@ -1,3 +1,4 @@
 DIST ruby_smb-0.0.23.gem 149504 BLAKE2B fe9e8dab2d0437cff691293b71473c5bbbc697952e1ce2ca52176922a7fffdeecf05e38ec139ee6f5f8c6615b2f80e6ded3b6c50390b9a7c7d06c777ce738491 SHA512 eaa779a3e9e3858142ed5581fddf5afd1f05106257e314c8811ca05fc80ce50c7944c8cbc147d652aad4c8fc4b3247c97f9f57eed44887de47abd51fe576e5e1
 DIST ruby_smb-0.0.24.gem 150016 BLAKE2B bd9af5646e151dd61d89057c325f4246dd2bed686fffc56cc1d281615093223a71dc3f2cb67d8e2f6ddacdbfafd4121e46b4109de652f90363451cb905fee2be SHA512 bef4a57edd906f84eaa46072d508578e23834e08d0f66b28feaf3f7c861474bbfc763b9f4e117537d635165fa6f0d1d2430a9e4dadf23bbf99485893ce735cc2
 DIST ruby_smb-1.0.2.gem 150016 BLAKE2B 4d661a12fee0430be8e071069d8457d4a11f197087bd1cf208f206e705285ea236a445a9396d13868335ef67c4ad7972890ffa22fe2efc3c98ef0d3503474033 SHA512 e8c1314d34e282bb117ea5587b18a41c25315c515cc5141d1a4bc98b423c25ac923e5c8836eda039f201204f82587bfc3d2ee89193277231424b99f512b27a59
+DIST ruby_smb-1.0.3.gem 150016 BLAKE2B 0958a17c1140a543d3065c147a534d5426529fbf1477e3ca2624317a4c21907f08e1e0e0690c72415ba6c0577fd611c255637ea8adc48f1d934b2fab253e5130 SHA512 7649d064618ecb28b828c55ab5184dcf13a989dd0ddcf67e431fcc8147308c649b5a8ce7b826451487eb19a9d1daf0bb22d6d9288a0108a9cc771b364a11be13

diff --git a/dev-ruby/ruby_smb/ruby_smb-1.0.3.ebuild b/dev-ruby/ruby_smb/ruby_smb-1.0.3.ebuild
new file mode 100644
index 00000000000..bb1733e03cf
--- /dev/null
+++ b/dev-ruby/ruby_smb/ruby_smb-1.0.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="pure Ruby implementation of the SMB Protocol Family"
+HOMEPAGE="https://github.com/rapid7/ruby_smb"
+
+LICENSE="BSD"
+SLOT="1"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/bindata:*
+	dev-ruby/rubyntlm
+	dev-ruby/windows_error"
+
+all_ruby_prepare() {
+	sed -i -e '/simple[Cc]ov/d' -e '/coveralls/d' spec/spec_helper.rb
+	sed -i -e '/[Ss]imple[Cc]ov/,/end/d' \
+		-e '/[Cc]overalls/,/end/d' spec/spec_helper.rb
+	sed -i '/TRAVIS/d' spec/spec_helper.rb
+	sed -i -e '1irequire "rubyntlm"; require "time"' spec/spec_helper.rb
+}


             reply	other threads:[~2018-07-17  6:40 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-17  6:40 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-04 18:33 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_smb/ Rick Farina
2023-07-10 18:10 Hans de Graaff
2023-03-26  3:03 Sam James
2023-03-19  7:45 Hans de Graaff
2020-09-08 12:03 Hans de Graaff
2020-07-26  5:52 Hans de Graaff
2019-11-04 19:02 Hans de Graaff
2019-06-28  4:53 Hans de Graaff
2019-05-18  5:36 Hans de Graaff
2019-01-21 20:41 Hans de Graaff
2018-11-21 18:21 Rick Farina
2018-07-03  4:24 Hans de Graaff
2018-06-25 18:24 Hans de Graaff
2018-06-25 18:24 Hans de Graaff
2018-04-12 17:03 Hans de Graaff
2017-05-09 16:31 Richard Farina

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=1531808316.9d0049c3fe54a833eeb24a36fc5a4efab22592da.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