summaryrefslogtreecommitdiff
path: root/dev-ruby/optionable
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-ruby/optionable
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ruby/optionable')
-rw-r--r--dev-ruby/optionable/Manifest3
-rw-r--r--dev-ruby/optionable/metadata.xml11
-rw-r--r--dev-ruby/optionable/optionable-0.2.0.ebuild19
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-ruby/optionable/Manifest b/dev-ruby/optionable/Manifest
new file mode 100644
index 000000000000..ca31084a09cd
--- /dev/null
+++ b/dev-ruby/optionable/Manifest
@@ -0,0 +1,3 @@
+DIST optionable-0.2.0.gem 9216 BLAKE2B 4d77994fc4a5b800d03f1fa675760f4755b5b0ed6ff18e79e15cb918129261a37bf09807bca504a0caba4eae8037b688933b7bf62b2770e8e451e7f4ef94980c SHA512 4c633c83cd51fb2f1771f5f842cc8024d769f644d513a8d4486c7960d2bdda81be44746a7bb4604bb458cd58c3bbb5db28cb426d25cded6098263798f7daa465
+EBUILD optionable-0.2.0.ebuild 399 BLAKE2B 25dfc38d56480487b04955bbf15ec572747b0aa020c2744b70d95ac7ff1aa57cc0b5efbb19aa9cfef0ef87dccdaed520f8020272c04f2745fb337ea1c1192a11 SHA512 f94c1098e8663f495fbbe00b5cdeaf0889e04a5d04c0247ed6cd98ed45db6afabe0ab4dbb01dcc8845b7245969bc7f29499b88e08d68f31cf311c34ec4562a63
+MISC metadata.xml 343 BLAKE2B dadca36b1b953dffb43438426b7c4a6848636a892a5964d9777b3c4de7acb12f78b4bd9f76aaef3bd4a09c2cfe1a4579d8f656262c59c28702d753b4fff3598d SHA512 0d809b55d6aa2e967ac7b85e0222365053e0876566ddb5554561289992da0945bd143f94f3ecf75e578a497ab4c341793a26f4815159ec4c0cb91439cd05cb01
diff --git a/dev-ruby/optionable/metadata.xml b/dev-ruby/optionable/metadata.xml
new file mode 100644
index 000000000000..e7d5ab8ca00d
--- /dev/null
+++ b/dev-ruby/optionable/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">durran/optionable</remote-id>
+ </upstream>
+</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..2c4a9de82cac
--- /dev/null
+++ b/dev-ruby/optionable/optionable-0.2.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+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=""