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: Tue, 27 Dec 2016 06:36:44 +0000 (UTC) [thread overview]
Message-ID: <1482819870.c8c7bcd43a2fc456c9a1ec6fb499791849045ef6.graaff@gentoo> (raw)
commit: c8c7bcd43a2fc456c9a1ec6fb499791849045ef6
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 27 06:24:30 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 06:24:30 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c7bcd4
dev-ruby/amqp: cleanup
Package-Manager: portage-2.3.0
dev-ruby/amqp/Manifest | 1 -
dev-ruby/amqp/amqp-1.5.1.ebuild | 40 ----------------------------------------
2 files changed, 41 deletions(-)
diff --git a/dev-ruby/amqp/Manifest b/dev-ruby/amqp/Manifest
index 6848554..d0d7be6 100644
--- a/dev-ruby/amqp/Manifest
+++ b/dev-ruby/amqp/Manifest
@@ -1,2 +1 @@
-DIST amqp-1.5.1.gem 1177088 SHA256 844f0b98c242e4fe123d537df665de338f4f0483a4854758c43b1c8eced1b04f SHA512 14304b2c8864522b3dd19caf5cb2ef000ad0f41be8060ac383d0ec820024bda5e6ca6c1d35fc2557fcaacd088fefe43568176c3b5e8f28c375a991fedc2c79e0 WHIRLPOOL bb698315c863dac0e89f6eebc4380d77428b961e4dc61d886c54d6ac8b9e06bf77367c245a8e8a1760cdd21b122a02a0c0af226223f865d32594a3eb6b4b2252
DIST amqp-1.6.0.gem 1177088 SHA256 e9ab76e77b40645f18878f55e4b3118fd0840acfc58e2bc4013bc927afc5794d SHA512 389dd0cdd9dfaff3da5f692fb585ebb29eef55ddef59e489721b78184d9e7b9c585c5cd43fd51d2517f5bc1fe195856a3a1130cfd4aa8f720808119d116c967f WHIRLPOOL 257fbaf77ca7deea6a6134c4ada725f47d71ed97de95972e08e7ae01e5e4e68f13315dbb5f19e516079680ec7a12d67e758968b056cf66bce69dc92a3abf7945
diff --git a/dev-ruby/amqp/amqp-1.5.1.ebuild b/dev-ruby/amqp/amqp-1.5.1.ebuild
deleted file mode 100644
index 27b4119..00000000
--- a/dev-ruby/amqp/amqp-1.5.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-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-1.9.2:0"
-
-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
-}
next reply other threads:[~2016-12-27 6:36 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-27 6:36 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
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-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=1482819870.c8c7bcd43a2fc456c9a1ec6fb499791849045ef6.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