mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
activerecord-session_store-2.1.0.ebuild
This commit is contained in:
parent
20e5d72329
commit
3ec8ee81d0
3 changed files with 29 additions and 4 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST activerecord-session_store-2.0.0.gem 12288 BLAKE2B ddf289022b804a617b7196d0fcb72c6a5b15214865ea692e26ba177223f0816466398d30604066a308fa136192e63779fdf271c42640d666e94a5126a7d7a71f SHA512 0865720721c195a1d6bdb9c354bfc8c8977113038af5a25a47df34a2219cfd57e858c7958db7fc21fc24effae1884a65280f9c856327e48097cbc90ce4b899d9
|
||||
DIST activerecord-session_store-2.1.0.gem 12288 BLAKE2B 9e0723afc2fd56893634785c79f5476e053afa6e3c3c60c2a959931215006f61ced7f1d9ce314da3e7b2349e3d576ec0cf63ad9bc06b8db01944f90afde56953 SHA512 b4e97351edb616e1fb420a02c592c7f74de678ab2fad52fdc28c2c9950aad649b34d493228fb0bb0cae21f503f0214df2a7a63fe8e69202ca5343e93991058ba
|
||||
|
|
|
|||
|
|
@ -13,13 +13,12 @@ HOMEPAGE="https://github.com/rails/activerecord-session_store"
|
|||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_rdepend "
|
||||
|| ( dev-ruby/activerecord:7.0 dev-ruby/activerecord:6.1 dev-ruby/activerecord:6.0 )
|
||||
|| ( dev-ruby/actionpack:7.0 dev-ruby/actionpack:6.1 dev-ruby/actionpack:6.0 )
|
||||
|| ( dev-ruby/activerecord:7.0 dev-ruby/activerecord:6.1 dev-ruby/activerecord:7.1 )
|
||||
|| ( dev-ruby/actionpack:7.0 dev-ruby/actionpack:6.1 dev-ruby/actionpack:7.1 )
|
||||
|| ( dev-ruby/rack:3.0 dev-ruby/rack:2.2 )
|
||||
|| ( dev-ruby/railties:7.0 dev-ruby/railties:6.1 dev-ruby/railties:6.0 )
|
||||
|| ( dev-ruby/railties:7.0 dev-ruby/railties:6.1 dev-ruby/railties:7.1 )
|
||||
>=dev-ruby/multi_json-1.11.2 =dev-ruby/multi_json-1*
|
||||
"
|
||||
ruby_add_bdepend "test? ( dev-ruby/sqlite3 )"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
USE_RUBY="ruby31 ruby32"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="An Action Dispatch session store backed by an Active Record class"
|
||||
HOMEPAGE="https://github.com/rails/activerecord-session_store"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
ruby_add_rdepend "
|
||||
|| ( dev-ruby/activerecord:7.0 dev-ruby/activerecord:6.1 dev-ruby/activerecord:7.1 )
|
||||
|| ( dev-ruby/actionpack:7.0 dev-ruby/actionpack:6.1 dev-ruby/actionpack:7.1 )
|
||||
>=dev-ruby/cgi-0.3.6
|
||||
|| ( dev-ruby/rack:3.0 dev-ruby/rack:2.2 )
|
||||
|| ( dev-ruby/railties:7.0 dev-ruby/railties:6.1 dev-ruby/railties:7.1 )
|
||||
>=dev-ruby/multi_json-1.11.2 =dev-ruby/multi_json-1*
|
||||
"
|
||||
ruby_add_bdepend "test? ( dev-ruby/sqlite3 )"
|
||||
Loading…
Reference in a new issue