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