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 E0337138359 for ; Tue, 13 Oct 2020 04:14:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F568E0833; Tue, 13 Oct 2020 04:14:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 26C52E0835 for ; Tue, 13 Oct 2020 04:14:39 +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 251F633FEDE for ; Tue, 13 Oct 2020 04:14:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C694438C for ; Tue, 13 Oct 2020 04:14:36 +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: <1602562470.67845c84c03bd30d3047e3525da36f5e0e49d1d9.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-macho/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-macho/Manifest dev-ruby/ruby-macho/ruby-macho-2.3.0.ebuild X-VCS-Directories: dev-ruby/ruby-macho/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 67845c84c03bd30d3047e3525da36f5e0e49d1d9 X-VCS-Branch: master Date: Tue, 13 Oct 2020 04:14:36 +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: 6c04dec2-73ae-4450-a8b8-7ebe098a58f6 X-Archives-Hash: c44a5c4b94d1872652f7033b0485bb5d commit: 67845c84c03bd30d3047e3525da36f5e0e49d1d9 Author: Hans de Graaff gentoo org> AuthorDate: Tue Oct 13 04:14:07 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Oct 13 04:14:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67845c84 dev-ruby/ruby-macho: add 2.3.0 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/ruby-macho/Manifest | 1 + dev-ruby/ruby-macho/ruby-macho-2.3.0.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-ruby/ruby-macho/Manifest b/dev-ruby/ruby-macho/Manifest index 742f29ba804..8e4f491163c 100644 --- a/dev-ruby/ruby-macho/Manifest +++ b/dev-ruby/ruby-macho/Manifest @@ -1 +1,2 @@ DIST ruby-macho-2.2.0.tar.gz 65473 BLAKE2B aedb5524926649d2f1612c135bee2cd18e4740412afd5d0e21616edae46fa4111208d8490fd83a0fe95ed13bd7c33a8a347162c34667f3f4d0bbdf86258bc4c7 SHA512 bfb13d0ec52f3fd2a359d0ae8de1437c272545f0ecf594c13ee491089ee79e5d70341e3557e840e82c0ca7d12dba27daff5d011903239d5caaee44f5d5189a97 +DIST ruby-macho-2.3.0.tar.gz 66200 BLAKE2B 7ef2195a5906b8d7bef1b5baafd74887a0501c5334c6045069c00333b5f94d298487f98e6549739b090bda2f295640ccdf8bfa0d10b26608899b54ac4b02c022 SHA512 8ebcf38cc0282c32c6755d76539e7b3836de8f2ee5d2ef659d74a132b19fda73e24d85182b3e70e8d0dc599d48f904b7494e4232a508722aba9d789b151d2fd6 diff --git a/dev-ruby/ruby-macho/ruby-macho-2.3.0.ebuild b/dev-ruby/ruby-macho/ruby-macho-2.3.0.ebuild new file mode 100644 index 00000000000..922d1019b68 --- /dev/null +++ b/dev-ruby/ruby-macho/ruby-macho-2.3.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +USE_RUBY="ruby25 ruby26 ruby27" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +RUBY_FAKEGEM_GEMSPEC="ruby-macho.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="A library for viewing and manipulating Mach-O files in Ruby" +HOMEPAGE="https://github.com/Homebrew/ruby-macho" +SRC_URI="https://github.com/Homebrew/ruby-macho/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +all_ruby_prepare() { + # Avoid benchmarks with additional dependencies + rm -f test/bench.rb || die + sed -i -e '/test\/bench/ s:^:#:' Rakefile || die +}