From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rbs/
Date: Sun, 25 Apr 2021 06:19:57 +0000 (UTC) [thread overview]
Message-ID: <1619331594.7d4e71235d935f00eb02e587f1c0de5b9e792f4c.graaff@gentoo> (raw)
commit: 7d4e71235d935f00eb02e587f1c0de5b9e792f4c
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 25 06:19:36 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 25 06:19:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d4e7123
dev-ruby/rbs: add 1.2.0
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/rbs/Manifest | 1 +
dev-ruby/rbs/rbs-1.2.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-ruby/rbs/Manifest b/dev-ruby/rbs/Manifest
index 129b853ca06..1126d9cc7a9 100644
--- a/dev-ruby/rbs/Manifest
+++ b/dev-ruby/rbs/Manifest
@@ -1,2 +1,3 @@
DIST rbs-1.0.6.tar.gz 519090 BLAKE2B 1614320b8f77fcf4880cec6b7e4dc5fcb6b73f59410aa4dc51fb61b2868313acb242dc5a572c6cb96d9a819bade4b1d3aee2196189ea3fcc84d718ebbe9ff1d7 SHA512 a63c5781e6f73e998ea10c1a821d4f33388387caf6cd8e1ea607a9cd009d3f793e59c93b140e2539291a6b1d50b6ac40be7b484a8de0594f0ccff8a2db1e8425
DIST rbs-1.1.1.tar.gz 547506 BLAKE2B 5bfb64214d4fe0d19ec1c633b3f42567d2615fb0ed34ec78dd3defa3d185adbeab71ad523285d2877babcac4bb61ed2ec60eba80871cd4c631a2017f49768488 SHA512 f31894c1a52679241ef04f03d1aff545f9cc53a460d8933b7064b8403bbd6ef46fbfcdbda00189b158770389bba38b3978ad7d5dd0e7e0594540841e237adfc2
+DIST rbs-1.2.0.tar.gz 560408 BLAKE2B f1f1491018897ca445bb1e49d6d8965af7bc8f19657130fd1f6233bb2d63cac9ecdffba8e41232d2152a6db3007f597a62b7a1cce6c1cf9b2b794b8550b45de9 SHA512 877341ecbe9764431de95c431aa757533c21ba3b51b625a5b1d74d9b76be4c32829f64859befe252162e5dc40ddb1d30ea569e0d7a1e739777f7c8143389dfe9
diff --git a/dev-ruby/rbs/rbs-1.2.0.ebuild b/dev-ruby/rbs/rbs-1.2.0.ebuild
new file mode 100644
index 00000000000..900ed36a1e9
--- /dev/null
+++ b/dev-ruby/rbs/rbs-1.2.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_BINDIR="exe"
+
+RUBY_FAKEGEM_EXTRAINSTALL="core schema sig stdlib"
+
+RUBY_FAKEGEM_GEMSPEC="rbs.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="The language for type signatures for Ruby and standard library definitions"
+HOMEPAGE="https://github.com/ruby/rbs"
+SRC_URI="https://github.com/ruby/rbs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( Ruby-BSD BSD-2 )"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/test-unit )"
+
+all_ruby_prepare() {
+ sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+ # Avoid JSON schema validation tests due to a large dependency stack
+ # that would be needed.
+ rm -f test/rbs/schema_test.rb || die
+
+ sed -i -e '/def test_paths/aomit "Different paths in Gentoo test environment"' test/rbs/cli_test.rb || die
+}
next reply other threads:[~2021-04-25 6:20 UTC|newest]
Thread overview: 92+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-25 6:19 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-03 8:31 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rbs/ Hans de Graaff
2024-12-29 9:06 Hans de Graaff
2024-12-25 5:25 Hans de Graaff
2024-12-07 8:28 Hans de Graaff
2024-11-14 18:41 Sam James
2024-11-14 4:35 Sam James
2024-11-14 3:39 Sam James
2024-11-14 3:39 Sam James
2024-10-15 14:33 Sam James
2024-10-09 15:59 Arthur Zamarin
2024-10-08 20:40 Arthur Zamarin
2024-10-08 20:29 Arthur Zamarin
2024-10-07 2:49 Sam James
2024-10-06 12:01 Sam James
2024-10-05 7:00 Hans de Graaff
2024-10-05 7:00 Hans de Graaff
2024-09-03 5:25 Hans de Graaff
2024-07-17 4:38 Viorel Munteanu
2024-07-11 6:41 Hans de Graaff
2024-07-02 3:56 Ionen Wolkens
2024-07-02 3:56 Ionen Wolkens
2024-06-12 7:08 Sam James
2024-06-09 6:49 Hans de Graaff
2024-06-08 5:51 Arthur Zamarin
2024-05-28 1:59 Sam James
2024-05-26 9:26 Hans de Graaff
2024-03-14 5:48 Hans de Graaff
2024-01-20 10:26 Hans de Graaff
2023-12-27 13:55 Hans de Graaff
2023-12-27 7:23 Hans de Graaff
2023-12-26 15:53 Hans de Graaff
2023-12-25 10:34 Hans de Graaff
2023-09-28 4:38 Hans de Graaff
2023-08-30 5:25 Hans de Graaff
2023-08-23 4:33 Hans de Graaff
2023-08-17 5:08 Hans de Graaff
2023-08-17 5:08 Hans de Graaff
2023-08-02 13:19 Sam James
2023-04-27 11:25 Hans de Graaff
2023-04-23 23:21 Sam James
2023-04-23 23:19 Sam James
2023-04-23 23:01 Sam James
2023-04-16 23:23 Sam James
2023-04-10 11:03 Sam James
2023-04-10 10:56 Sam James
2023-04-10 10:56 Sam James
2023-04-10 10:56 Sam James
2023-03-28 19:39 Sam James
2023-03-28 19:29 Sam James
2023-03-28 19:15 Sam James
2023-03-28 19:05 Arthur Zamarin
2023-03-19 7:14 Hans de Graaff
2023-03-19 7:14 Hans de Graaff
2023-03-04 10:25 Hans de Graaff
2023-02-03 6:26 Sam James
2023-01-21 7:20 Hans de Graaff
2023-01-15 15:22 Sam James
2023-01-15 15:14 Sam James
2023-01-15 15:14 Sam James
2023-01-15 12:53 Sam James
2023-01-15 12:53 Sam James
2023-01-15 12:44 Sam James
2023-01-08 7:49 Hans de Graaff
2022-12-24 15:00 Hans de Graaff
2022-11-28 7:01 Hans de Graaff
2022-11-26 13:58 Hans de Graaff
2022-08-27 6:18 Hans de Graaff
2022-06-22 4:35 Hans de Graaff
2022-05-22 8:03 Hans de Graaff
2022-05-22 8:03 Hans de Graaff
2022-05-17 14:18 WANG Xuerui
2022-04-23 5:14 Hans de Graaff
2022-04-07 5:46 Hans de Graaff
2022-03-19 12:00 Hans de Graaff
2022-03-12 7:21 Hans de Graaff
2022-02-27 9:28 Hans de Graaff
2021-08-27 7:09 Hans de Graaff
2021-08-27 7:09 Hans de Graaff
2021-08-04 6:41 Hans de Graaff
2021-07-27 6:30 Hans de Graaff
2021-07-22 4:45 Hans de Graaff
2021-07-22 4:45 Hans de Graaff
2021-07-21 15:39 Marek Szuba
2021-05-28 5:29 Hans de Graaff
2021-04-25 6:19 Hans de Graaff
2021-03-12 7:31 Hans de Graaff
2021-03-08 7:18 Hans de Graaff
2021-02-19 6:47 Hans de Graaff
2021-01-31 9:42 Hans de Graaff
2020-12-28 8:32 Hans de Graaff
2020-12-28 7:46 Hans de Graaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1619331594.7d4e71235d935f00eb02e587f1c0de5b9e792f4c.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox