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: Tue, 15 Sep 2020 06:00:57
Message-Id: 1600149633.3182fd9c8674b3fb465ec8149597ad7e5b90199a.graaff@gentoo
1 commit: 3182fd9c8674b3fb465ec8149597ad7e5b90199a
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 15 06:00:33 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 15 06:00:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3182fd9c
7
8 dev-ruby/combustion: cleanup
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/combustion/Manifest | 1 -
14 dev-ruby/combustion/combustion-1.2.0.ebuild | 24 ------------------------
15 2 files changed, 25 deletions(-)
16
17 diff --git a/dev-ruby/combustion/Manifest b/dev-ruby/combustion/Manifest
18 index 118ccc6ced8..ecc2ef57f52 100644
19 --- a/dev-ruby/combustion/Manifest
20 +++ b/dev-ruby/combustion/Manifest
21 @@ -1,2 +1 @@
22 -DIST combustion-1.2.0.gem 18944 BLAKE2B b4851e19779849b0edbf9759052b7a3546ead143322b15267b02295dce6f6097aa84eee62dc9e36e3f1c7fc66642216e6ad6fd713c21014ff658ef79afc597f9 SHA512 3bb64441910cc2ce24bbaa3b05953c4b2b159a064478c03afe1aa9685fc22c7766e1d26c0cfc606a66d137dcdbe29457f0ba43218659678c52364560a50c01b9
23 DIST combustion-1.3.0.gem 18944 BLAKE2B 5a6f6f2ffd67ae180d3f34be0501ebb05f5a7e3a008b2588fa7c746c69760201b533fdbbab93df6c97fbeb642b6c3f190605b35fae4cb3c31b0b7b7c16d1fa77 SHA512 32ec2c2ab9b1c6a834cf334b3f41e60e495a9c366e57830fa27bc8554b6eff72e8998d76f4c8e8e2e6d81e6c3574db46edf12a1bff05329cd3bacbea8eeb2a46
24
25 diff --git a/dev-ruby/combustion/combustion-1.2.0.ebuild b/dev-ruby/combustion/combustion-1.2.0.ebuild
26 deleted file mode 100644
27 index 954b127e891..00000000000
28 --- a/dev-ruby/combustion/combustion-1.2.0.ebuild
29 +++ /dev/null
30 @@ -1,24 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -USE_RUBY="ruby24 ruby25 ruby26"
36 -
37 -RUBY_FAKEGEM_TASK_TEST=""
38 -RUBY_FAKEGEM_EXTRADOC="README.md"
39 -
40 -inherit ruby-fakegem
41 -
42 -DESCRIPTION="Elegant Rails Engine Testing"
43 -HOMEPAGE="https://github.com/pat/combustion"
44 -LICENSE="MIT"
45 -
46 -KEYWORDS="~amd64"
47 -SLOT="0"
48 -IUSE=""
49 -
50 -ruby_add_rdepend "
51 - >=dev-ruby/activesupport-3.0.0:*
52 - >=dev-ruby/railties-3.0.0:*
53 - >=dev-ruby/thor-0.14.6:*
54 -"