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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B77FE138334 for ; Mon, 2 Dec 2019 11:28:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1DEFE0876; Mon, 2 Dec 2019 11:28:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84EB4E0876 for ; Mon, 2 Dec 2019 11:28:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 928F034D6B4 for ; Mon, 2 Dec 2019 11:28:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CCF8778 for ; Mon, 2 Dec 2019 11:28:52 +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: <1575286127.aa54798087912ff4c1a98152182ab003f89e524b.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/rubygems/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/rubygems/rubygems-14.ebuild X-VCS-Directories: virtual/rubygems/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: aa54798087912ff4c1a98152182ab003f89e524b X-VCS-Branch: master Date: Mon, 2 Dec 2019 11:28:52 +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: 22cdf4f3-313e-4f27-aa5e-9f2ba9a465bc X-Archives-Hash: 511f239ccee96e41fb1fada75e9b7c62 commit: aa54798087912ff4c1a98152182ab003f89e524b Author: Hans de Graaff gentoo org> AuthorDate: Mon Dec 2 11:28:36 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Dec 2 11:28:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa547980 virtual/rubygems: cleanup Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> virtual/rubygems/rubygems-14.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/virtual/rubygems/rubygems-14.ebuild b/virtual/rubygems/rubygems-14.ebuild deleted file mode 100644 index 358a32178bf..00000000000 --- a/virtual/rubygems/rubygems-14.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby24 ruby25 rbx" - -inherit ruby-ng - -DESCRIPTION="Virtual ebuild for rubygems" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -RDEPEND=" - ruby_targets_rbx? ( dev-lang/rubinius ) - ruby_targets_ruby24? ( >=dev-ruby/rubygems-2.6.11[ruby_targets_ruby24] ) - ruby_targets_ruby25? ( >=dev-ruby/rubygems-2.7.3[ruby_targets_ruby25] )" - -pkg_setup() { :; } -src_unpack() { :; } -src_prepare() { :; } -src_compile() { :; } -src_install() { :; } -pkg_preinst() { :; } -pkg_postinst() { :; }