From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E5A4158089 for ; Sat, 16 Sep 2023 05:30:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85A2A2BC041; Sat, 16 Sep 2023 05:30:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6363A2BC041 for ; Sat, 16 Sep 2023 05:30:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B063D335D2F for ; Sat, 16 Sep 2023 05:30:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CADCD11C1 for ; Sat, 16 Sep 2023 05:30:04 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1694840990.770232e975302529d46c84b783ac25751fc65837.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/contracts/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/contracts/contracts-0.17.ebuild X-VCS-Directories: dev-ruby/contracts/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 770232e975302529d46c84b783ac25751fc65837 X-VCS-Branch: master Date: Sat, 16 Sep 2023 05:30:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5724474b-f683-4a4c-beb8-0486b2b8c83d X-Archives-Hash: 74820ade8d8458953c549b0e37998160 commit: 770232e975302529d46c84b783ac25751fc65837 Author: Hans de Graaff gentoo org> AuthorDate: Sat Sep 16 04:59:41 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Sep 16 05:09:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=770232e9 dev-ruby/contracts: drop 0.17 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/contracts/contracts-0.17.ebuild | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/dev-ruby/contracts/contracts-0.17.ebuild b/dev-ruby/contracts/contracts-0.17.ebuild deleted file mode 100644 index dfd63b733363..000000000000 --- a/dev-ruby/contracts/contracts-0.17.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby30 ruby31" - -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 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="" - -each_ruby_test() { - # COLUMNS needed for: - # ./spec/contracts_spec.rb:654 # Contracts: Contracts to_s formatting in expected should wrap and pretty print for long return contracts - # ./spec/contracts_spec.rb:643 # Contracts: Contracts to_s formatting in expected should wrap and pretty print for long param contracts - local -x COLUMNS=80 - each_fakegem_test -}