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/amqp/
Date: Wed,  3 Jan 2018 07:05:27 +0000 (UTC)	[thread overview]
Message-ID: <1514962017.21aca3ba954f93aab84d67fd5bbaa468bf1f630e.graaff@gentoo> (raw)

commit:     21aca3ba954f93aab84d67fd5bbaa468bf1f630e
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  3 06:46:57 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jan  3 06:46:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21aca3ba

dev-ruby/amqp: add 1.8.0

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/amqp/Manifest          |  1 +
 dev-ruby/amqp/amqp-1.8.0.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/amqp/Manifest b/dev-ruby/amqp/Manifest
index 953ebfb2ac2..2829af74e43 100644
--- a/dev-ruby/amqp/Manifest
+++ b/dev-ruby/amqp/Manifest
@@ -1 +1,2 @@
 DIST amqp-1.7.0.gem 1176576 BLAKE2B 93fd02b1382f08d0f6a3ce7c66ba6c4f224837077e87cae74b7a6c254953822c3a81704494f8dd3b15d64225e113d9e9b592d94bb39c0564fdf3ac37d903c694 SHA512 f7a32e1c33fad13b4b09d489ec04c1110c508905e7c0e0fb970bf7a582c581f8789330dcd989814e475d7583c5be9a37e6bcd8876ca2f3802e668f3a804ba73b
+DIST amqp-1.8.0.gem 1175040 BLAKE2B 5c623201a378ecbd501d0f30d31873cfdc47088659d79a89eab21b510cbacad220df0122b3164f543f00a5587b74aab4ffb5d6879f0c30fc06ee17bd55600dcd SHA512 8575b3704cbaab5937a5880858bcc4610ecab4be66b9ef8633c1d49858a95fbb48b1245ba71ebce1b0d31e319cb6f133640097aaa779b8a32282f6d442098e7f

diff --git a/dev-ruby/amqp/amqp-1.8.0.ebuild b/dev-ruby/amqp/amqp-1.8.0.ebuild
new file mode 100644
index 00000000000..db2b2e7889d
--- /dev/null
+++ b/dev-ruby/amqp/amqp-1.8.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit versionator ruby-fakegem
+
+DESCRIPTION="AMQP client implementation in Ruby/EventMachine"
+HOMEPAGE="http://rubyamqp.info/"
+
+LICENSE="Ruby"
+SLOT="1.4"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/multi_json dev-ruby/evented-spec )"
+ruby_add_rdepend ">=dev-ruby/eventmachine-0.12.4
+	>=dev-ruby/amq-protocol-2.2.0:2"
+
+all_ruby_prepare() {
+	#rm Gemfile || die
+	sed -i -e '/[Bb]undler/ s:^:#:' -e '/effin_utf8/ s:^:#:' spec/spec_helper.rb || die
+
+	# Many specs require a live rabbit server, but only root can start
+	# an instance. Skip these specs for now.
+	rm -rf spec/integration spec/unit/amqp/connection_spec.rb || die
+}
+
+all_ruby_install() {
+	dodoc -r docs examples
+}


             reply	other threads:[~2018-01-03  7:05 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-03  7:05 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-12 12:09 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/amqp/ Hans de Graaff
2022-07-30  6:32 Hans de Graaff
2021-10-18  5:52 Hans de Graaff
2021-10-09  7:27 Hans de Graaff
2019-05-12  5:32 Hans de Graaff
2018-05-18  5:56 Hans de Graaff
2018-05-06  6:37 Hans de Graaff
2018-01-03  7:05 Hans de Graaff
2017-02-04 13:22 Hans de Graaff
2016-12-27  6:36 Hans de Graaff
2016-12-27  6:36 Hans de Graaff
2016-04-04  5:49 Hans de Graaff
2016-03-09 22:46 Manuel Rüger
2015-08-31  5:30 Hans de Graaff
2015-08-31  5:30 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=1514962017.21aca3ba954f93aab84d67fd5bbaa468bf1f630e.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