* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/repl_type_completor/
@ 2024-12-28 14:15 Hans de Graaff
0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff @ 2024-12-28 14:15 UTC (permalink / raw
To: gentoo-commits
commit: 4aa6ca921bad5a8b2341897fcbd7065b85e20448
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 28 13:14:26 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> 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 <graaff <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>ruby@gentoo.org</email>
+ <name>Gentoo Ruby Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">ruby/repl_type_completor</remote-id>
+ <remote-id type="rubygems">repl_type_completor</remote-id>
+ </upstream>
+</pkgmetadata>
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/rbs-4
+"
+
+ruby_add_bdepend "test? ( >=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
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/repl_type_completor/
@ 2024-12-29 9:06 Hans de Graaff
0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff @ 2024-12-29 9:06 UTC (permalink / raw
To: gentoo-commits
commit: 87eb0794dc2badec34f785ad522cc2c0db4e9036
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 29 06:14:52 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Dec 29 09:04:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87eb0794
dev-ruby/repl_type_completor: enable ruby34
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/repl_type_completor/repl_type_completor-0.1.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index b83bcfb74d63..be1f5ac1ad83 100644
--- 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
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
+USE_RUBY="ruby31 ruby32 ruby33 ruby34"
RUBY_FAKEGEM_BINWRAP=""
RUBY_FAKEGEM_EXTRADOC="README.md"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/repl_type_completor/
@ 2025-01-22 6:58 Hans de Graaff
0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff @ 2025-01-22 6:58 UTC (permalink / raw
To: gentoo-commits
commit: 03f68c336785df765cb9bafc58fd21a7d8fbf7c0
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 06:56:49 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 06:58:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f68c33
dev-ruby/repl_type_completor: add 0.1.10
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/repl_type_completor/Manifest | 1 +
.../repl_type_completor-0.1.10.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-ruby/repl_type_completor/Manifest b/dev-ruby/repl_type_completor/Manifest
index a86351580e16..7ec7e4fe64cd 100644
--- a/dev-ruby/repl_type_completor/Manifest
+++ b/dev-ruby/repl_type_completor/Manifest
@@ -1 +1,2 @@
+DIST repl_type_completor-0.1.10.tar.gz 32645 BLAKE2B dae2a9fef40482a1db7ed77f19612a7db95b9471f1b83a89a7ba7d4aa90130c9c9c3e983d9f7714ad9e3f21ec7e09028a862e4ce0d7690606788044e10b794e7 SHA512 8d90b4f8d17a4b38543ea0d8d19bb19414006f308ee262f2002d6cfa15f9297bdd130f4507061474220b3af59494dfd0173ea650105a8df2cdf1507f5f0c1178
DIST repl_type_completor-0.1.9.tar.gz 32275 BLAKE2B aecec4bed189fd1907f7ac50d787b87cc2e9ee22f0042d2888cfbc565e55a231725ed26c2fb5a5776ea7a427ba07def468d3bc6d7ab45576dd7486b3a889bb51 SHA512 c3c88a4127fc37614c8e651b81cbc0636684f2feddd1032f2e4a060b7a6b341d758f64afcb14e8cbfe59306caeba528fb97343cba424d4612f23e095d5486a9e
diff --git a/dev-ruby/repl_type_completor/repl_type_completor-0.1.10.ebuild b/dev-ruby/repl_type_completor/repl_type_completor-0.1.10.ebuild
new file mode 100644
index 000000000000..ea5efa083e4f
--- /dev/null
+++ b/dev-ruby/repl_type_completor/repl_type_completor-0.1.10.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33 ruby34"
+
+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/rbs-4
+"
+
+ruby_add_bdepend "test? ( >=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
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-01-22 7:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-29 9:06 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/repl_type_completor/ Hans de Graaff
-- strict thread matches above, loose matches on Subject: below --
2025-01-22 6:58 Hans de Graaff
2024-12-28 14:15 Hans de Graaff
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox