mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
grape-1.4.0.ebuild
This commit is contained in:
parent
487647462d
commit
08c82e5ca4
2 changed files with 25 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST grape-1.3.3.gem 230912 BLAKE2B 2bfce907a686829a597d48632dc8a5cadca80e454022de271c40f288cb4dce5a65255f2375dd60b35c39ae69274e87d90cdffd4aa5adb140c29040d45eb01215 SHA512 9e129bd93f641bc79631788975e7f6de825a295aa7c4cb46b483d9d6b3aed1e0a3d600cb96bbcaf111d3930fe70a25c3db65cb4e17378acc4d727a484e6fc326
|
||||
DIST grape-1.4.0.gem 233472 BLAKE2B cc4bc07da6b4843a5fdff7881239a14f92ccaa3617b8f42b556c3dc12891098b18a193841ec7cc46d9039a484dbf5e10ceae807350cddd67d99247a01b9acb8b SHA512 8ebd4cffc27097efd2dd7170d2f97bc700b6cc86631a34fc75f2d4e985b0d1470c3925085e68e65951eced887be595d1a11a01fb9f003f637bf00957ed4176e0
|
||||
|
|
|
|||
24
dev-ruby/grape/grape-1.4.0.ebuild
Normal file
24
dev-ruby/grape/grape-1.4.0.ebuild
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# 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="A Ruby framework for rapid API development with great conventions"
|
||||
HOMEPAGE="https://github.com/ruby-grape/grape"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
ruby_add_rdepend "
|
||||
dev-ruby/activesupport
|
||||
dev-ruby/builder
|
||||
>=dev-ruby/dry-types-1.1
|
||||
=dev-ruby/mustermann-grape-1.0*
|
||||
>=dev-ruby/rack-1.3.0
|
||||
dev-ruby/rack-accept
|
||||
"
|
||||
Loading…
Reference in a new issue