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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3FFC1580FD for ; Sat, 28 Dec 2024 14:15:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5035E079C; Sat, 28 Dec 2024 14:15:58 +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 98F96E079C for ; Sat, 28 Dec 2024 14:15:58 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE2FE335D7B for ; Sat, 28 Dec 2024 14:15:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1964B97F for ; Sat, 28 Dec 2024 14:15:56 +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: <1735395344.4aa6ca921bad5a8b2341897fcbd7065b85e20448.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/repl_type_completor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/repl_type_completor/Manifest dev-ruby/repl_type_completor/metadata.xml dev-ruby/repl_type_completor/repl_type_completor-0.1.9.ebuild X-VCS-Directories: dev-ruby/repl_type_completor/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 4aa6ca921bad5a8b2341897fcbd7065b85e20448 X-VCS-Branch: master Date: Sat, 28 Dec 2024 14:15:56 +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: 7653f487-95b7-495c-a6fb-d21267c96c07 X-Archives-Hash: 7aac50217e70f49b99189e1e02fda50d commit: 4aa6ca921bad5a8b2341897fcbd7065b85e20448 Author: Hans de Graaff gentoo org> AuthorDate: Sat Dec 28 13:14:26 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Dec 28 14:15:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa6ca92 dev-ruby/repl_type_completor: new package, add 0.1.9 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/repl_type_completor/Manifest | 1 + dev-ruby/repl_type_completor/metadata.xml | 12 ++++++++ .../repl_type_completor-0.1.9.ebuild | 35 ++++++++++++++++++++++ 3 files changed, 48 insertions(+) diff --git a/dev-ruby/repl_type_completor/Manifest b/dev-ruby/repl_type_completor/Manifest new file mode 100644 index 000000000000..a86351580e16 --- /dev/null +++ b/dev-ruby/repl_type_completor/Manifest @@ -0,0 +1 @@ +DIST repl_type_completor-0.1.9.tar.gz 32275 BLAKE2B aecec4bed189fd1907f7ac50d787b87cc2e9ee22f0042d2888cfbc565e55a231725ed26c2fb5a5776ea7a427ba07def468d3bc6d7ab45576dd7486b3a889bb51 SHA512 c3c88a4127fc37614c8e651b81cbc0636684f2feddd1032f2e4a060b7a6b341d758f64afcb14e8cbfe59306caeba528fb97343cba424d4612f23e095d5486a9e diff --git a/dev-ruby/repl_type_completor/metadata.xml b/dev-ruby/repl_type_completor/metadata.xml new file mode 100644 index 000000000000..c17bfcf16e02 --- /dev/null +++ b/dev-ruby/repl_type_completor/metadata.xml @@ -0,0 +1,12 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + ruby/repl_type_completor + repl_type_completor + + diff --git a/dev-ruby/repl_type_completor/repl_type_completor-0.1.9.ebuild b/dev-ruby/repl_type_completor/repl_type_completor-0.1.9.ebuild new file mode 100644 index 000000000000..b83bcfb74d63 --- /dev/null +++ b/dev-ruby/repl_type_completor/repl_type_completor-0.1.9.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby31 ruby32 ruby33" + +RUBY_FAKEGEM_BINWRAP="" +RUBY_FAKEGEM_EXTRADOC="README.md" +RUBY_FAKEGEM_GEMSPEC="repl_type_completor.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Type based completion for REPL" +HOMEPAGE="https://github.com/ruby/repl_type_completor" +SRC_URI="https://github.com/ruby/repl_type_completor/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + +IUSE="test" + +ruby_add_rdepend " + dev-ruby/prism:1 + =dev-ruby/irb-1.10.0 =dev-ruby/rake-13* dev-ruby/test-unit dev-ruby/test-unit-ruby-core )" + +all_ruby_prepare() { + sed -e 's/__dir__/"."/' \ + -e 's:_relative ": "./:' \ + -e 's/git ls-files -z/find * -print0/' \ + -i ${RUBY_FAKEGEM_GEMSPEC} || die +}