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/pluggaloid/
Date: Sat, 30 Apr 2022 09:08:12
Message-Id: 1651309678.106ee7185072ac47ddf5e8632ab4c2e10ee3d446.graaff@gentoo
1 commit: 106ee7185072ac47ddf5e8632ab4c2e10ee3d446
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 30 07:54:18 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 09:07:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=106ee718
7
8 dev-ruby/pluggaloid: drop 1.5.0
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/pluggaloid/Manifest | 1 -
13 dev-ruby/pluggaloid/pluggaloid-1.5.0.ebuild | 26 --------------------------
14 2 files changed, 27 deletions(-)
15
16 diff --git a/dev-ruby/pluggaloid/Manifest b/dev-ruby/pluggaloid/Manifest
17 index 2a2f78447262..fd772e320627 100644
18 --- a/dev-ruby/pluggaloid/Manifest
19 +++ b/dev-ruby/pluggaloid/Manifest
20 @@ -1,2 +1 @@
21 -DIST pluggaloid-1.5.0.gem 19968 BLAKE2B 39fce1d3077a0d2b2b969c8a6b48850b0451e8ff50e76ceca8a094f866c5de8be3a4a26458b86cae82ecba881203e1b9546464e80a482b287457c24fff3eb751 SHA512 ec5196d2ec7c61b0979693fbe603ab52451a0c66ef74b9b1486f2f9a3fbd41ffafbdc25acfb8e4f815eabf7e1829c5eb6792a71b6a7e1dfcda6a64ef21b034fb
22 DIST pluggaloid-1.7.0.gem 20992 BLAKE2B 8e5dca33d4e724ce264cf94d3494d452dfa6aaa3dc373c50ac7a5e1931358484e984bb0f3e170243d7e3daf10ba6a7e15b1e7b0cc77b6394c2349e6e36e7a77d SHA512 f4ebf9fa60bf29366cafeeab09cd1cddd3c46903757f55a6b0a1326499c1b5e917258eb07a7f95934ab2ff32626dfffc2738c847eb6090725f90dce7ac90c550
23
24 diff --git a/dev-ruby/pluggaloid/pluggaloid-1.5.0.ebuild b/dev-ruby/pluggaloid/pluggaloid-1.5.0.ebuild
25 deleted file mode 100644
26 index 493b5e874163..000000000000
27 --- a/dev-ruby/pluggaloid/pluggaloid-1.5.0.ebuild
28 +++ /dev/null
29 @@ -1,26 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -USE_RUBY="ruby25 ruby26 ruby27"
36 -
37 -RUBY_FAKEGEM_EXTRADOC="README.md"
38 -
39 -inherit ruby-fakegem
40 -DESCRIPTION="Pluggaloid is extensible plugin system for mikutter"
41 -HOMEPAGE="https://rubygems.org/gems/pluggaloid/"
42 -
43 -LICENSE="MIT"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE=""
47 -
48 -ruby_add_rdepend "
49 - >=dev-ruby/delayer-1.1.0:1
50 - dev-ruby/instance_storage:0
51 -"
52 -
53 -all_ruby_prepare() {
54 - sed -i -e '/bundler/ s:^:#:' Rakefile test/*_test.rb || die
55 -}