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 75B44158009 for ; Fri, 23 Jun 2023 09:38:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94E07E083E; Fri, 23 Jun 2023 09:38:03 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47B68E083E for ; Fri, 23 Jun 2023 09:38:03 +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 15062340CEF for ; Fri, 23 Jun 2023 09:38:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B1E1A80 for ; Fri, 23 Jun 2023 09:38:00 +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: <1687513048.44c95e0fefa22256c780e76776a09fa655778f73.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/ruby-ssl/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/ruby-ssl/ruby-ssl-11.ebuild X-VCS-Directories: virtual/ruby-ssl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 44c95e0fefa22256c780e76776a09fa655778f73 X-VCS-Branch: master Date: Fri, 23 Jun 2023 09:38:00 +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: 99800fee-56a8-4bc8-a682-c51ecbaa07bd X-Archives-Hash: 86a5c2599fa8b8cee85221679e0809a5 commit: 44c95e0fefa22256c780e76776a09fa655778f73 Author: Sam James gentoo org> AuthorDate: Fri Jun 23 09:03:47 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 23 09:37:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c95e0f virtual/ruby-ssl: drop 11 Signed-off-by: Sam James gentoo.org> virtual/ruby-ssl/ruby-ssl-11.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/virtual/ruby-ssl/ruby-ssl-11.ebuild b/virtual/ruby-ssl/ruby-ssl-11.ebuild deleted file mode 100644 index 39939711aacd..000000000000 --- a/virtual/ruby-ssl/ruby-ssl-11.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby30" - -inherit ruby-ng - -DESCRIPTION="Virtual ebuild for the Ruby OpenSSL bindings" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" - -RDEPEND=" - ruby_targets_ruby30? ( dev-lang/ruby:3.0[ssl] ) -" - -pkg_setup() { :; } -src_unpack() { :; } -src_prepare() { eapply_user; } -src_compile() { :; } -src_install() { :; } -pkg_preinst() { :; } -pkg_postinst() { :; }