mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-ruby/rails: add 8.1.3.1
Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://codeberg.org/gentoo/gentoo/pulls/1622 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
aff27f2f51
commit
1809d3a880
@@ -4,3 +4,4 @@ DIST rails-7.2.3.gem 7168 BLAKE2B 36a4cc668b7a82ef327572058b4ccdeb80cf526c4cfc83
|
||||
DIST rails-8.0.4.gem 7168 BLAKE2B 4c20d45afad6a2ffe24601f80596053dc9daf886d7cc7b21c21681031bafdb0c2cae94fff1ae86f712dc2c4092349012d4bcf773d40a4773730ed89754d1749f SHA512 820448ad7c2e63d384983512bafa0e48cc87da997351308f12b95e3e9160cd8b3ffce941fdf1d7a898b31e7ec635aa9dc01c77f7c309216a314fea20660dc278
|
||||
DIST rails-8.1.1.gem 7168 BLAKE2B db48a53f710640b259ebc451fe2f6779cdfe9ffefdeae964329a5e776a6a3050ba1eaabe06a20f4dd7ec28401cd8b0d6c9bc5580f072949abf4e4d82a50148b4 SHA512 4dbe842c87b4fd61bee7d1085e0ef6c662ee3e34156acc9c243cda4b47098374cf0966fc291168de641b98485dd378ddb2a10aeac204cb1a09cc27a3ad629a34
|
||||
DIST rails-8.1.2.gem 7168 BLAKE2B f6ad5bce12952bb0d8fb41ca52b03955c3bcf3698fc5c31be099585482f85fa9d555768e1fff2ac6cbfb1ded612a793511ac57401003b433fa5ac32a6dda5d04 SHA512 a2221bf27f2a61c427e35914bcc18b6be41b06b7a0dcbb4d64a15fd0ef487b957494fc037ca0000c15bc039d896dcc6ccdd17cfde011622bf24fff91ea1b9558
|
||||
DIST rails-8.1.3.1.gem 7168 BLAKE2B f94634f473a905371c7fc0e9e0be6a40b3ca2e3cd081da0a84dcab47e2279e525589dff602c782d5f739bd5622dca5d444b67dc98ce8d2082760b1057ebd5713 SHA512 7ce37d94073fce68f64bda9a4579aeeac90897d64db55f3da4753d8050c2036c0e66ae8fa29d475f3a9d40672eb61bd9b2706da16ad76d17da1cfdc2666c2bc3
|
||||
|
||||
37
dev-ruby/rails/rails-8.1.3.1.ebuild
Normal file
37
dev-ruby/rails/rails-8.1.3.1.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
USE_RUBY="ruby32 ruby33 ruby34 ruby40"
|
||||
|
||||
RUBY_FAKEGEM_BINWRAP=""
|
||||
|
||||
RUBY_FAKEGEM_TASK_TEST=""
|
||||
|
||||
RUBY_FAKEGEM_EXTRADOC="README.md"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Ruby on Rails is a web-application and persistence framework"
|
||||
HOMEPAGE="https://rubyonrails.org"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="$(ver_cut 1-2)"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
ruby_add_rdepend "
|
||||
~dev-ruby/actioncable-${PV}
|
||||
~dev-ruby/actionmailbox-${PV}
|
||||
~dev-ruby/actionmailer-${PV}
|
||||
~dev-ruby/actionpack-${PV}
|
||||
~dev-ruby/actiontext-${PV}
|
||||
~dev-ruby/actionview-${PV}
|
||||
~dev-ruby/activejob-${PV}
|
||||
~dev-ruby/activemodel-${PV}
|
||||
~dev-ruby/activerecord-${PV}
|
||||
~dev-ruby/activestorage-${PV}
|
||||
~dev-ruby/activesupport-${PV}
|
||||
>=dev-ruby/bundler-1.15.0:*
|
||||
~dev-ruby/railties-${PV}
|
||||
"
|
||||
Reference in New Issue
Block a user