From: Hans de Graaff Date: Fri, 14 Jun 2019 04:27:17 +0000 (+0200) Subject: dev-ruby/equatable: initial import of 0.5.0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e8b66e698fddc3fc71d8c88d241280cb0d59eaf4;p=gentoo.git dev-ruby/equatable: initial import of 0.5.0 Dependency for forthcoming dev-ruby/pastel Signed-off-by: Hans de Graaff Package-Manager: Portage-2.3.66, Repoman-2.3.11 --- diff --git a/dev-ruby/equatable/Manifest b/dev-ruby/equatable/Manifest new file mode 100644 index 000000000000..e4dc8389443f --- /dev/null +++ b/dev-ruby/equatable/Manifest @@ -0,0 +1 @@ +DIST equatable-0.5.0.gem 10240 BLAKE2B cbc8b0250cba6a89be0205d585a25a0f9c050cee7e1803a8725259a18b4a9b1ed62771ff9407a7b702c293c55de7c8c3000d5c29f445f230c8acbc0a0f7be384 SHA512 968c5497d3d18ec899b34311965421bd3c53a4d55f56ee7594bab1db3ce320e245890b007b1412ea434fc15ad7be2ec6c345068c4aa3cf74e07c146f76039478 diff --git a/dev-ruby/equatable/equatable-0.5.0.ebuild b/dev-ruby/equatable/equatable-0.5.0.ebuild new file mode 100644 index 000000000000..7aacf0cff449 --- /dev/null +++ b/dev-ruby/equatable/equatable-0.5.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby24 ruby25 ruby26" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Allows ruby objects to implement equality comparison and inspection methods" +HOMEPAGE="https://github.com/piotrmurach/equatable" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" diff --git a/dev-ruby/equatable/metadata.xml b/dev-ruby/equatable/metadata.xml new file mode 100644 index 000000000000..d24f3b19f941 --- /dev/null +++ b/dev-ruby/equatable/metadata.xml @@ -0,0 +1,11 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + piotrmurach/equatable + +