mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
dev-ruby/jquery-ui-rails: fix version
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
parent
6a4b350091
commit
bbaed9cb4d
@ -0,0 +1,11 @@
|
||||
--- a/lib/jquery/ui/rails/version.rb 2025-04-17 15:20:29.000000000 +0200
|
||||
+++ b/lib/jquery/ui/rails/version.rb 2025-07-23 13:16:45.194343416 +0200
|
||||
@@ -1,7 +1,7 @@
|
||||
module Jquery
|
||||
module Ui
|
||||
module Rails
|
||||
- VERSION = "7.0.0"
|
||||
+ VERSION = "8.0.0"
|
||||
JQUERY_UI_VERSION = "1.14.1"
|
||||
end
|
||||
end
|
||||
34
dev-ruby/jquery-ui-rails/jquery-ui-rails-8.0.0-r1.ebuild
Normal file
34
dev-ruby/jquery-ui-rails/jquery-ui-rails-8.0.0-r1.ebuild
Normal file
@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
USE_RUBY="ruby32 ruby33 ruby34"
|
||||
|
||||
RUBY_FAKEGEM_TASK_DOC=""
|
||||
RUBY_FAKEGEM_TASK_TEST=""
|
||||
|
||||
RUBY_FAKEGEM_EXTRADOC="History.md README.md VERSIONS.md"
|
||||
|
||||
RUBY_FAKEGEM_EXTRAINSTALL="app"
|
||||
RUBY_FAKEGEM_GEMSPEC="jquery-ui-rails.gemspec"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="The jQuery UI assets for the Rails 3.2+ asset pipeline"
|
||||
HOMEPAGE="https://github.com/jquery-ui-rails/jquery-ui-rails"
|
||||
SRC_URI="https://github.com/jquery-ui-rails/jquery-ui-rails/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="$(ver_cut 1)"
|
||||
KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-version.patch" )
|
||||
|
||||
ruby_add_rdepend ">=dev-ruby/railties-3.2.16:*"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -e '/executables/ s:^:#:' \
|
||||
-e 's/git ls-files/find */' \
|
||||
-i ${RUBY_FAKEGEM_GEMSPEC} || die
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user