diff options
-rw-r--r-- | dev-ruby/histogram/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/histogram/histogram-0.2.4.1.ebuild | 19 | ||||
-rw-r--r-- | dev-ruby/histogram/metadata.xml | 11 |
3 files changed, 31 insertions, 0 deletions
diff --git a/dev-ruby/histogram/Manifest b/dev-ruby/histogram/Manifest new file mode 100644 index 000000000000..0538f526dc09 --- /dev/null +++ b/dev-ruby/histogram/Manifest @@ -0,0 +1 @@ +DIST histogram-0.2.4.1.gem 15872 BLAKE2B 4c416b32e348564e9a938138ac22697acc480dd88e4a879cde6485acab481690cca5d8f61c1c026635a000ee45386e78169143ebca282ae3577e83da66c3e88c SHA512 b2358c648f528e42419b52155273613e6da560ee839458a888d47588a442effec3ee78ad18c33de2b2eed8c6a9f84fbc5b97f7d23ff3675871e9e58770dae36b 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..e32c7db3908d --- /dev/null +++ b/dev-ruby/histogram/histogram-0.2.4.1.ebuild @@ -0,0 +1,19 @@ +# 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="" 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> |