diff options
author | Hans de Graaff <graaff@gentoo.org> | 2015-08-12 07:20:43 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2015-08-12 07:21:03 +0200 |
commit | 7a851736e027e121c0e9f1b867327bf45fcc24d5 (patch) | |
tree | 57a489e8b8c9d99daf9e9367a51792444df591a8 /dev-ruby/optionable/optionable-0.2.0.ebuild | |
parent | www-plugins/adobe-flash: Version bump. (diff) | |
download | gentoo-7a851736e027e121c0e9f1b867327bf45fcc24d5.tar.gz gentoo-7a851736e027e121c0e9f1b867327bf45fcc24d5.tar.bz2 gentoo-7a851736e027e121c0e9f1b867327bf45fcc24d5.zip |
dev-ruby/optionable: initial import
New dependency for forthcoming dev-ruby/moped.
Package-Manager: portage-2.2.20
Diffstat (limited to 'dev-ruby/optionable/optionable-0.2.0.ebuild')
-rw-r--r-- | dev-ruby/optionable/optionable-0.2.0.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
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..71606a5c9834 --- /dev/null +++ b/dev-ruby/optionable/optionable-0.2.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21 ruby22" + +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="" |