summaryrefslogtreecommitdiff
path: root/dev-ruby/histogram
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /dev-ruby/histogram
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'dev-ruby/histogram')
-rw-r--r--dev-ruby/histogram/Manifest3
-rw-r--r--dev-ruby/histogram/histogram-0.2.4.1.ebuild23
-rw-r--r--dev-ruby/histogram/metadata.xml11
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-ruby/histogram/Manifest b/dev-ruby/histogram/Manifest
new file mode 100644
index 000000000000..fc4dd3902866
--- /dev/null
+++ b/dev-ruby/histogram/Manifest
@@ -0,0 +1,3 @@
+DIST histogram-0.2.4.1.gem 15872 BLAKE2B 4c416b32e348564e9a938138ac22697acc480dd88e4a879cde6485acab481690cca5d8f61c1c026635a000ee45386e78169143ebca282ae3577e83da66c3e88c SHA512 b2358c648f528e42419b52155273613e6da560ee839458a888d47588a442effec3ee78ad18c33de2b2eed8c6a9f84fbc5b97f7d23ff3675871e9e58770dae36b
+EBUILD histogram-0.2.4.1.ebuild 498 BLAKE2B 4c4030f7ceefad0488b7a9d7e2ed7f99588624d8341937cd6413cc803b1b6cee28360157795896da0375b89e93db8c7d80d521566b54da117f62334a9b2729cd SHA512 9ffb5e899acf8f078b0663bcd967566d23daf559a939b56c8786095506187c142554bdd7229dd0cae0570232ef97d3afe80ac8025d5200166764b16eaa70dc88
+MISC metadata.xml 344 BLAKE2B b6d38aad2c3dcff9ce71bd7a23b33a4dc6a5ac1cf8496257db5c9082355689318265c625dfabe3ebeb99e7613190e3c9573d4ed44ad5c01fcbef4186258fc29a SHA512 e582ca1af54b82f0670a36a7bfce0ae2ccb3ddc99f2c74ca0dc8cecfc28673a02a1781faee4c6b1f9d773f9363e74235a96edec96886646e11ffb62f8184b4ec
diff --git a/dev-ruby/histogram/histogram-0.2.4.1.ebuild b/dev-ruby/histogram/histogram-0.2.4.1.ebuild
new file mode 100644
index 000000000000..09c6f9f62f93
--- /dev/null
+++ b/dev-ruby/histogram/histogram-0.2.4.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+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"
+IUSE=""
+
+all_ruby_prepare() {
+ sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
+}
diff --git a/dev-ruby/histogram/metadata.xml b/dev-ruby/histogram/metadata.xml
new file mode 100644
index 000000000000..e2bf5f673d39
--- /dev/null
+++ b/dev-ruby/histogram/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>ruby@gentoo.org</email>
+ <name>Gentoo Ruby Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">jtprince/histogram</remote-id>
+ </upstream>
+</pkgmetadata>