mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-02 19:50:51 +02:00
rack-cors-2.0.1.ebuild
This commit is contained in:
parent
22daef0dc5
commit
32a634a834
2 changed files with 20 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST rack-cors-1.1.1.gem 53760 BLAKE2B a6ffd1ac11bc0904888e9acc558e6827e125b160bfe6b9ad77d347e74267f8a46c82518cbe97e62454288aada2cd724abd0a31437af15d666454ee2c585816cb SHA512 e76eb775d88e74b274833856fdfa50b393933faeb0849444f22c2b77f59532194e2db1f29d270df53b505f28faf6064e5f57d552918b24b92e1aad5eaf5f2f53
|
||||
DIST rack-cors-2.0.1.gem 55296 BLAKE2B 97c7169f997ea013a12f504c35b464bb152914167c305da0db13ed03262fac9c78f80d55f5e6ee63821f794e72dab8bb795fea5256d6f9d0d063c3cedae9c6a2 SHA512 b2b0b41c7a6b71abd6654b3e8c0c43c672e13729139ed50555ef46d318d5e9985da9e98a9b84d8b0acd5ba144673c6937752df341cdc642e2997a23a755d34e3
|
||||
|
|
|
|||
19
dev-ruby/rack-cors/rack-cors-2.0.1.ebuild
Normal file
19
dev-ruby/rack-cors/rack-cors-2.0.1.ebuild
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
USE_RUBY="ruby27 ruby30 ruby31"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Rack CORS Middleware"
|
||||
HOMEPAGE="https://github.com/cyu/rack-cors"
|
||||
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
ruby_add_rdepend "
|
||||
>=dev-ruby/rack-2.0.0
|
||||
"
|
||||
Loading…
Reference in a new issue