diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-05-26 07:50:48 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-05-26 07:50:48 +0200 |
commit | 37011fc3a44a4dbde191b6bf1b4311b52429e9da (patch) | |
tree | ff76679c32517f5e6914e1be2db02556e660e18b /dev-ruby/simplecov-html | |
parent | dev-ruby/nokogumbo: remove masked package (diff) | |
download | gentoo-37011fc3a44a4dbde191b6bf1b4311b52429e9da.tar.gz gentoo-37011fc3a44a4dbde191b6bf1b4311b52429e9da.tar.bz2 gentoo-37011fc3a44a4dbde191b6bf1b4311b52429e9da.zip |
dev-ruby/simplecov-html: drop 0.10.2, 0.11.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/simplecov-html')
-rw-r--r-- | dev-ruby/simplecov-html/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/simplecov-html/simplecov-html-0.10.2.ebuild | 23 | ||||
-rw-r--r-- | dev-ruby/simplecov-html/simplecov-html-0.11.0.ebuild | 23 |
3 files changed, 0 insertions, 48 deletions
diff --git a/dev-ruby/simplecov-html/Manifest b/dev-ruby/simplecov-html/Manifest index 341008caf600..1a3d8a02a52c 100644 --- a/dev-ruby/simplecov-html/Manifest +++ b/dev-ruby/simplecov-html/Manifest @@ -1,3 +1 @@ -DIST simplecov-html-0.10.2.gem 183296 BLAKE2B f4edfe25249927d46f32d422b004d8a03671926792ea78016864764242f8bf8dc9131a0580b9519db6798beb3fa093f79a0d585b63d6b6b62c9faf7ae94087e8 SHA512 141b9d55ca7cbf1bb64616482828107c7c33c7d6db1b5650ae9d463e5ece7a7fb56d123c539c7364fe2a35e5faea382620a0b34e337d4c9d4871caafc794a967 -DIST simplecov-html-0.11.0.gem 184832 BLAKE2B d70fa7688752d0286fc72de57352169749a78737b9ecd97bb735d26951476c872eac87c4a41eb9dd5fa4513474c21071750accaff6297c6d8a4f31206a36364b SHA512 2971769d9bd5d84229ca074fbefab5223874946062804bc4ce195b1773e96d374338908684b72a0b33c2d37ee6778ca01de888b09d856944f018aec6ac7365d5 DIST simplecov-html-0.12.3.gem 336896 BLAKE2B 94cfbae7085163ba714b2bdf14b7c5eb1a4bc5fcf39d7e99689d74bb1e693d5b534ca067ba5609f6cfecdba64667dc514b4f5dede020aea176ae2328d1806ea0 SHA512 7fd6dad02b16f512d7fb859f62e5e8bd0a277af103c7829143795ccae60a9a057c323728ac36a1c42dbd143a2f0d175648f6e223e6e7e3e6394a52491d3733af diff --git a/dev-ruby/simplecov-html/simplecov-html-0.10.2.ebuild b/dev-ruby/simplecov-html/simplecov-html-0.10.2.ebuild deleted file mode 100644 index b0863b436354..000000000000 --- a/dev-ruby/simplecov-html/simplecov-html-0.10.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby26 ruby27" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRAINSTALL="assets public views" - -inherit ruby-fakegem - -DESCRIPTION="Generates a HTML report of your SimpleCov ruby code coverage results" -HOMEPAGE="https://github.com/colszowka/simplecov" -LICENSE="MIT" - -KEYWORDS="~amd64" -SLOT="0.10" -IUSE="doc" diff --git a/dev-ruby/simplecov-html/simplecov-html-0.11.0.ebuild b/dev-ruby/simplecov-html/simplecov-html-0.11.0.ebuild deleted file mode 100644 index 6e974d8d79eb..000000000000 --- a/dev-ruby/simplecov-html/simplecov-html-0.11.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby26 ruby27" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRAINSTALL="assets public views" - -inherit ruby-fakegem - -DESCRIPTION="Generates a HTML report of your SimpleCov ruby code coverage results" -HOMEPAGE="https://github.com/colszowka/simplecov" -LICENSE="MIT" - -KEYWORDS="~amd64" -SLOT="$(ver_cut 1-2)" -IUSE="doc" |