commit: 337c9695711cc16ecffe7b45951450069e4dea27 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Jul 5 04:59:14 2022 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Jul 5 05:15:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=337c9695
dev-ruby/simplecov_json_formatter: initial import of 0.1.4 Restrict tests because there are not many tests and they are strongly bound to a specific simplecov version. They are also not packaged in the gem. Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/simplecov_json_formatter/Manifest | 1 + dev-ruby/simplecov_json_formatter/metadata.xml | 11 +++++++++++ .../simplecov_json_formatter-0.1.4.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 34 insertions(+) diff --git a/dev-ruby/simplecov_json_formatter/Manifest b/dev-ruby/simplecov_json_formatter/Manifest new file mode 100644 index 000000000000..1bb9762f6cd8 --- /dev/null +++ b/dev-ruby/simplecov_json_formatter/Manifest @@ -0,0 +1 @@ +DIST simplecov_json_formatter-0.1.4.gem 6656 BLAKE2B 57a03ca27911ed798ec2aa7e84a8d037e4565b0b9fec261d0a72d9276355ba27eb8fedea31195bc8b6e6b67b94b9a5f903f326720b862a46790bacd282e83c63 SHA512 1b90167acf4ad9565084488b455ee25ab8930a70a849191228e2868c15f29d257dc5256bb578e11351a942d887dcdeda9191a541cd0fb70e3f0eb8466fb13ddf diff --git a/dev-ruby/simplecov_json_formatter/metadata.xml b/dev-ruby/simplecov_json_formatter/metadata.xml new file mode 100644 index 000000000000..0670a7dfae0d --- /dev/null +++ b/dev-ruby/simplecov_json_formatter/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Ruby Project</name> + </maintainer> + <upstream> + <remote-id type="github">codeclimate-community/simplecov_json_formatter</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-ruby/simplecov_json_formatter/simplecov_json_formatter-0.1.4.ebuild b/dev-ruby/simplecov_json_formatter/simplecov_json_formatter-0.1.4.ebuild new file mode 100644 index 000000000000..5201e28824d9 --- /dev/null +++ b/dev-ruby/simplecov_json_formatter/simplecov_json_formatter-0.1.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby26 ruby27 ruby30 ruby31" + +RUBY_FAKEGEM_BINWRAP="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +inherit ruby-fakegem + +DESCRIPTION="JSON formatter for SimpleCov" +HOMEPAGE="https://github.com/codeclimate-community/simplecov_json_formatter" +LICENSE="MIT" + +KEYWORDS="~amd64 ~riscv" +SLOT="$(ver_cut 1)" +IUSE="doc" + +# Not packaged in the gem and very fragile for e.g. simplecov versions +RESTRICT="test"
