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/combustion/
Date: Thu, 01 Feb 2018 07:00:16
Message-Id: 1517468310.793a420033a081f74a162a1435d7d0b32cf63e4e.graaff@gentoo
1 commit: 793a420033a081f74a162a1435d7d0b32cf63e4e
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 1 06:43:25 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 1 06:58:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=793a4200
7
8 dev-ruby/combustion: cleanup
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-ruby/combustion/Manifest | 2 --
13 dev-ruby/combustion/combustion-0.5.5.ebuild | 25 -------------------------
14 dev-ruby/combustion/combustion-0.6.0.ebuild | 25 -------------------------
15 3 files changed, 52 deletions(-)
16
17 diff --git a/dev-ruby/combustion/Manifest b/dev-ruby/combustion/Manifest
18 index b9481711b93..ddb4adf530c 100644
19 --- a/dev-ruby/combustion/Manifest
20 +++ b/dev-ruby/combustion/Manifest
21 @@ -1,3 +1 @@
22 -DIST combustion-0.5.5.gem 14848 BLAKE2B 206611759ffbbde96bd29d4bd8ba464702b443a27f67d1abbba5733b9af640fe16fa33b00e68e0d5c0c5d2da1279c0ffd84b8a721836ac1a608b994b7a50451d SHA512 a27b228c9a9796c9bda61176421e9d03500361316606830b28dc101af9c9c4b94354455acbca0c009a64aedd39aff24d8ad7147a9dd4409b513a0858395c0ab8
23 -DIST combustion-0.6.0.gem 16384 BLAKE2B 2ce7d7cc81a7a2adf445d3de3e23bbd93e0b2e41c869a347f364740bf5a7d55357a06d31879c252ded891341d4e6518e7a93b3848cce67defd74e74ac4ab8ddd SHA512 0b2817a6f4a021a7e0975d6861c4fe1223c9303dd42ab312621bf4fb7de16d36e3ac9868053f45e11daa4bf1b0fa38c48e610ac7f89100868ea5ec8c350eca7d
24 DIST combustion-0.7.0.gem 16896 BLAKE2B 241a05ca36cb231deb8e4f0fe6f0e6dae06f8a01e30a4bc078e9e9b4263d614a924a487a5b81c27142de99c69f60590208242b29930819c516ad72b3a3823567 SHA512 77e2f7da100bffce5b3d8271ba4fd685839295d79a0738c02b5a47fb6cde3cebd1a5d6b9b8668f5b3eca5dd5397476d71c393d3e19429d47a77ddd731875f3dc
25
26 diff --git a/dev-ruby/combustion/combustion-0.5.5.ebuild b/dev-ruby/combustion/combustion-0.5.5.ebuild
27 deleted file mode 100644
28 index 22d7cbd5ffe..00000000000
29 --- a/dev-ruby/combustion/combustion-0.5.5.ebuild
30 +++ /dev/null
31 @@ -1,25 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -USE_RUBY="ruby20 ruby21 ruby22 ruby23"
37 -
38 -RUBY_FAKEGEM_TASK_DOC=""
39 -RUBY_FAKEGEM_TASK_TEST=""
40 -RUBY_FAKEGEM_EXTRADOC="README.md"
41 -
42 -inherit ruby-fakegem
43 -
44 -DESCRIPTION="Elegant Rails Engine Testing"
45 -HOMEPAGE="https://github.com/pat/combustion"
46 -LICENSE="MIT"
47 -
48 -KEYWORDS="~amd64"
49 -SLOT="0"
50 -IUSE=""
51 -
52 -ruby_add_rdepend "
53 - >=dev-ruby/activesupport-3.0.0:*
54 - >=dev-ruby/railties-3.0.0:*
55 - >=dev-ruby/thor-0.14.6
56 -"
57
58 diff --git a/dev-ruby/combustion/combustion-0.6.0.ebuild b/dev-ruby/combustion/combustion-0.6.0.ebuild
59 deleted file mode 100644
60 index 4084818a970..00000000000
61 --- a/dev-ruby/combustion/combustion-0.6.0.ebuild
62 +++ /dev/null
63 @@ -1,25 +0,0 @@
64 -# Copyright 1999-2017 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=5
68 -USE_RUBY="ruby21 ruby22 ruby23"
69 -
70 -RUBY_FAKEGEM_TASK_DOC=""
71 -RUBY_FAKEGEM_TASK_TEST=""
72 -RUBY_FAKEGEM_EXTRADOC="README.md"
73 -
74 -inherit ruby-fakegem
75 -
76 -DESCRIPTION="Elegant Rails Engine Testing"
77 -HOMEPAGE="https://github.com/pat/combustion"
78 -LICENSE="MIT"
79 -
80 -KEYWORDS="~amd64"
81 -SLOT="0"
82 -IUSE=""
83 -
84 -ruby_add_rdepend "
85 - >=dev-ruby/activesupport-3.0.0:*
86 - >=dev-ruby/railties-3.0.0:*
87 - >=dev-ruby/thor-0.14.6
88 -"