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: Sun, 02 Jun 2019 06:01:31
Message-Id: 1559455278.93619f213b18c68875f9ef4a719da1d70b8a35c0.graaff@gentoo
1 commit: 93619f213b18c68875f9ef4a719da1d70b8a35c0
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 2 05:40:50 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 2 06:01:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93619f21
7
8 dev-ruby/pluggaloid: cleanup
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12
13 dev-ruby/pluggaloid/Manifest | 1 -
14 dev-ruby/pluggaloid/pluggaloid-1.1.1.ebuild | 27 ---------------------------
15 2 files changed, 28 deletions(-)
16
17 diff --git a/dev-ruby/pluggaloid/Manifest b/dev-ruby/pluggaloid/Manifest
18 index 5a972540cbf..d194b0e311c 100644
19 --- a/dev-ruby/pluggaloid/Manifest
20 +++ b/dev-ruby/pluggaloid/Manifest
21 @@ -1,2 +1 @@
22 -DIST pluggaloid-1.1.1.gem 14336 BLAKE2B c4191a02630d764985546ec40520e09a8aef6e1b5bc94da5e5f058065ef7f6a18751dad10d293c3219f1eca21e17b310b1998e33c4e96573f33dd28faa50bb6c SHA512 80453954f98c7fba354455b73538d055a7d9d38e38f16723dcc4b04811286a8e34e413f31d988b86580eb5a4890d5405c78e6798bcf1ca489fd3159b23653070
23 DIST pluggaloid-1.1.2.gem 14848 BLAKE2B 72bbcfe71c3c2e6a96425639b0db2af9a10f92888af09093861879529458e51ef3793a614a8d573829a4cc34be6e56721bd3f01523f3e5feb722800538ed097c SHA512 e381adf34e918c7d9e1b1ca88cc7eba585f2d88937fc7e2fbb6ffc7e276ecea42f27e101bb0d0a80ce5d365cdbaca9aab0c8f2ba33899cc3e1ba6729514de1da
24
25 diff --git a/dev-ruby/pluggaloid/pluggaloid-1.1.1.ebuild b/dev-ruby/pluggaloid/pluggaloid-1.1.1.ebuild
26 deleted file mode 100644
27 index 48fb87cbd71..00000000000
28 --- a/dev-ruby/pluggaloid/pluggaloid-1.1.1.ebuild
29 +++ /dev/null
30 @@ -1,27 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -USE_RUBY="ruby22 ruby23 ruby24 ruby25"
37 -
38 -RUBY_FAKEGEM_RECIPE_DOC="doc"
39 -RUBY_FAKEGEM_EXTRADOC="README.md"
40 -
41 -inherit ruby-fakegem
42 -DESCRIPTION="Pluggaloid is extensible plugin system for mikutter"
43 -HOMEPAGE="https://rubygems.org/gems/pluggaloid/"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -ruby_add_rdepend "
51 - dev-ruby/delayer
52 - dev-ruby/instance_storage:0
53 -"
54 -
55 -all_ruby_prepare() {
56 - sed -i -e '/bundler/ s:^:#:' Rakefile test/*_test.rb || die
57 -}