From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/bunny/
Date: Sun, 5 Aug 2018 20:37:31 +0000 (UTC) [thread overview]
Message-ID: <1533501408.82889942b9ac0369b0562264a12d2dbe5f6c58e6.graaff@gentoo> (raw)
commit: 82889942b9ac0369b0562264a12d2dbe5f6c58e6
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 5 20:26:37 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Aug 5 20:36:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82889942
dev-ruby/bunny: cleanup
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-ruby/bunny/Manifest | 2 --
dev-ruby/bunny/bunny-2.8.1.ebuild | 33 ---------------------------------
dev-ruby/bunny/bunny-2.9.1.ebuild | 33 ---------------------------------
3 files changed, 68 deletions(-)
diff --git a/dev-ruby/bunny/Manifest b/dev-ruby/bunny/Manifest
index d2e358cc2a1..1704a73d27d 100644
--- a/dev-ruby/bunny/Manifest
+++ b/dev-ruby/bunny/Manifest
@@ -1,5 +1,3 @@
DIST bunny-2.10.0.gem 202240 BLAKE2B 7651c904b851930d044c240d83942aa1afd20c5a1e4c97e50dd1c3e40991de916c0435bf28769c6bd4a49202c2d58bb9b7be92a19413f0188472bc1e1ff7ef5b SHA512 af8f5d8b78efffa32824007c3aa472a2492b563767e7d00616feb86b5d350a4bcda0258ecbace02a3e81b5f552476d3b71ef742117c13e6d14a6b352cc4dcd89
DIST bunny-2.11.0.gem 202240 BLAKE2B 29cfa68c4aeb04e3b826f02afb083dc479f851ae24c285963f56aa81e64b532577d20f10649fdc339d4b3ede6fc2619a03f35a3cc8a8bb75e3d57a1a6ebcbeb4 SHA512 540636337b5af36cee691e61677fc381be26d57b1e5dd175fa0dcb7f1fe8f531412ad1b1c5812d5ca9af1b2f83b09f37c2cfb1456643fb7872d4e6cf9de6b011
-DIST bunny-2.8.1.gem 200704 BLAKE2B 6692bf5e16975193ef2c56992b542258f2dea5f013f0e744f8a7c1537fd3f1496ac1e566d314c65e198aafb096bd20378afd773a2074d1c14526153302ec6459 SHA512 024aa4d8e13dfb6cda0cdb2f3f12d3d2c7bb62b8bb28e7c580214db34aea4a6c88d07ff2fb01f0bf2b679bf2208c6e71b358bf67d55a52b3c8a38ffd61e2e8e9
-DIST bunny-2.9.1.gem 201216 BLAKE2B 008c308484fccd42761f237a57d244a0843b3eaffa04d826a04fae73712aa8b1fce407359905040164a10ff7ca06141951206f5975b3f23a394e2e44ed2949e8 SHA512 56a44c4ca6269c3a120a8e77cb370e008b81d2e072c7637d812b501f7e8793573a7f1fcbccd62a95b677348e8996b156477e9519ed8f6c73104996fe805a4600
DIST bunny-2.9.2.gem 201216 BLAKE2B c885364558c7833f77f3154765468f1c4d2f3f75c34a14f9c3dc64aacb1f8f048ff1f688914de5831f0f924975facd259e2f55667d58e468aae410f3db9da61c SHA512 24e329fe2cb84a0789ac53d5cd406a999f0b415439dfbce75dc36646e53c5a138d20980489fc1dcc6741026082fc268f9adb00370478d99accf0f42a4e05ad12
diff --git a/dev-ruby/bunny/bunny-2.8.1.ebuild b/dev-ruby/bunny/bunny-2.8.1.ebuild
deleted file mode 100644
index fab30742e0a..00000000000
--- a/dev-ruby/bunny/bunny-2.8.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-# Tests require a live AMQP server.
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Another synchronous Ruby AMQP client"
-HOMEPAGE="https://github.com/celldee/bunny"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/amq-protocol-2.2.0:2"
-
-all_ruby_install() {
- all_fakegem_install
-
- insinto /usr/share/doc/${PF}
- doins -r examples || die
-}
diff --git a/dev-ruby/bunny/bunny-2.9.1.ebuild b/dev-ruby/bunny/bunny-2.9.1.ebuild
deleted file mode 100644
index 18136f36d42..00000000000
--- a/dev-ruby/bunny/bunny-2.9.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-# Tests require a live AMQP server.
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Another synchronous Ruby AMQP client"
-HOMEPAGE="https://github.com/celldee/bunny"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/amq-protocol-2.3.0:2"
-
-all_ruby_install() {
- all_fakegem_install
-
- insinto /usr/share/doc/${PF}
- doins -r examples || die
-}
next reply other threads:[~2018-08-05 20:37 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-05 20:37 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-04 5:02 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/bunny/ Hans de Graaff
2025-03-24 7:17 Hans de Graaff
2025-03-24 7:17 Hans de Graaff
2024-07-02 5:23 Hans de Graaff
2024-01-02 7:06 Hans de Graaff
2023-08-29 17:44 Hans de Graaff
2023-07-12 9:27 Hans de Graaff
2023-06-18 5:01 Hans de Graaff
2023-06-18 5:01 Hans de Graaff
2023-06-09 8:21 Hans de Graaff
2023-04-08 10:01 Hans de Graaff
2023-04-08 9:41 Hans de Graaff
2022-12-27 6:56 Hans de Graaff
2022-12-07 17:57 Hans de Graaff
2021-10-07 20:32 Sam James
2021-09-01 4:29 Hans de Graaff
2020-09-15 7:33 Hans de Graaff
2020-09-15 7:33 Hans de Graaff
2020-08-23 5:42 Hans de Graaff
2020-08-15 5:36 Hans de Graaff
2020-06-09 6:39 Hans de Graaff
2020-06-09 6:39 Hans de Graaff
2020-04-08 6:18 Hans de Graaff
2020-02-14 7:53 Hans de Graaff
2020-02-13 6:36 Hans de Graaff
2019-09-30 5:44 Hans de Graaff
2019-09-30 5:44 Hans de Graaff
2019-04-25 4:36 Hans de Graaff
2019-03-02 6:59 Hans de Graaff
2019-02-20 6:15 Hans de Graaff
2019-02-20 6:15 Hans de Graaff
2019-01-24 6:58 Hans de Graaff
2018-12-28 7:25 Hans de Graaff
2018-12-04 5:16 Hans de Graaff
2018-09-22 5:47 Hans de Graaff
2018-08-05 20:37 Hans de Graaff
2018-06-22 4:32 Hans de Graaff
2018-06-07 4:43 Hans de Graaff
2018-03-01 5:54 Hans de Graaff
2018-03-01 5:54 Hans de Graaff
2018-01-16 6:43 Hans de Graaff
2018-01-10 6:17 Hans de Graaff
2018-01-10 6:17 Hans de Graaff
2017-12-19 6:04 Hans de Graaff
2017-11-04 5:51 Hans de Graaff
2017-09-25 5:23 Hans de Graaff
2017-09-25 5:23 Hans de Graaff
2017-05-12 6:36 Hans de Graaff
2017-04-16 5:25 Hans de Graaff
2017-04-16 5:25 Hans de Graaff
2017-03-09 6:36 Hans de Graaff
2017-03-08 6:32 Hans de Graaff
2017-01-27 20:07 Hans de Graaff
2017-01-27 20:07 Hans de Graaff
2016-12-18 7:45 Hans de Graaff
2016-10-23 5:40 Hans de Graaff
2016-10-15 5:49 Hans de Graaff
2016-10-15 5:49 Hans de Graaff
2016-08-19 5:08 Hans de Graaff
2016-07-25 5:28 Hans de Graaff
2016-06-13 5:16 Hans de Graaff
2016-04-12 4:49 Hans de Graaff
2016-03-08 21:53 Manuel Rüger
2016-02-27 7:00 Hans de Graaff
2015-12-20 20:21 Hans de Graaff
2015-12-20 20:21 Hans de Graaff
2015-11-09 6:21 Hans de Graaff
2015-09-06 6:23 Hans de Graaff
2015-08-14 6:35 Hans de Graaff
2015-08-14 6:35 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=1533501408.82889942b9ac0369b0562264a12d2dbe5f6c58e6.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