From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B6BEF139085 for ; Sat, 4 Feb 2017 13:22:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E81BC21C038; Sat, 4 Feb 2017 13:22:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C51BA21C038 for ; Sat, 4 Feb 2017 13:22:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A96933411B5 for ; Sat, 4 Feb 2017 13:22:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE8EA3B9F for ; Sat, 4 Feb 2017 13:22:11 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1486214526.ee2e90cbf0254b6e4f76d0e9e8e5060e95a74f3a.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/amqp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/amqp/Manifest dev-ruby/amqp/amqp-1.7.0.ebuild X-VCS-Directories: dev-ruby/amqp/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: ee2e90cbf0254b6e4f76d0e9e8e5060e95a74f3a X-VCS-Branch: master Date: Sat, 4 Feb 2017 13:22:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2634cb9b-a311-4b92-864f-88447f600dd1 X-Archives-Hash: 0afe6610750ae2d3faf8f2ad5bc6e479 commit: ee2e90cbf0254b6e4f76d0e9e8e5060e95a74f3a Author: Hans de Graaff gentoo org> AuthorDate: Sat Feb 4 13:21:44 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Feb 4 13:22:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee2e90cb dev-ruby/amqp: add 1.7.0 Package-Manager: portage-2.3.3 dev-ruby/amqp/Manifest | 1 + dev-ruby/amqp/amqp-1.7.0.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/dev-ruby/amqp/Manifest b/dev-ruby/amqp/Manifest index d0d7be6..e700bbb 100644 --- a/dev-ruby/amqp/Manifest +++ b/dev-ruby/amqp/Manifest @@ -1 +1,2 @@ DIST amqp-1.6.0.gem 1177088 SHA256 e9ab76e77b40645f18878f55e4b3118fd0840acfc58e2bc4013bc927afc5794d SHA512 389dd0cdd9dfaff3da5f692fb585ebb29eef55ddef59e489721b78184d9e7b9c585c5cd43fd51d2517f5bc1fe195856a3a1130cfd4aa8f720808119d116c967f WHIRLPOOL 257fbaf77ca7deea6a6134c4ada725f47d71ed97de95972e08e7ae01e5e4e68f13315dbb5f19e516079680ec7a12d67e758968b056cf66bce69dc92a3abf7945 +DIST amqp-1.7.0.gem 1176576 SHA256 a508f705f87c329a9c92b48e6ad06c7dffcb6f7d4782bc9b87ccac9737d5ea63 SHA512 f7a32e1c33fad13b4b09d489ec04c1110c508905e7c0e0fb970bf7a582c581f8789330dcd989814e475d7583c5be9a37e6bcd8876ca2f3802e668f3a804ba73b WHIRLPOOL 22981e8e8c5714e328d695406b8a8f7704353dd1fe7da1b4830a811656008369fab5a30e02206da16af4ce0a3449434b545dd0065fe1c6eab41a7cac9e550c8c diff --git a/dev-ruby/amqp/amqp-1.7.0.ebuild b/dev-ruby/amqp/amqp-1.7.0.ebuild new file mode 100644 index 00000000..6998606 --- /dev/null +++ b/dev-ruby/amqp/amqp-1.7.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +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.0.1: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 +}