Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/bunny/
Date: Tue, 15 Sep 2020 07:33:59
Message-Id: 1600155232.5af135bfa57d3ceba920e98813474e7588b02553.graaff@gentoo
1 commit: 5af135bfa57d3ceba920e98813474e7588b02553
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 15 07:01:29 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 15 07:33:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af135bf
7
8 dev-ruby/bunny: cleanup
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/bunny/Manifest | 2 --
14 dev-ruby/bunny/bunny-2.14.4.ebuild | 30 ------------------------------
15 dev-ruby/bunny/bunny-2.15.0-r1.ebuild | 30 ------------------------------
16 3 files changed, 62 deletions(-)
17
18 diff --git a/dev-ruby/bunny/Manifest b/dev-ruby/bunny/Manifest
19 index d8054891810..88112231644 100644
20 --- a/dev-ruby/bunny/Manifest
21 +++ b/dev-ruby/bunny/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST bunny-2.14.4.gem 206848 BLAKE2B 50f4f92f537cbb0773119866ab8db3f43370210cfedb7f58d0b40a7158abdd6d7545363f7885b4841bc3b446003e1b3aa6bde2db58db330a162f14cbabd15a9a SHA512 4994126a46775eff6a941efb1a63321579943f4dd62c2f88d2e58d58dc8b8fb99f6283a3daeae9847ce4ac46173ff63834d82c57dfbc67f38e257c3989493e32
24 -DIST bunny-2.15.0.gem 206848 BLAKE2B f6455dd814d0f9afd6191d44352c8d524e5d70e67c0c0fce106fa566caf353d13e6f6a65c823d5484505bfd14a86b208d5259313af26be0539c96de08275b5f8 SHA512 146eba7f3bf8177a99f6c01ebde0b693965e539ae2f7092dbab932b4081f31d946f72d48accafe4e404b505da806f14c4e5967f4d4a69f8e16176324bdf54089
25 DIST bunny-2.16.1.gem 207360 BLAKE2B 896275bda2e9c1d327f88f9e166da1017f480f73020e524540b907274bc61826c85fc3812b1efc6b9911a35f9c21f3f8aab7c0738dca57f3ceac6e8942bd3dd3 SHA512 29fd5161a9ae698340be3e8f18b2b948af00985d7a38125df63c57fa9f3fdf2099528a80a1c4c0220fe7b1c5cc7a17abcae6c748398f8bb49feab65b41deca04
26 DIST bunny-2.17.0.gem 207872 BLAKE2B 4942c132ed2c979f878671492be9d6a0e3995286435b2c4a4360a60541f6be40e34dac43a96ffbc90622279ce5e52bc7696352136f71f8ffa1d2ae830e5a1178 SHA512 57264b195191e15a9d695017a3a126568a6f55e107b0d12db3bc162a48ece3ff50dd0334c5761cdf8b212a16f341532bf398dd496a7f544b835290cb6b3721c0
27
28 diff --git a/dev-ruby/bunny/bunny-2.14.4.ebuild b/dev-ruby/bunny/bunny-2.14.4.ebuild
29 deleted file mode 100644
30 index cabb1118353..00000000000
31 --- a/dev-ruby/bunny/bunny-2.14.4.ebuild
32 +++ /dev/null
33 @@ -1,30 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -USE_RUBY="ruby24 ruby25 ruby26"
39 -
40 -# Tests require a live AMQP server.
41 -RUBY_FAKEGEM_TASK_TEST=""
42 -
43 -RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
44 -
45 -RUBY_FAKEGEM_BINWRAP=""
46 -
47 -inherit ruby-fakegem
48 -
49 -DESCRIPTION="Another synchronous Ruby AMQP client"
50 -HOMEPAGE="https://github.com/celldee/bunny"
51 -
52 -LICENSE="MIT"
53 -SLOT="0"
54 -KEYWORDS="~amd64 ~x86"
55 -IUSE=""
56 -
57 -ruby_add_rdepend ">=dev-ruby/amq-protocol-2.3.0:2"
58 -
59 -all_ruby_install() {
60 - all_fakegem_install
61 -
62 - dodoc -r examples
63 -}
64
65 diff --git a/dev-ruby/bunny/bunny-2.15.0-r1.ebuild b/dev-ruby/bunny/bunny-2.15.0-r1.ebuild
66 deleted file mode 100644
67 index 23b94664596..00000000000
68 --- a/dev-ruby/bunny/bunny-2.15.0-r1.ebuild
69 +++ /dev/null
70 @@ -1,30 +0,0 @@
71 -# Copyright 1999-2020 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=7
75 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
76 -
77 -# Tests require a live AMQP server.
78 -RUBY_FAKEGEM_TASK_TEST=""
79 -
80 -RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
81 -
82 -RUBY_FAKEGEM_BINWRAP=""
83 -
84 -inherit ruby-fakegem
85 -
86 -DESCRIPTION="Another synchronous Ruby AMQP client"
87 -HOMEPAGE="https://github.com/celldee/bunny"
88 -
89 -LICENSE="MIT"
90 -SLOT="0"
91 -KEYWORDS="~amd64 ~x86"
92 -IUSE=""
93 -
94 -ruby_add_rdepend ">=dev-ruby/amq-protocol-2.3.1:2"
95 -
96 -all_ruby_install() {
97 - all_fakegem_install
98 -
99 - dodoc -r examples
100 -}