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 5AF7715ACFC for ; Mon, 1 May 2023 06:13:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BA69E07FA; Mon, 1 May 2023 06:13:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 72BCEE07FA for ; Mon, 1 May 2023 06:13:32 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A29BA3414A0 for ; Mon, 1 May 2023 06:13:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38B1B990 for ; Mon, 1 May 2023 06:13:30 +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: <1682921606.21423ea0fedd50b3b2957fcbfd47ff95031a03e2.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mini_portile2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/mini_portile2/Manifest dev-ruby/mini_portile2/mini_portile2-2.8.2.ebuild X-VCS-Directories: dev-ruby/mini_portile2/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 21423ea0fedd50b3b2957fcbfd47ff95031a03e2 X-VCS-Branch: master Date: Mon, 1 May 2023 06:13: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: 0ef86087-788d-4612-915c-f4f3b0d4e6ab X-Archives-Hash: 9459e4764d912fe5ac7c44399625696c commit: 21423ea0fedd50b3b2957fcbfd47ff95031a03e2 Author: Hans de Graaff gentoo org> AuthorDate: Mon May 1 06:12:17 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon May 1 06:13:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21423ea0 dev-ruby/mini_portile2: add 2.8.2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/mini_portile2/Manifest | 1 + dev-ruby/mini_portile2/mini_portile2-2.8.2.ebuild | 27 +++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-ruby/mini_portile2/Manifest b/dev-ruby/mini_portile2/Manifest index 0daaa0f817a6..38d83ffa1f87 100644 --- a/dev-ruby/mini_portile2/Manifest +++ b/dev-ruby/mini_portile2/Manifest @@ -1 +1,2 @@ DIST mini_portile2-2.8.1.gem 28672 BLAKE2B b0ee9b2326260d9f0dab630da104443d23a696f1c2083d5f26acb0950991c0697ae4a62e4dae33fe5fd1cc0244b1094d002e8fff8ced037677be9a64f74699ef SHA512 600c25aa092993709842024006ba013308ca471c070134cc727184456871a4d8d3363448803cc513835b57de89e97fe536b6974ece50ff866b6d5e00b7edc308 +DIST mini_portile2-2.8.2.gem 28672 BLAKE2B f2c914e708d4e6a535cf821d52f7094627ab2d2e9f02f41a3d38b932d6cc97c452a597237d475014cf541c932f884292184aef85b853a6116326e1cc04460487 SHA512 a24131400bda6460dcd21cc9e6700eb9d79c6174ac2074b4b7c253ea7180d9f1c636342e1b9390c2ff4e35625079c988aed081ddf78ddd54a429eab4a892b1d7 diff --git a/dev-ruby/mini_portile2/mini_portile2-2.8.2.ebuild b/dev-ruby/mini_portile2/mini_portile2-2.8.2.ebuild new file mode 100644 index 000000000000..e2cc32be3890 --- /dev/null +++ b/dev-ruby/mini_portile2/mini_portile2-2.8.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby30 ruby31 ruby32" + +inherit ruby-fakegem + +DESCRIPTION="Simplistic port-like solution for developers" +HOMEPAGE="https://github.com/flavorjones/mini_portile" + +LICENSE="MIT" +SLOT="$(ver_cut 1-2)" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="" + +ruby_add_bdepend "test? ( + dev-ruby/minitar + dev-ruby/minitest-hooks + dev-ruby/net-ftp + dev-ruby/webrick +)" + +each_ruby_test() { + ${RUBY} -w -W2 -I. -Ilib -e 'Dir["test/test_*.rb"].map{|f| require f}' || die +}