Skip to content

Commit

Permalink
rda: bump sass-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
blshkv committed Dec 29, 2023
1 parent 3ec8ee8 commit f7e4060
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 3 deletions.
1 change: 1 addition & 0 deletions dev-ruby/sass-rails/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST sass-rails-6.0.0.tar.gz 3700 BLAKE2B a4eb706a971d54b1ef7298336aa7f12c83e1afa379db8c75fd48169d528c4c68b49755caf9624c306f9a5bd82e8603f31bc824945d2f6e353fccfe9717c0c97c SHA512 d4152990c121afe995c779be5383f964f9203dbafa0b111828756d2e86420aa9706009f82f5e35683b36cd4aa470cae6e92d0774992015d3919d0f83be51d054
11 changes: 11 additions & 0 deletions dev-ruby/sass-rails/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Ruby Project</name>
</maintainer>
<upstream>
<remote-id type="github">rails/sass-rails</remote-id>
</upstream>
</pkgmetadata>
34 changes: 34 additions & 0 deletions dev-ruby/sass-rails/sass-rails-6.0.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

USE_RUBY="ruby30 ruby31 ruby32"

RUBY_FAKEGEM_EXTRADOC="README.md"

RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"

inherit ruby-fakegem

DESCRIPTION="Official Ruby-on-Rails Integration with Sass"
HOMEPAGE="https://github.com/rails/sass-rails"
SRC_URI="https://github.com/rails/sass-rails/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="$(ver_cut 1-2)"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"

# Restrict tests for now since it is hard to set up the right
# environment with the correct ruby interpreter and Rails test
# application.
RESTRICT="test"

#ruby_add_bdepend "test? ( dev-ruby/sfl dev-ruby/bundler )"

ruby_add_rdepend "
>=dev-ruby/sprockets-rails-2.1.1
"
each_ruby_test() {
${RUBY} -S bundle exec rake test || die
}
5 changes: 3 additions & 2 deletions profiles/pentoo/base/package.accept_keywords/dev-ruby
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,9 @@ dev-ruby/jbuilder
dev-ruby/sprockets-rails:3
dev-ruby/jquery-rails:4
=dev-ruby/jquery-ui-rails-6.0*
dev-ruby/sass-rails:5.1
dev-ruby/sprockets:3
dev-ruby/sass-rails:6.0
dev-ruby/sprockets:4
=dev-ruby/cgi-0.4*

#required by whatweb
=dev-ruby/ipaddr-1.2*
2 changes: 1 addition & 1 deletion www-apps/rda/rda-3.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ RDEPEND="mysql? ( virtual/mysql )
dev-ruby/grape
dev-ruby/rack-cors
dev-ruby/grape-active_model_serializers
dev-ruby/sass-rails:5.1
dev-ruby/sass-rails:*
dev-ruby/coffee-rails
"

0 comments on commit f7e4060

Please sign in to comment.