diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-11-24 11:25:02 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-11-24 11:25:24 +0100 |
commit | 7dbf243dc20dfe2581e7a9c8b06f59f11a3b53c5 (patch) | |
tree | 5606944b5d9feea266c182b237f01182b51acc27 /dev-ruby/optionable | |
parent | dev-ruby/optionable: add ruby30 (diff) | |
download | gentoo-7dbf243dc20dfe2581e7a9c8b06f59f11a3b53c5.tar.gz gentoo-7dbf243dc20dfe2581e7a9c8b06f59f11a3b53c5.tar.bz2 gentoo-7dbf243dc20dfe2581e7a9c8b06f59f11a3b53c5.zip |
dev-ruby/optionable: cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/optionable')
-rw-r--r-- | dev-ruby/optionable/optionable-0.2.0.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-ruby/optionable/optionable-0.2.0.ebuild b/dev-ruby/optionable/optionable-0.2.0.ebuild deleted file mode 100644 index e172c59b8927..000000000000 --- a/dev-ruby/optionable/optionable-0.2.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -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="" |