mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-02 03:30:48 +02:00
dry-core-0.4.10.ebuild
This commit is contained in:
parent
0619ea6751
commit
79a21bf5be
2 changed files with 20 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST dry-core-0.4.10.gem 13824 BLAKE2B d009d7e7099a2f4b0b7431f402b1d1d1b7782e2c96aa1073a4106f96ba0d4f4adb5fcf3403169b2945c9920e6f46e405b2b43b577e4a1cf4dcd70f81dbd76cb4 SHA512 6a249a31eb01651df1561c957f3c880e5c70949c77bb0f324918beb58c0f1023710ca4bdf178dd1eb09c89558684fae6a149cd5318ded0966b241e1a37f8337f
|
||||
DIST dry-core-0.4.9.gem 15872 BLAKE2B 3157163054a23edde35065494a297c6fa2434a10a9aef7e9b604eebec6aeba27ae47a95ae1dbb3d18ccb527d821b67c680f4fc12bb57a9a2d7f05fdc8500d531 SHA512 3c230bce4436ce5d7ff83ff9a6515224e739211201e7f187f9abe8d7f63e4f3bbaee30a1e64597ec98fb8822b8bca840755d6ba687568ea06e200cd2ea003935
|
||||
|
|
|
|||
19
dev-ruby/dry-core/dry-core-0.4.10.ebuild
Normal file
19
dev-ruby/dry-core/dry-core-0.4.10.ebuild
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
USE_RUBY="ruby25 ruby26 ruby27"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="collection of next-generation Ruby libraries"
|
||||
HOMEPAGE="https://dry-rb.org/"
|
||||
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
ruby_add_rdepend "
|
||||
=dev-ruby/concurrent-ruby-1*
|
||||
"
|
||||
Loading…
Reference in a new issue