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: Fri, 14 Aug 2015 06:35:40 +0000 (UTC) [thread overview]
Message-ID: <1439534131.86fe6adf2c0d0625b68a8c036f547b7149aea00e.graaff@gentoo> (raw)
commit: 86fe6adf2c0d0625b68a8c036f547b7149aea00e
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 05:34:45 2015 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 06:35:31 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86fe6adf
dev-ruby/bunny: cleanup
Package-Manager: portage-2.2.20.1
dev-ruby/bunny/Manifest | 2 --
dev-ruby/bunny/bunny-1.5.0.ebuild | 32 --------------------------------
dev-ruby/bunny/bunny-1.5.1.ebuild | 32 --------------------------------
3 files changed, 66 deletions(-)
diff --git a/dev-ruby/bunny/Manifest b/dev-ruby/bunny/Manifest
index 91f7235..4b081c6 100644
--- a/dev-ruby/bunny/Manifest
+++ b/dev-ruby/bunny/Manifest
@@ -1,4 +1,2 @@
-DIST bunny-1.5.0.gem 178688 SHA256 9bc88dd4760ab29fabd304b47aec8abc4a28c59509d9ca791d120da7a41a6c9a SHA512 1271c268df9f8e75750ad6bea5f8a6ab51348acc5806c102c00d96d7094e723bb968b733df8a6ab212b4871bf1d1d59f87f7239ff90a242ef648bb118d24a7e6 WHIRLPOOL ca29470ee951e4814457909a80c641f07b2f5903e4b6974340dbc770308a0e799978928fe5690d6f0b7e285576c3551fe3a6613191b4e81f3c8a508b14906980
-DIST bunny-1.5.1.gem 178688 SHA256 0668e58dd5a020cb6614515276964b7d2563ca643a98d126429128b33d54f65e SHA512 82add6e87343d6c7df1dfc4cb5d91d413626e2b608b9a5a22397039aede3017fb400117c959a0274a4eb1bd737b724d7bbd98e901133f68428fc5cbed20df810 WHIRLPOOL e1d3bbc2df08dec252f07c981e5eb39b5f31f5358f0f3cf42aa40c393c0494086862acf7094e854a552cc295c77afbc7066a153a9400ced6087487d355fcc8fc
DIST bunny-1.6.3.gem 180224 SHA256 3eb1339993db6ea5b8655be374c0427924c13bdc9cafee8141e513d334e0a52d SHA512 ceeca544cd05c78adb3bd3164ca84851b65270ecd069e923979b432abc92160642f334df088364ae9960b2c3523260a0ffcd06dd20b51bd798178231efa74a95 WHIRLPOOL 7a9a20240e15c3b480aa870c6270f08ba0d95d12d4ea68e71c444e5abe4933a9dfadbe3babf71c1e35c78a04be09a0d8c01159781b749db3be79189ddede9e13
DIST bunny-1.7.0.gem 181248 SHA256 889b3bb5b173d8ce16ec7d96cd72ccd742a3e31eaaf0f0336b762cec1f0bf806 SHA512 158ea3906c1318458da7551519ff00e30191f91f0cf3ea777b1069f55cd5fce865591495f56177f8d23a4498bdf95b145caa2027136fab2d3108af6a685eca59 WHIRLPOOL 05fa177b554a5d0c4a76f953242b3d715c4dc969b939375ac22e5d054fee4a1a6634c8a851f25f11120037a1992af7202ff5727452415cea5a3e60cea6c24a03
diff --git a/dev-ruby/bunny/bunny-1.5.0.ebuild b/dev-ruby/bunny/bunny-1.5.0.ebuild
deleted file mode 100644
index 5e036a6..0000000
--- a/dev-ruby/bunny/bunny-1.5.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-# Tests require a live AMQP server.
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Another synchronous Ruby AMQP client"
-HOMEPAGE="http://github.com/celldee/bunny"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/amq-protocol-1.9.2"
-
-all_ruby_install() {
- all_fakegem_install
-
- insinto /usr/share/doc/${PF}
- doins -r examples || die
-}
diff --git a/dev-ruby/bunny/bunny-1.5.1.ebuild b/dev-ruby/bunny/bunny-1.5.1.ebuild
deleted file mode 100644
index 5e036a6..0000000
--- a/dev-ruby/bunny/bunny-1.5.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-# Tests require a live AMQP server.
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Another synchronous Ruby AMQP client"
-HOMEPAGE="http://github.com/celldee/bunny"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/amq-protocol-1.9.2"
-
-all_ruby_install() {
- all_fakegem_install
-
- insinto /usr/share/doc/${PF}
- doins -r examples || die
-}
next reply other threads:[~2015-08-14 6:35 UTC|newest]
Thread overview: 72+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-14 6:35 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-04 11:16 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/bunny/ Hans de Graaff
2025-04-04 5:02 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-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
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=1439534131.86fe6adf2c0d0625b68a8c036f547b7149aea00e.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