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: Wed, 17 Oct 2018 05:13:54
Message-Id: 1539752355.b242d06019e03f4bd9935ba02b886e8ff2175dbc.graaff@gentoo
1 commit: b242d06019e03f4bd9935ba02b886e8ff2175dbc
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 17 04:59:15 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 17 04:59:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b242d060
7
8 dev-ruby/combustion: cleanup
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 dev-ruby/combustion/Manifest | 2 --
14 dev-ruby/combustion/combustion-0.8.0.ebuild | 25 -------------------------
15 dev-ruby/combustion/combustion-0.9.0.ebuild | 25 -------------------------
16 3 files changed, 52 deletions(-)
17
18 diff --git a/dev-ruby/combustion/Manifest b/dev-ruby/combustion/Manifest
19 index 948391f9bd3..0099f6ee8ab 100644
20 --- a/dev-ruby/combustion/Manifest
21 +++ b/dev-ruby/combustion/Manifest
22 @@ -1,3 +1 @@
23 -DIST combustion-0.8.0.gem 17920 BLAKE2B f318b2a2a6f1ee2103d396f9da52f5aeecdcd76008a91613118732b7253625ef40994680400ce3b8a3f781b08366c8bc15d9288ff9e8d8bd8af8afceb9af9a28 SHA512 145aa927dbedf0f5e8207538f0c741ce7c9a03ae696ad6a525bfcb0d4a3c89ae6f9f1b4ffc384d6aa82e2fa3ad802902a29db2fee9803e7a05dd69ea59c24419
24 -DIST combustion-0.9.0.gem 17920 BLAKE2B ac5a1c41b5993614a0101427f0a8d7491736a98b3b7799ed9e638515ae0a9b3098eed5c77a5bbd1c02efe9b613b2d30aac0c446fefb16405c3bfed4d1d15d23f SHA512 6d82f96fe2f42e50065e3de4d0fb8b05fa8da9e63a77b29934db0600594d826eb2a3e36a14e7e18744fed233db769c12a7620b4ec98aa230a6973d07a142a364
25 DIST combustion-0.9.1.gem 18432 BLAKE2B db569f0e97c756b5ebbe9fe33186d793ea8be97c9a629db0f263576a15bad1deaa353e43afff0ec72807be7fc9fc87075696ce5fbd20abaa0dc064a9d448d4a1 SHA512 9a64b0cd440ea10f1318b24f7643303d9cd7d7ac6d8d2d16a5b7b6e656a6cbbc98684636520a12950ab038bc819ee817763e802996914cc7ee6ba0fb12ae9248
26
27 diff --git a/dev-ruby/combustion/combustion-0.8.0.ebuild b/dev-ruby/combustion/combustion-0.8.0.ebuild
28 deleted file mode 100644
29 index 8ef121db7a5..00000000000
30 --- a/dev-ruby/combustion/combustion-0.8.0.ebuild
31 +++ /dev/null
32 @@ -1,25 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -USE_RUBY="ruby22 ruby23 ruby24"
38 -
39 -RUBY_FAKEGEM_TASK_DOC=""
40 -RUBY_FAKEGEM_TASK_TEST=""
41 -RUBY_FAKEGEM_EXTRADOC="README.md"
42 -
43 -inherit ruby-fakegem
44 -
45 -DESCRIPTION="Elegant Rails Engine Testing"
46 -HOMEPAGE="https://github.com/pat/combustion"
47 -LICENSE="MIT"
48 -
49 -KEYWORDS="~amd64"
50 -SLOT="0"
51 -IUSE=""
52 -
53 -ruby_add_rdepend "
54 - >=dev-ruby/activesupport-3.0.0:*
55 - >=dev-ruby/railties-3.0.0:*
56 - >=dev-ruby/thor-0.14.6
57 -"
58
59 diff --git a/dev-ruby/combustion/combustion-0.9.0.ebuild b/dev-ruby/combustion/combustion-0.9.0.ebuild
60 deleted file mode 100644
61 index 8ef121db7a5..00000000000
62 --- a/dev-ruby/combustion/combustion-0.9.0.ebuild
63 +++ /dev/null
64 @@ -1,25 +0,0 @@
65 -# Copyright 1999-2018 Gentoo Foundation
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=6
69 -USE_RUBY="ruby22 ruby23 ruby24"
70 -
71 -RUBY_FAKEGEM_TASK_DOC=""
72 -RUBY_FAKEGEM_TASK_TEST=""
73 -RUBY_FAKEGEM_EXTRADOC="README.md"
74 -
75 -inherit ruby-fakegem
76 -
77 -DESCRIPTION="Elegant Rails Engine Testing"
78 -HOMEPAGE="https://github.com/pat/combustion"
79 -LICENSE="MIT"
80 -
81 -KEYWORDS="~amd64"
82 -SLOT="0"
83 -IUSE=""
84 -
85 -ruby_add_rdepend "
86 - >=dev-ruby/activesupport-3.0.0:*
87 - >=dev-ruby/railties-3.0.0:*
88 - >=dev-ruby/thor-0.14.6
89 -"