commit:     83d740975ca5b1de849c3a6b7dee2bf2b2933bad
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 17 14:02:45 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Aug 18 09:51:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83d74097

dev-ruby/contracts: drop 0.17.1

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

 dev-ruby/contracts/Manifest                |  1 -
 dev-ruby/contracts/contracts-0.17.1.ebuild | 25 -------------------------
 2 files changed, 26 deletions(-)

diff --git a/dev-ruby/contracts/Manifest b/dev-ruby/contracts/Manifest
index 99b0acb76573..64956df5581c 100644
--- a/dev-ruby/contracts/Manifest
+++ b/dev-ruby/contracts/Manifest
@@ -1,2 +1 @@
-DIST contracts-0.17.1.gem 58880 BLAKE2B 
899bc58841247059a71adf6e18f5cc5752c2eb90f5e7a3ae31026b57698773188d4844462cf54c2918b79129f71445166d7ca7a161f812e459939ffcc50b6479
 SHA512 
94abb7e781e257ce3d04c910836fdf6a3847b1a28581ac7c088ee1bba6c7fc03c133eeefad3f97adab1993c19bb46bee89524165d81a1ece11be9a4f53dbcee5
 DIST contracts-0.17.2.gem 59392 BLAKE2B 
2392f40ec7c73699d908154aade1fa03e05f00022e5d38b91b05553b5613eaf5e344c2fefde98da19ebb18f50b3b608144ec6204d91d147d2ad92a3b03243280
 SHA512 
af75d4df644d00af0beeea11faf89b0358f46c659a83ab728d3d86e4f545e8e95a0e94f7c67c349cc0fa75f97267b92ce724b8e927d87cc7e2aab91299363bcb

diff --git a/dev-ruby/contracts/contracts-0.17.1.ebuild 
b/dev-ruby/contracts/contracts-0.17.1.ebuild
deleted file mode 100644
index e10b252ed4c8..000000000000
--- a/dev-ruby/contracts/contracts-0.17.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby31 ruby32 ruby33"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.markdown README.md TODO.markdown TUTORIAL.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="provides contracts for Ruby"
-HOMEPAGE="https://github.com/egonSchiele/contracts.ruby";
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-each_ruby_test() {
-       # COLUMNS needed for specs that test line wrapping in 
spec/contracts_spec.rb
-       local -x COLUMNS=80
-       each_fakegem_test
-}

Reply via email to