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/coercible/
Date: Tue, 23 Nov 2021 07:05:22
Message-Id: 1637649575.792bca6e02613e2a3e2abe3d2f090b5fb8d706d6.graaff@gentoo
1 commit: 792bca6e02613e2a3e2abe3d2f090b5fb8d706d6
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 23 06:39:35 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 23 06:39:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=792bca6e
7
8 dev-ruby/coercible: cleanup
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/coercible/coercible-1.0.0.ebuild | 24 ------------------------
14 1 file changed, 24 deletions(-)
15
16 diff --git a/dev-ruby/coercible/coercible-1.0.0.ebuild b/dev-ruby/coercible/coercible-1.0.0.ebuild
17 deleted file mode 100644
18 index b949ea65cd9a..000000000000
19 --- a/dev-ruby/coercible/coercible-1.0.0.ebuild
20 +++ /dev/null
21 @@ -1,24 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
28 -
29 -RUBY_FAKEGEM_EXTRADOC="README.md Changelog.md"
30 -
31 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
32 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
33 -
34 -inherit ruby-fakegem
35 -
36 -DESCRIPTION="Powerful, flexible and configurable coercion library"
37 -HOMEPAGE="https://github.com/solnic/coercible https://rubygems.org/gems/coercible"
38 -
39 -LICENSE="MIT"
40 -SLOT="0"
41 -KEYWORDS="~amd64"
42 -IUSE=""
43 -
44 -ruby_add_rdepend ">=dev-ruby/descendants_tracker-0.0.1
45 - <dev-ruby/descendants_tracker-0.1"