mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-01 03:00:57 +02:00
grape-1.5.1.ebuild
This commit is contained in:
parent
0c9a24024b
commit
0619ea6751
3 changed files with 26 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ inherit ruby-fakegem
|
|||
DESCRIPTION="Provides a Formatter for the Grape API DSL"
|
||||
HOMEPAGE="https://github.com/ruby-grape/grape-active_model_serializers"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
KEYWORDS="amd64 ~arm64 ~x86"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
DIST grape-1.3.3.gem 230912 BLAKE2B 2bfce907a686829a597d48632dc8a5cadca80e454022de271c40f288cb4dce5a65255f2375dd60b35c39ae69274e87d90cdffd4aa5adb140c29040d45eb01215 SHA512 9e129bd93f641bc79631788975e7f6de825a295aa7c4cb46b483d9d6b3aed1e0a3d600cb96bbcaf111d3930fe70a25c3db65cb4e17378acc4d727a484e6fc326
|
||||
DIST grape-1.4.0.gem 233472 BLAKE2B cc4bc07da6b4843a5fdff7881239a14f92ccaa3617b8f42b556c3dc12891098b18a193841ec7cc46d9039a484dbf5e10ceae807350cddd67d99247a01b9acb8b SHA512 8ebd4cffc27097efd2dd7170d2f97bc700b6cc86631a34fc75f2d4e985b0d1470c3925085e68e65951eced887be595d1a11a01fb9f003f637bf00957ed4176e0
|
||||
DIST grape-1.5.0.gem 236032 BLAKE2B 28c3779846407e4471fb79363cee8ebe31aee2c470d9e68555bdc38e5d4fc788d41642b0880c0075174dfd83aaf1bdc9785190121af98167c8ab35ab6ed0d481 SHA512 cbbd1afeb5a1d4441fa4625e35606b023de5ab90848b702b16e4118c9892dc2b71528f0d383d1c2d241e3fee53d796b35213c12950dd6f4b9a29c292a8d6df05
|
||||
DIST grape-1.5.1.gem 237568 BLAKE2B ce0d13f0004c46b624b26202fed0916d92ad806ef1f78556a9bfb717b650c715e9fcb76d72c801397982dc3351dd55c7343ce3d6b6cbdcc1fb0b6dda098b7bd0 SHA512 73b102329aa825212181bb8bee84f49dd0ec133637af8f4e9ca6600fbd9ed1bd7a58e45792c02407b861d779301ab021f6b6a0a6d3c58d34943055436fd72d18
|
||||
|
|
|
|||
24
dev-ruby/grape/grape-1.5.1.ebuild
Normal file
24
dev-ruby/grape/grape-1.5.1.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 ~arm64 ~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