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 C0A90138806 for ; Mon, 25 Dec 2017 17:02:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5D9CE0C58; Mon, 25 Dec 2017 17:02:50 +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 C80D2E0C58 for ; Mon, 25 Dec 2017 17:02:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C2ACB33DDA5 for ; Mon, 25 Dec 2017 17:02:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E11BAE94 for ; Mon, 25 Dec 2017 17:02:48 +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: <1514221339.005703321412ebf2b0e0046eba24ee08923c7e84.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: 005703321412ebf2b0e0046eba24ee08923c7e84 X-VCS-Branch: master Date: Mon, 25 Dec 2017 17:02:48 +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-Archives-Salt: da6daa09-f181-4533-b825-3a201b1004ca X-Archives-Hash: fe060a77016685b82760be1b36a7adfb commit: 005703321412ebf2b0e0046eba24ee08923c7e84 Author: Hans de Graaff gentoo org> AuthorDate: Mon Dec 25 15:50:52 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Dec 25 17:02:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00570332 virtual/rubygems: add ruby25 version Package-Manager: Portage-2.3.13, Repoman-2.3.3 virtual/rubygems/rubygems-14.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/virtual/rubygems/rubygems-14.ebuild b/virtual/rubygems/rubygems-14.ebuild new file mode 100644 index 00000000000..d47122ae305 --- /dev/null +++ b/virtual/rubygems/rubygems-14.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +USE_RUBY="ruby22 ruby23 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-fbsd ~x86-fbsd ~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_ruby22? ( >=dev-ruby/rubygems-2.4.2[ruby_targets_ruby22] ) + ruby_targets_ruby23? ( >=dev-ruby/rubygems-2.5.1[ruby_targets_ruby23] ) + 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() { :; }