From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/typeprof/
Date: Wed, 18 Aug 2021 04:08:52 +0000 (UTC) [thread overview]
Message-ID: <1629259228.e1293eb43aab45c44539c94daf2d0e1165bcbcc2.graaff@gentoo> (raw)
commit: e1293eb43aab45c44539c94daf2d0e1165bcbcc2
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 17 19:24:58 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Aug 18 04:00:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1293eb4
dev-ruby/typeprof: add 0.15.1
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/typeprof/Manifest | 1 +
dev-ruby/typeprof/typeprof-0.15.1.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-ruby/typeprof/Manifest b/dev-ruby/typeprof/Manifest
index fe33926c9c7..3e3cb84c7a9 100644
--- a/dev-ruby/typeprof/Manifest
+++ b/dev-ruby/typeprof/Manifest
@@ -3,3 +3,4 @@ DIST typeprof-0.12.0.tar.gz 497398 BLAKE2B 149d382c5598ce3cfa023133095190e00e083
DIST typeprof-0.13.0.tar.gz 498218 BLAKE2B f6b8566dd25cf08952c136bf59cc7f10f01609d8c2e7633054892f296c6c35cc0f0121e086f465d9ee97776d803829f27895e1544772bff33e3fdb562ad0b9df SHA512 dda9b5d84a2fc6473ddf71b897e13aac9675a4e4ef5dfe71fe6929a3025ac2b3ab051a5882d936112de86ecddb96e0b665741ba08748a6d94c6540bc13c171b0
DIST typeprof-0.14.1.tar.gz 499209 BLAKE2B 5c6332f6c91ebb0fb451e108d3f4ea2523740c4097f09ccedd76821f79a9f94bf9eaba6dd0ffd6ea8e9985ec56d618c802accf08dd70c92bea860fb3729f219f SHA512 071d379b304a5b37770bc86001c3e2074f11749e439f0debf311c4afdd183814c5e168baefbe3f4866e57c3b82e3d7d006201dc1cf25c6ce924e92e61c945344
DIST typeprof-0.15.0.tar.gz 500851 BLAKE2B 7865e4f3ccde48c6c7b7d9b0e136cdd301ea018d92627eb92b8a0def5239d52f343d8b071304e09fc458b7c08c00e83a080b69c42e643d96b569e4fc6312db7a SHA512 8b2d5cf59fe4a3d80898e48eca62dab4807fb953260ee686516d7fa5d31141e29d0f01ddfa8192d8d65c6acd152be130c1cca12dd9e8794850f905b550154ac6
+DIST typeprof-0.15.1.tar.gz 502007 BLAKE2B ffea92db2fd227f0632b07e086d51dc11c2cd21f737296cc3eae9839c52eaa085a383b460a88776387a58281d75b13cc62838e069fa5e8d575f443e799adead4 SHA512 281dd8ee4b5393c6ec177ce50018f95ed8aa8ba393bf1eca1b4f24d5431de38a76c3f87cc55c4546e41364cb921b707b6850c24fb727597a6d24c62785d09f06
diff --git a/dev-ruby/typeprof/typeprof-0.15.1.ebuild b/dev-ruby/typeprof/typeprof-0.15.1.ebuild
new file mode 100644
index 00000000000..ac6c1869b32
--- /dev/null
+++ b/dev-ruby/typeprof/typeprof-0.15.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINDIR="exe"
+
+RUBY_FAKEGEM_GEMSPEC="typeprof.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Performs a type analysis of non-annotated Ruby code"
+HOMEPAGE="https://github.com/ruby/typeprof"
+SRC_URI="https://github.com/ruby/typeprof/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+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_rdepend ">=dev-ruby/rbs-1.3.1"
+
+all_ruby_prepare() {
+ # Avoid tests that download live code using git
+ rm -r test/typeprof/{goodcheck,diff-lcs}_test.rb || die
+
+ sed -i -e "s:_relative ': './:" -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
next reply other threads:[~2021-08-18 4:08 UTC|newest]
Thread overview: 65+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-18 4:08 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-31 6:46 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/typeprof/ Hans de Graaff
2025-06-01 7:42 Hans de Graaff
2025-05-20 19:07 Sam James
2025-05-20 16:17 Sam James
2025-05-18 12:13 Arthur Zamarin
2025-01-18 8:48 Hans de Graaff
2024-12-29 9:06 Hans de Graaff
2024-12-26 6:24 Hans de Graaff
2024-09-14 9:32 Hans de Graaff
2024-07-17 4:38 Viorel Munteanu
2024-07-02 3:56 Ionen Wolkens
2024-07-02 3:56 Ionen Wolkens
2024-07-02 3:56 Ionen Wolkens
2024-06-12 7:08 Sam James
2024-06-08 5:51 Arthur Zamarin
2024-05-28 1:59 Sam James
2024-05-26 9:26 Hans de Graaff
2024-02-21 16:44 Hans de Graaff
2024-02-08 17:59 Hans de Graaff
2023-12-26 15:53 Hans de Graaff
2023-12-23 7:31 Hans de Graaff
2023-08-30 5:25 Hans de Graaff
2023-07-09 12:23 Hans de Graaff
2023-04-16 23:23 Sam James
2023-04-12 3:28 Sam James
2023-04-12 2:41 Sam James
2023-04-12 2:37 Sam James
2023-04-12 2:36 Sam James
2023-04-12 2:36 Sam James
2023-04-12 2:36 Sam James
2023-04-12 2:33 Sam James
2023-03-28 23:20 Sam James
2023-03-28 21:31 Sam James
2023-03-28 21:31 Sam James
2023-03-28 21:20 Sam James
2023-03-28 21:15 Sam James
2023-03-28 21:13 Sam James
2023-03-28 20:49 Sam James
2023-03-28 20:42 Sam James
2023-03-09 15:10 Hans de Graaff
2023-03-04 10:25 Hans de Graaff
2023-02-03 6:26 Sam James
2023-01-27 8:01 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:53 Sam James
2023-01-15 12:44 Sam James
2022-07-07 4:50 Hans de Graaff
2022-04-18 6:55 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-07-22 4:45 Hans de Graaff
2021-07-21 15:39 Marek Szuba
2021-05-21 5:07 Hans de Graaff
2021-03-28 6:47 Hans de Graaff
2021-02-04 5:56 Hans de Graaff
2021-01-06 18:32 Fabian Groffen
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=1629259228.e1293eb43aab45c44539c94daf2d0e1165bcbcc2.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