From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby2ruby/
Date: Sat, 28 Sep 2019 05:47:23 +0000 (UTC) [thread overview]
Message-ID: <1569649530.6ac1c60d238c699c25a98ba90942e3ea86052b95.graaff@gentoo> (raw)
commit: 6ac1c60d238c699c25a98ba90942e3ea86052b95
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 05:43:02 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 05:45:30 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac1c60d
dev-ruby/ruby2ruby: add 2.4.4
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ruby2ruby/Manifest | 1 +
dev-ruby/ruby2ruby/ruby2ruby-2.4.4.ebuild | 32 +++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-ruby/ruby2ruby/Manifest b/dev-ruby/ruby2ruby/Manifest
index 4401b5a0318..90e1868be2e 100644
--- a/dev-ruby/ruby2ruby/Manifest
+++ b/dev-ruby/ruby2ruby/Manifest
@@ -1,2 +1,3 @@
DIST ruby2ruby-2.4.2.gem 26624 BLAKE2B c7ad5c63829bf03cc166d42f2ae67b47790b4652b1973367881a4c242866acffabf6783cc3296ca7ea91ff3e9967f703852be6c4bcb53dfaaff0f822b50747db SHA512 ae8a34a77d48a97d29bd0ea9e2653e6189666564e971b985e7a459a562f8f03fdff4ec8775a2184cef578249aebbc8a050b57613b63d3c09b7a84aec5f727a7c
DIST ruby2ruby-2.4.3.gem 26624 BLAKE2B fa8252e3e89fdef2c512e3f61dcea7e02ad000d0d65b14b5dcc2ee26d7ee6cc6243536bf3f745c44465c15cc557d1e5c2c9252421d3375da5142a2fe4b4ce1b1 SHA512 9858c2b8ceefe3604cbfedeb0c7c60ada2328d1bb7c5dbeb888936a3025af13718f33f498bb52ee5e659b021907a6e8c44117c6f3a4d4bbbb2dfaa8ddd15601f
+DIST ruby2ruby-2.4.4.gem 26624 BLAKE2B d330cd65513218a96c9e35fe2b69d859fa103ad6dd1b8e8a671bddb9732f99cd65540b404632e671ababbe5842ed2be34a29c2b1fb3bc4c43935f5a7a0735d9e SHA512 51728d702d2142e9a7599fe53c2b58906cd386be429fe97590f850df8cf461c046c67a99fc7b7e277551013b78e35d21609c8125fb568ef90270d146a685c04d
diff --git a/dev-ruby/ruby2ruby/ruby2ruby-2.4.4.ebuild b/dev-ruby/ruby2ruby/ruby2ruby-2.4.4.ebuild
new file mode 100644
index 00000000000..7eba78503ce
--- /dev/null
+++ b/dev-ruby/ruby2ruby/ruby2ruby-2.4.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Generates readable ruby from ParseTree"
+HOMEPAGE="https://github.com/seattlerb/ruby2ruby"
+
+LICENSE="GPL-2"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+ruby_add_rdepend "
+ >=dev-ruby/sexp_processor-4.6.0:4
+ >=dev-ruby/ruby_parser-3.1:3
+ !<dev-ruby/ruby2ruby-1.3.1-r1"
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.3:5 >=dev-ruby/sexp_processor-4.10.0:4 )"
+
+all_ruby_prepare() {
+ sed -i -e '/plugin :isolate/ s:^:#:' Rakefile || die
+}
+
+each_ruby_test() {
+ ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
+}
next reply other threads:[~2019-09-28 5:47 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-28 5:47 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-01 19:14 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby2ruby/ Hans de Graaff
2025-05-20 19:07 Sam James
2025-05-18 9:39 Sam James
2025-03-26 17:47 Hans de Graaff
2025-03-26 17:47 Hans de Graaff
2024-10-06 18:39 Arthur Zamarin
2024-10-06 14:27 Sam James
2024-07-13 5:36 Hans de Graaff
2024-07-13 5:36 Hans de Graaff
2024-05-31 13:41 Arthur Zamarin
2024-05-31 10:46 Arthur Zamarin
2024-03-30 8:49 Hans de Graaff
2023-04-02 6:36 Hans de Graaff
2021-07-20 5:18 Hans de Graaff
2021-07-03 7:22 Hans de Graaff
2020-09-27 10:05 Sergei Trofimovich
2020-09-24 6:46 Agostino Sarubbo
2020-09-18 10:07 Agostino Sarubbo
2020-07-25 17:10 Hans de Graaff
2020-02-02 15:47 Hans de Graaff
2019-06-04 5:42 Hans de Graaff
2019-05-11 7:15 Hans de Graaff
2019-04-20 17:57 Mikle Kolyada
2019-04-17 20:01 Sergei Trofimovich
2019-04-14 16:18 Mikle Kolyada
2019-04-13 14:18 Mikle Kolyada
2019-04-10 17:27 Hans de Graaff
2019-03-13 7:03 Hans de Graaff
2019-01-26 16:45 Hans de Graaff
2018-02-24 7:19 Hans de Graaff
2017-12-22 5:38 Hans de Graaff
2017-12-21 19:28 Markus Meier
2017-11-09 22:37 Sergei Trofimovich
2017-10-22 7:06 Hans de Graaff
2017-10-22 7:06 Hans de Graaff
2017-07-18 4:56 Hans de Graaff
2017-03-29 4:57 Hans de Graaff
2016-12-05 6:43 Hans de Graaff
2016-11-27 8:13 Hans de Graaff
2016-11-06 10:12 Hans de Graaff
2016-10-15 5:49 Hans de Graaff
2016-10-02 8:42 Jeroen Roovers
2016-09-23 17:40 Tobias Klausmann
2016-09-06 5:50 Hans de Graaff
2016-08-06 11:15 Markus Meier
2016-04-19 22:02 Manuel Rüger
2016-02-21 11:19 Manuel Rüger
2015-08-26 11:52 Manuel Rüger
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=1569649530.6ac1c60d238c699c25a98ba90942e3ea86052b95.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