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 667A715803E for ; Sun, 31 Dec 2023 10:29:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 831962BC022; Sun, 31 Dec 2023 10:29:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6A7CA2BC022 for ; Sun, 31 Dec 2023 10:29:56 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8FC0335D6B for ; Sun, 31 Dec 2023 10:29:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16EE112BB for ; Sun, 31 Dec 2023 10:29:54 +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: <1704018586.7096643821befcf74fc885134a28ba79a569e3b1.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_version/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby_version/Manifest dev-ruby/ruby_version/ruby_version-1.0.2.ebuild X-VCS-Directories: dev-ruby/ruby_version/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 7096643821befcf74fc885134a28ba79a569e3b1 X-VCS-Branch: master Date: Sun, 31 Dec 2023 10:29:54 +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: 2ff78c36-e399-461f-b62e-f37fb46b5579 X-Archives-Hash: 8e1eaa07c7321cbdad57a12ca184fcc2 commit: 7096643821befcf74fc885134a28ba79a569e3b1 Author: Hans de Graaff gentoo org> AuthorDate: Sun Dec 31 10:07:02 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Dec 31 10:29:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70966438 dev-ruby/ruby_version: drop 1.0.2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/ruby_version/Manifest | 1 - dev-ruby/ruby_version/ruby_version-1.0.2.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/dev-ruby/ruby_version/Manifest b/dev-ruby/ruby_version/Manifest index bc325008d8e3..a0845d21a8d9 100644 --- a/dev-ruby/ruby_version/Manifest +++ b/dev-ruby/ruby_version/Manifest @@ -1,2 +1 @@ -DIST ruby_version-1.0.2.gem 24576 BLAKE2B 93283e11d49a4b981a64b7e61c68b93ab7abbc91c20de152e1936a1d57db54eec7e8d3aa756f96e52a531a3d72891724f53d3bc39f85e3be70d06d2958abef4d SHA512 638fa85d768a3975bd3eddbe71ef4c44a0cb4d135b44f746b1636cc02cdb4313331e41e35f7ed4f4a0132758d8264995ac8aa3e121abbeae5b95c62fe0d9132c DIST ruby_version-1.0.3.gem 8192 BLAKE2B 6585ae4ef9c3c7a968c35ce503696fcf64b10212147cf02171e6ed9be6059d9ba9d355bd4f5e848b16f78995c61d30bcd0ee6b37708854ce446bcb945c20acfc SHA512 8e03113f06a2d52f0e8ae89c4936bdb9b4d244be17303d178f2c7bcb129b655e7a7841e967322beaec0e16d46d05233542cc007d81a9b2d6e75e60e34dba612d diff --git a/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild b/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild deleted file mode 100644 index 3f6d511a0673..000000000000 --- a/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31 ruby32" - -RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.rdoc" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -inherit ruby-fakegem - -DESCRIPTION="A class which offers a convenient DSL for checking for the right Ruby version" -HOMEPAGE="https://github.com/janlelis/ruby_version" - -LICENSE="MIT" -SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE=""