diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-11-26 07:41:40 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-11-26 09:16:50 +0100 |
commit | a50e459eb27c65f12548a7e51916b1b52200093a (patch) | |
tree | 06b66385cf85c38ad98184d56e5534c92f81d6ae | |
parent | dev-ruby/open4: cleanup (diff) | |
download | gentoo-a50e459eb27c65f12548a7e51916b1b52200093a.tar.gz gentoo-a50e459eb27c65f12548a7e51916b1b52200093a.tar.bz2 gentoo-a50e459eb27c65f12548a7e51916b1b52200093a.zip |
dev-ruby/axiom-types: cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | dev-ruby/axiom-types/axiom-types-0.1.1.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild b/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild deleted file mode 100644 index 7f06ee1e45d6..000000000000 --- a/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild +++ /dev/null @@ -1,29 +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_EXTRADOC="CONTRIBUTING.md README.md" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_RECIPE_DOC="yard" - -inherit ruby-fakegem - -DESCRIPTION="Define types with optional constraints for use within axiom and other libraries" -HOMEPAGE="https://rubygems.org/gems/axiom-types https://github.com/dkubb/axiom-types" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/descendants_tracker-0.0.4 - <dev-ruby/descendants_tracker-0.1 - >=dev-ruby/ice_nine-0.11.0 - <dev-ruby/ice_nine-0.12 - >=dev-ruby/thread_safe-0.3.1 - <dev-ruby/thread_safe-1" - -RESTRICT="test" |