public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Thu, 22 Jul 2021 04:45:06 +0000 (UTC)	[thread overview]
Message-ID: <1626927974.c7a1d1a77eb22844c21bc4a49924038c01e7bee8.graaff@gentoo> (raw)

commit:     c7a1d1a77eb22844c21bc4a49924038c01e7bee8
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 22 04:26:14 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jul 22 04:26:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a1d1a7

dev-ruby/rbs: add 1.3.1

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/rbs/Manifest         |  1 +
 dev-ruby/rbs/rbs-1.3.1.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-ruby/rbs/Manifest b/dev-ruby/rbs/Manifest
index 6934cadf2d0..a0a02c2933b 100644
--- a/dev-ruby/rbs/Manifest
+++ b/dev-ruby/rbs/Manifest
@@ -1,2 +1,3 @@
 DIST rbs-1.1.1.tar.gz 547506 BLAKE2B 5bfb64214d4fe0d19ec1c633b3f42567d2615fb0ed34ec78dd3defa3d185adbeab71ad523285d2877babcac4bb61ed2ec60eba80871cd4c631a2017f49768488 SHA512 f31894c1a52679241ef04f03d1aff545f9cc53a460d8933b7064b8403bbd6ef46fbfcdbda00189b158770389bba38b3978ad7d5dd0e7e0594540841e237adfc2
 DIST rbs-1.2.1.tar.gz 560668 BLAKE2B 25cd2c232a26527e7693d8fe80f0aea08c1d261bbff0d1cd9d20d5d6e06423d3b06e86bdd0ebfdfaf3224307dab683588959f23306fc48953ea2a96fd93b0176 SHA512 8c2e791cf751581720238a6fce347dd03378c42e5d7eb1495c191677bd443ec6294d082e22f589d28ad63ab2f4c98575f1619bad7e31e72af98914695eab2d86
+DIST rbs-1.3.1.tar.gz 632463 BLAKE2B c222430bfa14fa7380cab393448b54e4596fe3984a1d31caf5a41bcd75cfd0a795813b4278ab89d5453cb5f4d090122ebb217cd336c03b31063acf4f4e303b7b SHA512 691ee6466172189e52ec949d361ccf66b82e8343efed5ec36673a4588b8de78e11f03b98c93c90a3c655819a29d56bb502f20fedd40a0515da3acc1aae126f27

diff --git a/dev-ruby/rbs/rbs-1.3.1.ebuild b/dev-ruby/rbs/rbs-1.3.1.ebuild
new file mode 100644
index 00000000000..6b1c5644770
--- /dev/null
+++ b/dev-ruby/rbs/rbs-1.3.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+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 ~riscv ~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
+}


             reply	other threads:[~2021-07-22  4:45 UTC|newest]

Thread overview: 92+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-22  4:45 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-21 15:39 Marek Szuba
2021-05-28  5:29 Hans de Graaff
2021-04-25  6:19 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=1626927974.c7a1d1a77eb22844c21bc4a49924038c01e7bee8.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