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 8AF25158095 for ; Sat, 27 Aug 2022 23:11:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85831E0997; Sat, 27 Aug 2022 23:10:07 +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 41913E096B for ; Sat, 27 Aug 2022 23:10:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 75876341378 for ; Sat, 27 Aug 2022 07:53:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5BCA588 for ; Sat, 27 Aug 2022 07:53:30 +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: <1661586803.0553415f6883431b137bae7dd5cd56e694ff6830.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/rubygems/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/rubygems/rubygems-15.ebuild X-VCS-Directories: virtual/rubygems/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0553415f6883431b137bae7dd5cd56e694ff6830 X-VCS-Branch: master Date: Sat, 27 Aug 2022 07:53:30 +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: 57d8426b-1af9-463e-92c3-c5c764c2ab0f X-Archives-Hash: a9457f3e6e0bae72ffb52ec844987643 commit: 0553415f6883431b137bae7dd5cd56e694ff6830 Author: Sam James gentoo org> AuthorDate: Sat Aug 27 07:50:56 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 27 07:53:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0553415f virtual/rubygems: drop 15 Signed-off-by: Sam James gentoo.org> virtual/rubygems/rubygems-15.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/virtual/rubygems/rubygems-15.ebuild b/virtual/rubygems/rubygems-15.ebuild deleted file mode 100644 index d69c9561e014..000000000000 --- a/virtual/rubygems/rubygems-15.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby26" - -inherit ruby-ng - -DESCRIPTION="Virtual ebuild for rubygems" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -RDEPEND=" - ruby_targets_ruby26? ( >=dev-ruby/rubygems-3.0.1[ruby_targets_ruby26] )" - -pkg_setup() { :; } -src_unpack() { :; } -src_prepare() { eapply_user; } -src_compile() { :; } -src_install() { :; } -pkg_preinst() { :; } -pkg_postinst() { :; }