diff options
Diffstat (limited to 'dev-ruby/optionable')
| -rw-r--r-- | dev-ruby/optionable/Manifest | 1 | ||||
| -rw-r--r-- | dev-ruby/optionable/metadata.xml | 12 | ||||
| -rw-r--r-- | dev-ruby/optionable/optionable-0.2.0.ebuild | 19 |
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-ruby/optionable/Manifest b/dev-ruby/optionable/Manifest new file mode 100644 index 000000000000..912aa058ccc3 --- /dev/null +++ b/dev-ruby/optionable/Manifest @@ -0,0 +1 @@ +DIST optionable-0.2.0.gem 9216 BLAKE2B 4d77994fc4a5b800d03f1fa675760f4755b5b0ed6ff18e79e15cb918129261a37bf09807bca504a0caba4eae8037b688933b7bf62b2770e8e451e7f4ef94980c SHA512 4c633c83cd51fb2f1771f5f842cc8024d769f644d513a8d4486c7960d2bdda81be44746a7bb4604bb458cd58c3bbb5db28cb426d25cded6098263798f7daa465 diff --git a/dev-ruby/optionable/metadata.xml b/dev-ruby/optionable/metadata.xml new file mode 100644 index 000000000000..05e94413fe13 --- /dev/null +++ b/dev-ruby/optionable/metadata.xml @@ -0,0 +1,12 @@ +<?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">durran/optionable</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata> diff --git a/dev-ruby/optionable/optionable-0.2.0.ebuild b/dev-ruby/optionable/optionable-0.2.0.ebuild new file mode 100644 index 000000000000..5022ef6d17da --- /dev/null +++ b/dev-ruby/optionable/optionable-0.2.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +USE_RUBY="ruby23 ruby24 ruby25 ruby26" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Robust options validation for Ruby methods" +HOMEPAGE="https://github.com/durran/optionable" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" |
