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 443C115802F for ; Fri, 31 Mar 2023 01:03:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBC66E08E0; Fri, 31 Mar 2023 01:03:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 A24BCE08E0 for ; Fri, 31 Mar 2023 01:03:54 +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 BABB7340F82 for ; Fri, 31 Mar 2023 01:03:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F236AA10 for ; Fri, 31 Mar 2023 01:03:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1680224073.e2a53e89df6f0a9f19d15d661d1f98dfb5819c82.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/digest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/digest/Manifest dev-ruby/digest/digest-3.1.0-r1.ebuild dev-ruby/digest/digest-3.1.0.ebuild X-VCS-Directories: dev-ruby/digest/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e2a53e89df6f0a9f19d15d661d1f98dfb5819c82 X-VCS-Branch: master Date: Fri, 31 Mar 2023 01:03:49 +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: ec2442d4-ed45-417a-994e-b0dd8c620d2a X-Archives-Hash: 75c551e911ca28037c574793f2b87a3a commit: e2a53e89df6f0a9f19d15d661d1f98dfb5819c82 Author: Sam James gentoo org> AuthorDate: Fri Mar 31 00:31:57 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 31 00:54:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2a53e89 dev-ruby/digest: drop 3.1.0, 3.1.0-r1 Signed-off-by: Sam James gentoo.org> dev-ruby/digest/Manifest | 1 - dev-ruby/digest/digest-3.1.0-r1.ebuild | 29 ----------------------------- dev-ruby/digest/digest-3.1.0.ebuild | 29 ----------------------------- 3 files changed, 59 deletions(-) diff --git a/dev-ruby/digest/Manifest b/dev-ruby/digest/Manifest index 7831c0f62d10..b32c8b7395bf 100644 --- a/dev-ruby/digest/Manifest +++ b/dev-ruby/digest/Manifest @@ -1,2 +1 @@ -DIST digest-3.1.0.tar.gz 58646 BLAKE2B 64ea95ccd99c518b046b0193c5e9230f0941182e527328a3568b352924766dc2b2211f52bacefcd6af87d4ec1b9ecc7d7e96ec2b3b3c29d6406e1b8da245f583 SHA512 2a5d58d4b92f5391f55e43405d515ea045f8d0b0b09602ac8dc57e784b42787956904a8c51ffba026d2f0ecc2efff17a1d39c632d59afaf7941b455d8b2dcd39 DIST digest-3.1.1.tar.gz 59341 BLAKE2B 460ed1567b1e24d56e7be66bec06d4dac4ce86ab21392c192c7455a9d735f84a5450d2482e9844f526985dd83af290f60487c179563f1190b0acf8c6241f1b60 SHA512 7a74654f2240d21d1ffb7d8f4292f9f17c26da7e24c970964ddccc6da7ee2972b834ce0830657f87b28773c84565a172d8a1fa287656929a34a2941f9b28b028 diff --git a/dev-ruby/digest/digest-3.1.0-r1.ebuild b/dev-ruby/digest/digest-3.1.0-r1.ebuild deleted file mode 100644 index e7de0f81ae17..000000000000 --- a/dev-ruby/digest/digest-3.1.0-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_BINWRAP="" -RUBY_FAKEGEM_EXTENSIONS=(ext/digest/extconf.rb ext/digest/bubblebabble/extconf.rb ext/digest/md5/extconf.rb ext/digest/rmd160/extconf.rb ext/digest/sha1/extconf.rb ext/digest/sha2/extconf.rb) -RUBY_FAKEGEM_EXTRADOC="README.md" -RUBY_FAKEGEM_GEMSPEC="digest.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Provides a framework for message digest libraries" -HOMEPAGE="https://github.com/ruby/digest" -SRC_URI="https://github.com/ruby/digest/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -all_ruby_prepare() { - sed -i -e 's/__dir__/"."/' ${RUBY_FAKEGEM_GEMSPEC} || die -} - -each_ruby_test() { - ${RUBY} -Ilib:ext/digest/lib:.:test:test/lib -rhelper -e 'Dir["test/**/test_*.rb"].each{|f| require f}' || die -} diff --git a/dev-ruby/digest/digest-3.1.0.ebuild b/dev-ruby/digest/digest-3.1.0.ebuild deleted file mode 100644 index ab155997e8f1..000000000000 --- a/dev-ruby/digest/digest-3.1.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_BINWRAP="" -RUBY_FAKEGEM_EXTENSIONS="ext/digest/extconf.rb" -RUBY_FAKEGEM_EXTRADOC="README.md" -RUBY_FAKEGEM_GEMSPEC="digest.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Provides a framework for message digest libraries" -HOMEPAGE="https://github.com/ruby/digest" -SRC_URI="https://github.com/ruby/digest/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -all_ruby_prepare() { - sed -i -e 's/__dir__/"."/' ${RUBY_FAKEGEM_GEMSPEC} || die -} - -each_ruby_test() { - ${RUBY} -Ilib:.:test -e 'Dir["test/**/*_test.rb"].each{|f| require f}' || die -}