summaryrefslogtreecommitdiff
path: root/dev-ruby/dry-types/dry-types-1.9.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/dry-types/dry-types-1.9.0.ebuild')
-rw-r--r--dev-ruby/dry-types/dry-types-1.9.0.ebuild47
1 files changed, 0 insertions, 47 deletions
diff --git a/dev-ruby/dry-types/dry-types-1.9.0.ebuild b/dev-ruby/dry-types/dry-types-1.9.0.ebuild
deleted file mode 100644
index a165a22e7e24..000000000000
--- a/dev-ruby/dry-types/dry-types-1.9.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby32 ruby33 ruby34"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="dry-types.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Type system for Ruby supporting coercions, constraints and complex types"
-
-HOMEPAGE="https://dry-rb.org/gems/dry-types/"
-SRC_URI="https://github.com/dry-rb/dry-types/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-
-ruby_add_rdepend "
- || ( dev-ruby/bigdecimal:4 dev-ruby/bigdecimal:0 )
- dev-ruby/concurrent-ruby:1
- dev-ruby/dry-core:1
- dev-ruby/dry-inflector:1
- >=dev-ruby/dry-logic-1.4:1
- >=dev-ruby/zeitwerk-2.6:2
-"
-
-ruby_add_bdepend "test? (
- dev-ruby/bigdecimal:0
- dev-ruby/dry-monads
- dev-ruby/dry-struct
- dev-ruby/warning
-)"
-
-all_ruby_prepare() {
- # Dependencies only work with this slot of bigdecimal.
- sed -e '2igem "bigdecimal", "~> 3.0"' \
- -i spec/spec_helper.rb || die
-}