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/bunny/
Date: Wed, 10 Jan 2018 06:17:03 +0000 (UTC)	[thread overview]
Message-ID: <1515565014.36b5fbda2b932b7e299b3a3677005688eec3b583.graaff@gentoo> (raw)

commit:     36b5fbda2b932b7e299b3a3677005688eec3b583
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 10 06:14:45 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jan 10 06:16:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b5fbda

dev-ruby/bunny: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/bunny/Manifest           |  2 --
 dev-ruby/bunny/bunny-2.7.0.ebuild | 33 ---------------------------------
 dev-ruby/bunny/bunny-2.7.1.ebuild | 33 ---------------------------------
 3 files changed, 68 deletions(-)

diff --git a/dev-ruby/bunny/Manifest b/dev-ruby/bunny/Manifest
index 4fafd4a0132..6ef7b5f6ff4 100644
--- a/dev-ruby/bunny/Manifest
+++ b/dev-ruby/bunny/Manifest
@@ -1,5 +1,3 @@
 DIST bunny-2.6.5.gem 198144 BLAKE2B f2f13823833fcb84e25c3d40671be241ca168637d71fda16b7b725338eee415924d9fb03737d7237723e70b381238580d26f387cbc3c0fe7518be17be3dbf685 SHA512 e1e15e12d7d36c0022ba4da4b2a934688054756fee7fb8e11b43532ce0be12aea37a6224e81602b0b27b0952dd014f1d2f59f4bb8d28b484e1d48dc2bfa89f3a
-DIST bunny-2.7.0.gem 198144 BLAKE2B db9427bba354d7d4d573ebc6df61348369b25055b2afc08544db45303170bacf9c78f14db907742fb357e109bc271dd6219d4bb7d289f663551d3eba944127cc SHA512 dc44ce5a8b05fe7bd68a9d6fe8c7d0bb7f7ead3500582ff273dcdabba8e9ff104f3f2b0990c004d9217839881d1e3a79494d211b32723a866655d1e0bec2899c
-DIST bunny-2.7.1.gem 199168 BLAKE2B f1b5d9e7a7f2808aa8fb70c4d8f3eba3a45892929dc2e5b0d457e5e4095f0deb1a13c093e56774dbd92e0b09cce35528ca298790b74a583b0ecc62ee22e9df03 SHA512 9222ff4cf2e0261f82ad98ec75b697f1fee7f0f0cf998e14edffdbc16bbcb93ba2206051d712a8b6e6452345ef12043c094c6f7bc88bd203b3c171765c5e0422
 DIST bunny-2.7.2.gem 199168 BLAKE2B 30293eda9a336a78383f52981109c5c231c6d850376042f63ce8108e677d553b9a867d696be2fdfb33fa3d26c27e0d8da96287fcd113b574bc47d3caa3ce897b SHA512 acba94a6611be0c72d10016366c00f8a2c84c36e897d1e9b179f49ae717edd1d6ade5b90fa963d1f830a315927be01267d0f848bd8f3016978ab2b2ec38c6bde
 DIST bunny-2.8.0.gem 200704 BLAKE2B d2a76c7e5d16b5a86c8cd6562e67e705cdd223778c84c995000fd1d128bb85a06f96765629d8b555f96f18e480bd840b13db0f9a01501b7cffac76effa0ebb1a SHA512 638cdf63a4a46bfa74af12c994cb4fd2798b57718be1386b7d0dc592bae4f35902d4bb72e0e58ee289bcffd2d6eb7ea8e82ccb0ed98d743b7d09f149dd042916

diff --git a/dev-ruby/bunny/bunny-2.7.0.ebuild b/dev-ruby/bunny/bunny-2.7.0.ebuild
deleted file mode 100644
index 76be6caf7ae..00000000000
--- a/dev-ruby/bunny/bunny-2.7.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-# 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.7.1.ebuild b/dev-ruby/bunny/bunny-2.7.1.ebuild
deleted file mode 100644
index 88a26c85caa..00000000000
--- a/dev-ruby/bunny/bunny-2.7.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-# 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
-}


             reply	other threads:[~2018-01-10  6:17 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-10  6:17 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-24  7:17 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/bunny/ 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-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
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=1515565014.36b5fbda2b932b7e299b3a3677005688eec3b583.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