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/typeprof/
Date: Fri, 27 Jan 2023 08:01:28 +0000 (UTC)	[thread overview]
Message-ID: <1674806413.02406853f7d6cf9efb48902a05acbf66d6f2e110.graaff@gentoo> (raw)

commit:     02406853f7d6cf9efb48902a05acbf66d6f2e110
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 27 08:00:13 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jan 27 08:00:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02406853

dev-ruby/typeprof: add 0.21.4

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/typeprof/Manifest               |  1 +
 dev-ruby/typeprof/typeprof-0.21.4.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/typeprof/Manifest b/dev-ruby/typeprof/Manifest
index c0f0a4988742..9885d34f4a29 100644
--- a/dev-ruby/typeprof/Manifest
+++ b/dev-ruby/typeprof/Manifest
@@ -1,3 +1,4 @@
 DIST typeprof-0.15.2.tar.gz 501984 BLAKE2B 4139de379539dce54c350fb1da09d87ca7251274738b81b9c098f27539f8cc20757aaf053efd4c089b88a7c08050a8e612ea6c1b71ad1a007c4c634ecd6e7564 SHA512 c94b74f0a0f8f87477f80615677a5c6479d3e326564f2d67c17e4e7f7e71ef5817fe6163d14fdd45fc9bb3de2420f8b09f68f0d031962fb5bafc478679cee331
 DIST typeprof-0.21.2.tar.gz 1073317 BLAKE2B fda97cf6535937deca51f922f39ad580383420e025f8c5a418e483108e82f5d38063064102698f2ef405f7a0bf2f83ebcbb7ac7fabc32ead320e3af9d74b7cfb SHA512 53e9657ee0c98e131e8ec70400cb775cf643910e8985767742b50fda99285f33f787d810bcad08d9d633265577731a95fcf9a4e7568e4d6b0b603f14a6c10828
 DIST typeprof-0.21.3.tar.gz 1073355 BLAKE2B e8fa905b69f30b8f9884bae6b9600f802d0f0055f61f4a619768bf37547049fba97b8670cad9cdaeec9aa44519ae28bb13b8b0f533ff4d89e892e1726b56f7ff SHA512 ac9f0be4025181b994568e946591ddca4d0e4bb1949ba84d1920d765ba4549212e3fc4c10904ed691ecdbb153cd1b494f51065fcfddc4cb3c72ff5b393aa7c62
+DIST typeprof-0.21.4.tar.gz 1036163 BLAKE2B 944661736f80e13737df2580af3bcea657f0a9d7c9b5189a0faf05e03fbdd24d645dbe94c123320326f6d22ea8013c61ab2d7415920e3570a913000428f63e0e SHA512 a472c65066df2e047240657df0d4f21778ff9759c484cfdb9393af3e0fc33d8987fc9a715009a6a9b428294cc776f5da80683b6e259c04a68a418a73917ac48c

diff --git a/dev-ruby/typeprof/typeprof-0.21.4.ebuild b/dev-ruby/typeprof/typeprof-0.21.4.ebuild
new file mode 100644
index 000000000000..f5fc0c182ca3
--- /dev/null
+++ b/dev-ruby/typeprof/typeprof-0.21.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+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 ~loong ~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.8.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
+}


             reply	other threads:[~2023-01-27  8:01 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-27  8:01 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-18 12:13 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/typeprof/ 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-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-08-18  4:08 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=1674806413.02406853f7d6cf9efb48902a05acbf66d6f2e110.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