irb-1.2.7.ebuild

This commit is contained in:
blshkv 2020-10-11 10:00:57 +08:00
parent 6129e1bc27
commit 7f63e3e71d
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 21 additions and 0 deletions

View file

@ -1 +1,2 @@
DIST irb-1.2.4.gem 60928 BLAKE2B 8423249f8f59eeb169e7c415d2e63ca4216d3bd20d1800939e7474f4fd73dd6efe32d9f117ba822b8e8a05683343b17777d115a570fbf06425eb81236c94e1b5 SHA512 108fee110f4890b7e542cf95bdee1cff06189974df43fce2eae0dad5bf3c5a3469e67a9a589f8f7a2bb3f1061fbeac45e6257ed22aabd0a0d24a05eaaedf3a79
DIST irb-1.2.7.gem 61440 BLAKE2B 990441e308419977d026a92096ad7e90a69a965da97150f78fafe56f646ac6aff87b0c907ca68f72150dc72c5ecba75dc3a2b4d37530cfb92c808b6ee51c2df9 SHA512 2226412b65fa7c76ec19202f5458f67cb0a0ff5a2f6a8c98484728c2fa9fbc2cb61b33b5c42640aa0f0215254def5636b729112764825df9a6b568796d9978b3

View file

@ -0,0 +1,20 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
USE_RUBY="ruby25 ruby26 ruby27"
RUBY_FAKEGEM_BINDIR="exe"
inherit ruby-fakegem
DESCRIPTION="Interactive Ruby command-line tool for REPL"
HOMEPAGE="https://github.com/ruby/irb"
KEYWORDS="amd64 ~arm64 x86"
LICENSE="BSD"
SLOT="0"
ruby_add_rdepend "
dev-ruby/reline
"