summaryrefslogtreecommitdiff
path: root/dev-ruby/histogram/histogram-0.2.4.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-04 16:08:55 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-04 16:08:55 +0100
commita4a6bfb13b5393e584d42ef735796caa2a87c831 (patch)
tree2c704fc127dfea99d1f7b5b99671ec17af05dddf /dev-ruby/histogram/histogram-0.2.4.1.ebuild
parentfea4a05eed382195ccf0fd9536eb165d60bd2c5f (diff)
gentoo auto-resync : 04:07:2023 - 16:08:54
Diffstat (limited to 'dev-ruby/histogram/histogram-0.2.4.1.ebuild')
-rw-r--r--dev-ruby/histogram/histogram-0.2.4.1.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-ruby/histogram/histogram-0.2.4.1.ebuild b/dev-ruby/histogram/histogram-0.2.4.1.ebuild
deleted file mode 100644
index 723024fb90bd..000000000000
--- a/dev-ruby/histogram/histogram-0.2.4.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Gives objects the ability to 'histogram' in several useful ways"
-HOMEPAGE="https://github.com/jtprince/histogram"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/narray )"
-
-all_ruby_prepare() {
- sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
-}