commit:     b6b831d34e5fcb184d38df124cb753d7b3c80e61
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  4 09:11:02 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jun  4 09:11:02 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6b831d3

dev-ruby/dry-struct: drop 1.7.0, 1.7.1

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/dry-struct/Manifest                |  2 --
 dev-ruby/dry-struct/dry-struct-1.7.0.ebuild | 44 -----------------------------
 dev-ruby/dry-struct/dry-struct-1.7.1.ebuild | 44 -----------------------------
 3 files changed, 90 deletions(-)

diff --git a/dev-ruby/dry-struct/Manifest b/dev-ruby/dry-struct/Manifest
index 981f85781ae8..a4c2540a292e 100644
--- a/dev-ruby/dry-struct/Manifest
+++ b/dev-ruby/dry-struct/Manifest
@@ -1,4 +1,2 @@
 DIST dry-struct-1.6.0.tar.gz 37804 BLAKE2B 
c41a764cea576126ace4729dcc34ccd88c80f8751d8e9e11c825fc4caccd3a2cf5b7c92b129d2275cc8731f70ae98271462a359e8f6acf3c5ba2242513d20e6b
 SHA512 
78258a74fd4b359142d42133df4f632dca7518959a15e42d544ee3b3e94ff5f2c7d14b2ed38609a125c788d092203d574d46f5a1030f9ec28738f76d24d7cdcc
-DIST dry-struct-1.7.0.tar.gz 39963 BLAKE2B 
f484a9ae9cc828c81d79a37fdbf0054fa4d38468061d45ef36d84f96fb52bbb69068edc4fade477faecfb1161b9b0911bac9c00c3d280104e2a84f2f9ce56270
 SHA512 
14c40d01be5e5a9dcdfc385415d86128da78fd25d34161c32299d403ecc8dcf27bddeecc416fccce9be964de21dde418330c728a3fb9e7f3ae3767aea5d8dfd7
-DIST dry-struct-1.7.1.tar.gz 40099 BLAKE2B 
4d353c43b4441afa62343d243e59e97146043f7decd5ea0c125a13af0a640ed35560a488269ef680c2828122b99fc3dce6075aa8fdddd5ec135e094756e9e5b6
 SHA512 
df615d8f67e24f88a8e2a3386950b02849276d62d5ca8ddf47395ccb6c61d6161608b2e707b970bed35fb3aa2561b72d48eb0d527f5dc4223a3a04357f8f5e75
 DIST dry-struct-1.8.0.tar.gz 41587 BLAKE2B 
23122044c88223724b284b4e692e4f8d4c49b376433a3c024fed13baad46ea507a9212d00c39545639b9385996b5a2a8403c47eb30f70d25f52c1f2b5c197853
 SHA512 
da2cca1c540da9f8d29dd0a8a529a313a4f6552d4bd345b80e8b8f96d35c00d01928c2824927925582e4324a2efa0c1446a13087fa9acb94ddd38018b5f47420

diff --git a/dev-ruby/dry-struct/dry-struct-1.7.0.ebuild 
b/dev-ruby/dry-struct/dry-struct-1.7.0.ebuild
deleted file mode 100644
index 21f2e05f8c52..000000000000
--- a/dev-ruby/dry-struct/dry-struct-1.7.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="dry-struct.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Typed structs and value objects"
-
-HOMEPAGE="https://dry-rb.org/gems/dry-struct/";
-SRC_URI="https://github.com/dry-rb/dry-struct/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/dry-core-1.1:1
-       >=dev-ruby/dry-types-1.8:1
-       >=dev-ruby/ice_nine-0.11:0
-       >=dev-ruby/zeitwerk-2.6:2
-"
-
-ruby_add_bdepend "test? (
-       dev-ruby/dry-monads
-       dev-ruby/dry-struct
-       dev-ruby/warning
-)"
-
-all_ruby_prepare() {
-       # Avoid broken spec, already fixed upstream.
-       sed -e '/with Test::User/ s/context/xcontext/' \
-               -e '/with Test::SuperUSer/ s/context/xcontext/' \
-               -i spec/extensions/pretty_print_spec.rb || die
-}

diff --git a/dev-ruby/dry-struct/dry-struct-1.7.1.ebuild 
b/dev-ruby/dry-struct/dry-struct-1.7.1.ebuild
deleted file mode 100644
index 847bb51b0dae..000000000000
--- a/dev-ruby/dry-struct/dry-struct-1.7.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="dry-struct.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Typed structs and value objects"
-
-HOMEPAGE="https://dry-rb.org/gems/dry-struct/";
-SRC_URI="https://github.com/dry-rb/dry-struct/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/dry-core-1.1:1
-       >=dev-ruby/dry-types-1.8.2:1
-       >=dev-ruby/ice_nine-0.11:0
-       >=dev-ruby/zeitwerk-2.6:2
-"
-
-ruby_add_bdepend "test? (
-       dev-ruby/dry-monads
-       dev-ruby/dry-struct
-       dev-ruby/warning
-)"
-
-all_ruby_prepare() {
-       # Avoid broken spec, already fixed upstream.
-       sed -e '/with Test::User/ s/context/xcontext/' \
-               -e '/with Test::SuperUSer/ s/context/xcontext/' \
-               -i spec/extensions/pretty_print_spec.rb || die
-}

Reply via email to