mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
dry-logic-1.0.7.ebuild
This commit is contained in:
parent
19e525f507
commit
8a3320bcfb
2 changed files with 22 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST dry-logic-1.0.6.gem 13824 BLAKE2B f4f8d4aabc2a24845590a02f4c529ef4db832a60825e254288c81251f45a1a138419ebbeed538d1ddbdc258a2d79ff8427eccc9c9ee03ad62f17b62ecd423f03 SHA512 795c99b313c7d7ec3654765d846326b2eccb25427b8eb02aef5c70adce1e6b7368317659c3187615b5c4dbd506728dd695df0e0b8bfde8a0c153b5a027a805d4
|
||||
DIST dry-logic-1.0.7.gem 14336 BLAKE2B 84cd474a40efe687a65c47795ee62cfc0784ec5e2e0048c49883b0f84f3d2ca2cc34d17a6d64c1662da0940b1f11d2ddc6561c56956b6989af2165bb7abea56b SHA512 e78592b554c9c5f7f845a33e3a1f231a54d385b14d04e896322789e7ab0c59c1907f3afb8e3194742d98f6e941a226cb9f76c1fe54677e34a751eb4bcfc72c6d
|
||||
|
|
|
|||
21
dev-ruby/dry-logic/dry-logic-1.0.7.ebuild
Normal file
21
dev-ruby/dry-logic/dry-logic-1.0.7.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# 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 ~x86"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
ruby_add_rdepend "
|
||||
=dev-ruby/concurrent-ruby-1*
|
||||
=dev-ruby/dry-core-0*
|
||||
=dev-ruby/dry-equalizer-0*
|
||||
"
|
||||
Loading…
Reference in a new issue